Someone fix for this?!
Screenshot by Lightshot
PLEASE![]()
Someone fix for this?!
Screenshot by Lightshot
PLEASE![]()
Omg, I added this at incoming.cs for wall items,
andCode:public static int HandleWallItem;
And this to StaticClientMessageHandler.csCode:Incoming.HandleWallItem = 2622;
But I still can't place a wall item :S?Code:handlers.Add(Incoming.HandleWallItem, new StaticRequestHandler(SharedPacketLib.TriggerItem));
Dose any one have a fix for my problem :S
I have a problem whit the client!
When I start the client, and the bar has finished loading, it crashes the client.
Please help me :s
Hello Guys I'm using on my Hotel BcStorm with the fixes for Noobs,
but I have still this Problems
1) When I bought a Horse and put it in a room and clicking on it unloads the room
2) What is this for an error ?
Screenshot by Lightshot
How to solve it?
3) My Hotelstream still dont work
I hope you can help me to solve those problems
That's for UberCMS, but you should be smart enough to convert it _B$users->CheckSSO(USER_ID);$userTicket = $users->GetUserVar(USER_ID, 'auth_ticket');
$checkExists = dbquery("SELECT userid FROM user_tickets WHERE userid = '" . USER_ID . "'");
if(mysql_num_rows($checkExists)) {
dbquery("UPDATE user_tickets SET sessionticket = '" . $userTicket . "', ipaddress = '" . $_SERVER["REMOTE_ADDR"] . "' WHERE userid = '" . USER_ID . "'");
}
else {
dbquery("INSERT INTO user_tickets (userid,sessionticket,ipaddress) VALUES ('" . USER_ID . "', '" . $userTicket . "', '" . $_SERVER["REMOTE_ADDR"] . "')");
}
When a pet talks I disconnect from the room and get error'd help please?
Cheers
Garry
Hey Guys now I have this error again!
Which SWFs I need to run this?
Any Downloads please
Theres a big hint RELEASE63-201211141113-913728051 You call that help? I call that brain damage!
Dose anyone have a fix for the connecting problem...
Ive tried PHX an ppl can connect fine
as soon as i go back to BC Storm only i can connect..
Anyone know how to fix with this error?
Screenshot by Lightshot
Using Ubercms 2.0.1 added bcstorm db, then the extras to get uber to work with it.
=/
Cheers.
Not a backdoor dude. Ur missing a field in ur database table called 'QUESTS'. Lmfao.
I never said it was a backdoor.. >.>Not a backdoor dude. Ur missing a field in ur database table called 'QUESTS'. Lmfao.
And I have the column 'quests'. Here is the SQL for them CREATE TABLE IF NOT EXISTS `quests` ( `id` int(11) NOT NULL AUTO_INCREMENT, - Pastebin.com