Welcome to the RaGEZONE - MMORPG development forums.

Xoa rp emu edit // arrows

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 ...

LyncusMU
Page 1 of 2 12 LastLast
Results 1 to 15 of 20
  1. #1
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Sep 2009
    Posts
    355
    Liked
    18

    Xoa rp emu edit // arrows

    Tabo Hotel
    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

    Code:
                                  } 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
                                            {
    
                                            }
                                    }
    Yes This Is A Bad Thread I Just Wanted To Release It So I Can delete It I Hate Rp So
    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.

  2. HostKey.com: Unmetered Dedicated servers in the Netherlands
  3. #2
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Jul 2011
    Location
    Everywhere i go
    Posts
    206
    Liked
    32

    Re: Xoa rp emu edit // arrows

    OOOOOOOOOOOOOOOO, i like<3

  4. #3
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Sep 2009
    Posts
    355
    Liked
    18

    Re: Xoa rp emu edit // arrows

    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

  5. #4
    Law
    Garry's Mod is addictive!
    Rank
    Subscriber
    Join Date
    Dec 2009
    Location
    Norway
    Posts
    1,010
    Liked
    230

    Re: Xoa rp emu edit // arrows

    Quote Originally Posted by mmaxwell View Post
    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
    Offtopic: Omg, please stop using a capital on each of the letters in the sentece....

    Ontopic: Nice, I guess?

  6. #5
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Sep 2009
    Posts
    355
    Liked
    18

    Re: Xoa rp emu edit // arrows

    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

  7. #6
    Web Application Developer
    Rank
    Moderator
    Join Date
    Apr 2010
    Posts
    2,983
    Liked
    1000
    This is horrible.

    Sent from my DROID2 GLOBAL using Tapatalk

  8. #7
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Sep 2009
    Posts
    355
    Liked
    18

    Re: Xoa rp emu edit // arrows

    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

  9. #8
    Iron like Lion in Zion!
    Rank
    Moderator
    Join Date
    Apr 2010
    Location
    Nassau, Bahamas
    Posts
    2,571
    Liked
    573

    Re: Xoa rp emu edit // arrows

    Lol not your arrow code, this was an old scrapped version of an emu I gave to Nebbo.

  10. #9
    TopHabbo.com Best Topsite
    Rank
    Alpha Member
    Join Date
    Oct 2007
    Posts
    2,423
    Liked
    497

    Re: Xoa rp emu edit // arrows

    MY EYES.

    The querys.
    Poor Ion Database.

  11. #10
    Web Application Developer
    Rank
    Moderator
    Join Date
    Apr 2010
    Posts
    2,983
    Liked
    1000

    Re: Xoa rp emu edit // arrows

    Quote Originally Posted by RetroX View Post
    Lol not your arrow code, this was an old scrapped version of an emu I gave to Nebbo.
    Actually it's Simon's, I first got it from him(Sledmore too).. I built on it but lost interest.

  12. #11
    Azure subscription
    Rank
    Subscriber
    Join Date
    Dec 2011
    Location
    єαятн
    Posts
    1,738
    Liked
    263

    Re: Xoa rp emu edit // arrows

    Is this V26 or R63+ ??

  13. #12
    Web Application Developer
    Rank
    Moderator
    Join Date
    Apr 2010
    Posts
    2,983
    Liked
    1000

    Re: Xoa rp emu edit // arrows

    Quote Originally Posted by MyKi View Post
    Is this V26 or R63+ ??
    This is for v26, Blackbird had arrows(not entirely finished) for flash.

  14. #13
    Iron like Lion in Zion!
    Rank
    Moderator
    Join Date
    Apr 2010
    Location
    Nassau, Bahamas
    Posts
    2,571
    Liked
    573

    Re: Xoa rp emu edit // arrows

    Quote Originally Posted by Makarov View Post
    Actually it's Simon's, I first got it from him(Sledmore too).. I built on it but lost interest.
    Yeah I know that, I was just stating that he releases it and claims it as his own.

  15. #14
    Alpha
    Rank
    Member
    Join Date
    Dec 2011
    Posts
    134
    Liked
    39

    Re: Xoa rp emu edit // arrows

    Quote Originally Posted by Makarov View Post
    This is horrible.

    Sent from my DROID2 GLOBAL using Tapatalk
    Indeed, tho much sql query's.

  16. #15
    Otaku Studios
    Rank
    Subscriber
    Join Date
    Feb 2007
    Location
    England
    Posts
    1,605
    Liked
    416

    Re: Xoa rp emu edit // arrows

    How many MySQL queries do you want? o.o
    Posted via Mobile Device

 

 
Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •