Guida [FIX]Come risolvere i vari problemi di atom e simili[NEW]

FantasyHotel

Nuovo utente
Autore del topic
15 Dicembre 2012
13
0
Miglior risposta
0
Molti di voi da quando è uscito il New Cypto si ritrovano in difficoltà nei vari bug che dispone,oggi vi posto questa guida su come risolverli!

I furni ricaricando l'emulatore o entrando da una stanza ad un altra spariscono?
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 ;


Ricaricando l'emulatore gli amici scompagliono?
-- phpMyAdmin SQL Dump
-- version 3.2.4
--
Perfavore, Entra oppure Registrati per vedere i Link!

--
-- 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 */;

Errore nell'entrare nel client (Atom)?

kNUK0.png

ALTER TABLE navigator_publics_new ADD COLUMN recommended enum ('0','1') NOT NULL DEFAULT '0';
Errore "Coming_soon" Butterfly emulatore?
ALTER TABLE catalog_pages ADD COLUMN (`coming_soon` enum('0','1') NOT NULL DEFAULT '0')
Nel catalogo compare una sola sella (Per cavalli)?
Codice 1= INSERT INTO `catalog_items_copy` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_crystal`, `amount`, `cost_oude_belcredits`, `song_id`,`limited_stack`,`limited_sells`,`offer_active`) values
('4001','142','4001','horse_saddle2','15','0','0','1','0','0','0','0','1')
Codice 2=INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `foot_figure`) values
('4001','horse_saddle2','horse_saddle2','s','1','1','0','0','0','0','4001','1','1','1','1','1','default','2','0','0');
Codice 3= INSERT INTO `items_base` (`item_id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES
(4001, 4001, 'horse_saddle2', 'horse_saddle2', 's', 1, 1, 1.00, 0, 0, 0, 1, 1, 1, 1, 1, 'default', 1, '0')
Il database non legge i tuoi dati?
Qui ci sono delle tabelle spagnole prese da Kekomundo che dovrebbero fixare questo bug:
Download:
Perfavore, Entra oppure Registrati per vedere i Link!

VT:
Perfavore, Entra oppure Registrati per vedere i Link!
Mettendo le tabelle per far leggere i tuoi dati dà un errore?
343qikm.png
Significa che le seguenti tabelle sono errate:
user_archievement
user_items
user_items_songs
user_online
Ecco i fix:
Download:
Perfavore, Entra oppure Registrati per vedere i Link!

VT:
Perfavore, Entra oppure Registrati per vedere i Link!

Per oggi ho finito,adesso non dovrebbe più darvi errori nessun emulatore! Ah una cosa,tutti i codici che sono negli spoiler sono delle query da inserire nel vostro db New Crypto!!


P.S: SE DANNO ANCORA ERRORI,SCRIVETELI QUI IN BASSO NEI COMMENTI,CERCHERò DI FIXXARLI!
 
Ultima modifica:
Buona guida, davvero utile a chi usa il new crypto, ben strutturata
Si vede.che ti ci sei messo d'impegno
Ps metti la fonte dei
I codici
 
Riferimento: [FIX]Come risolvere i vari problemi di atom e simili[NEW]

Post inutile è questo qui e ho risolto dei problemi o si questa guida utile mi è stata e me la sono conservata
e come cosa che tu ti sei meritato un bel grazie ti sei beccato e con questa filastrocca tutto o detto a ora me ne vado a letto