[Fix] Arrumando alguns erros Atom emulator
2 participantes
Pixel Cheats :: Flash Zone :: Habbo :: Tutoriais
Página 1 de 1
[Fix] Arrumando alguns erros Atom emulator
Bom Galera foi pedido por um usuario então está aqui , peguei da kekomundo , e não testei , peguei os mais importantes , creio que funcione :
1 Fix : Os mobis desaparecem do quarto quando reinicia a client ou o emulador ? :
Retirado.
Jair15 ( Retirado )
zєภ๏к ( Retirado )
E eu RafaeLivel por postar aqui !
Obs : Caso alguem tenha algum problema e alguem veja e saiba resolver favor resolva para este usuario , pois não testei os fixes.
1 Fix : Os mobis desaparecem do quarto quando reinicia a client ou o emulador ? :
- Spoiler:
- Código:
DELIMITER $$
--
-- Procedimientos
--
CREATE DEFINER=`root`@`localhost` PROCEDURE `getroomitems`(
IN roomid int(10) unsigned
)
BEGIN
SELECT items_rooms.item_id, items_rooms.x, items_rooms.y, items_rooms.n, items.base_id, items_extradata.data
FROM items_rooms
JOIN items ON (items.item_id = items_rooms.item_id)
LEFT JOIN items_extradata ON (items_extradata.item_id = items.item_id)
WHERE items_rooms.room_id = roomid;
END$$
CREATE DEFINER=`root`@`localhost` PROCEDURE `getuseritems`(
IN userid int(10) unsigned
)
BEGIN
SELECT items_users.item_id, items.base_id, items_extradata.data
FROM items_users
JOIN items ON (items.item_id = items_users.item_id)
LEFT JOIN items_extradata ON (items_extradata.item_id = items.item_id)
WHERE items_users.user_id = userid;
END$$
DELIMITER ;
- Spoiler:
- Código:
-- phpMyAdmin SQL Dump
-- version 3.2.4
-- [url]http://www.phpmyadmin.net[/url]
--
-- Servidor: localhost
-- Tiempo de generación: 26-08-2012 a las 04:07:07
-- Versión del servidor: 5.1.41
-- Versión de PHP: 5.3.1
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
--
-- Base de datos: `hebbux`
--
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `messenger_friendships`
--
CREATE TABLE IF NOT EXISTS `messenger_friendships` (
`sender` int(10) unsigned NOT NULL,
`receiver` int(10) unsigned NOT NULL,
PRIMARY KEY (`sender`,`receiver`),
KEY `i_sender` (`sender`) USING HASH,
KEY `i_receiver` (`receiver`) USING HASH
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Volcar la base de datos para la tabla `messenger_friendships`
--
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
- Spoiler:
- Código:
ALTER TABLE navigator_publics_new ADD COLUMN recommended enum ('0','1') NOT NULL DEFAULT '0';
Retirado.
Jair15 ( Retirado )
zєภ๏к ( Retirado )
E eu RafaeLivel por postar aqui !
Obs : Caso alguem tenha algum problema e alguem veja e saiba resolver favor resolva para este usuario , pois não testei os fixes.
Re: [Fix] Arrumando alguns erros Atom emulator
Bom tópico !!
Continue assim !!
Continue assim !!
kinador- Membro
- Mensagens : 133
Moedas : 44789
Respeito : 4
Idade : 27
Localização : no PixelCheats
Tópicos semelhantes
» Cms compativel com emulador atom
» Alguns Fan que achei na Net
» Como diminuir o lag com alguns programas/E aprenda a usa-los.
» Alguns Fan que achei na Net
» Como diminuir o lag com alguns programas/E aprenda a usa-los.
Pixel Cheats :: Flash Zone :: Habbo :: Tutoriais
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos