OOOOOOOOOOOOOOOO, i like<3
This is a discussion on Xoa rp emu edit // arrows within the Habbo Releases forums, part of the Habbo Hotel category; now i use to work for nebborp.net but getting my own hotel back online i coded a emu for them ...

now i use to work for nebborp.net but getting my own hotel back online i coded a emu for them nothing big
its a edit of xoa emu now the orignial coder of xoa has taken his arrow codes out of xoa for public release so i coded my own arrows added to this emu u can take them out rip this source apart i dont care i am done with it
its got all the normal rp commands plus a few coded by jammy
Download Link Here
and if u dont wanan download the source
heres the arrow code
add to virtual room under some where
Yes This Is A Bad Thread I Just Wanted To Release It So I Can delete It I Hate Rp SoCode:} using (DatabaseClient dbClient = Eucalypt.dbManager.GetClient()) { dbClient.runQuery("UPDATE users SET x = '" + nextX + "', y = '" + nextY + "' WHERE name = '" + roomUser.User._Username + "'"); int action = dbClient.getInt("SELECT id FROM action_spots WHERE rid = '" + roomUser.User._roomID + "' AND x = '" + nextX + "' AND y = '" + nextY + "'"); if (action == null) { break; } else if (action > 0) { string action2; action2 = dbClient.getString("SELECT actiontwo FROM action_spots WHERE rid = '" + roomUser.User._roomID + "' AND x = '" + nextX + "' AND y = '" + nextY + "'"); int actiontwox; actiontwox = dbClient.getInt("SELECT x FROM action_spots WHERE id = '" + action2 + "'"); int actiontwoy; actiontwoy = dbClient.getInt("SELECT y FROM action_spots WHERE id = '" + action2 + "'"); int actiontworoomid; actiontworoomid = dbClient.getInt("SELECT rid FROM action_spots WHERE id = '" + action2 + "'"); if (actiontworoomid == roomUser.User._roomID) { roomUser.X = actiontwox; roomUser.Y = actiontwoy; roomUser.User.refreshAppearance(false, false, true); dbClient.runQuery("UPDATE users SET x = '" + actiontwox + "', y = '" + actiontwoy + "', avoid = '1' WHERE name = '" + roomUser.User._Username + "'"); } else { dbClient.runQuery("UPDATE users SET x = '" + actiontwox + "', y = '" + actiontwoy + "', avoid = '0' WHERE name = '" + roomUser.User._Username + "'"); roomUser.User.sendData("D^" + "H" + Encoding.encodeVL64(actiontworoomid)); } } else { } }
Use This For Whatever Its A Good Emu U May Notice I Removed All The Names From Boot And Running Just Named Emualator Cause I Couldnt Be Fked With Xoa Emu Even Knows Its HOLOEMu
Last edited by mmaxwell; 22-12-11 at 03:37 PM.
OOOOOOOOOOOOOOOO, i like<3
lol Like I Said Its A Good Emu It Will Run On Any Db Just Few Edits To It If This Is Liked Enough Then Ill Probz Do A V2 Or Something
ty i will try not to i do it so i can read back on what i wrote so i know i spelt it right
This is horrible.
Sent from my DROID2 GLOBAL using Tapatalk
like i said i didnt code the other parts of it only the arrow and arrow commands and delted a few things that was all
Lol not your arrow code, this was an old scrapped version of an emu I gave to Nebbo.
MY EYES.
The querys.
Poor Ion Database.
Is this V26 or R63+ ??
How many MySQL queries do you want? o.o
Posted via Mobile Device