Thread: Fixing Online/Offline Perfectly (The right way)

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 Fixing Online/Offline Perfectly (The right way) 
    Registered Member
    Pablo's Avatar
    Join Date
    Oct 2007
    Age
    30
    Posts
    808
    Thanks given
    0
    Thanks received
    0
    Rep Power
    91
    First off, please do not criticize me what so ever. I am just trying to help people, because my friends are always needing help with this, and none of the damn tutorials work! So please post nicely, this is very very easy!

    UNRENAMED---

    Step 1:
    Search for:
    Code:
                if(anIntArray826[j] == 0)
                    class9.aString248 = "@red@Offline";
                else
                if(anIntArray826[j] == anInt957)
                    class9.aString248 = "@gre@World-" + (anIntArray826[j] - 9);
                else
                    class9.aString248 = "@yel@World-" + (anIntArray826[j] - 9);
                class9.anInt217 = 1;
                return;
            }
    Replace with:
    Code:
    	    if(anIntArray826[j] == 1)
                    class9.aString248 = "@red@Offline";
                else
                if(anIntArray826[j] == anInt957)
                    class9.aString248 = "@gre@Online";
                else
                    class9.aString248 = "@gre@Online";
                class9.anInt217 = 1;
                return;
            }
    Step 2:
    Now search for:
    Code:
                        if(l4 != aLongArray955[k24])
                            continue;
                        if(anIntArray826[k24] != i18)
                        {
                            anIntArray826[k24] = i18;
                            aBoolean1153 = true;
                            if(i18 > 0)
                                method77(s7 + " has logged in.", 5, "", aBoolean991);
                            if(i18 == 0)
                                method77(s7 + " has logged out.", 5, "", aBoolean991);
                        }
                        s7 = null;
                        break;
                    }
    Replace with:
    Code:
                        if(l4 != aLongArray955[k24])
                            continue;
                        if(anIntArray826[k24] != i18)
                        {
                            anIntArray826[k24] = i18;
                            aBoolean1153 = true;
    			if(i18 > 1)
                                method77(s7 + " has logged in.", 5, "", aBoolean991);
                            else
                            if(i18 == 1)
                                method77(s7 + " has logged out.", 5, "", aBoolean991);
    
                       }
                        s7 = null;
                        break;
                    }
    RENAMED

    Step 1:
    Search for:
    Code:
                if(friendsNodeIDs[j] == 0)
                    class9.message = "@red@Offline";
                else
                if(friendsNodeIDs[j] == nodeID)
                    class9.message = "@gre@World-" + (friendsNodeIDs[j] - 9);
                else
                    class9.message = "@yel@World-" + (friendsNodeIDs[j] - 9);
                class9.atActionType = 1;
                return;
            }
    Replace with:
    Code:
                if(friendsNodeIDs[j] == 1)
                    class9.message = "@red@Offline";
                else
                if(friendsNodeIDs[j] == nodeID)
                    class9.message = "@gre@Online";
                else
                    class9.message = "@gre@Online";
                class9.atActionType = 1;
                return;
            }
    Step 2:
    Now search for:
    Code:
                        if(l4 != friendsListAsLongs[k24])
                            continue;
                        if(friendsNodeIDs[k24] != i18)
                        {
                            friendsNodeIDs[k24] = i18;
                            needDrawTabArea = true;
                            if(i18 > 0)
                                pushMessage(s7 + " has logged in.", 5, "");
                            if(i18 == 0)
                                pushMessage(s7 + " has logged out.", 5, "");
                        }
                        s7 = null;
                        break;
                    }
    Replace with:
    Code:
                        if(l4 != friendsListAsLongs[k24])
                            continue;
                        if(friendsNodeIDs[k24] != i18)
                        {
                            friendsNodeIDs[k24] = i18;
                            needDrawTabArea = true;
                            if(i18 > 1)
                                pushMessage(s7 + " has logged in.", 5, "");
                            else
                            if(i18 == 1)
                                pushMessage(s7 + " has logged out.", 5, "");
                        }
                        s7 = null;
                        break;
                    }
    TESTED BOTH

    Wah Lah you're done.. Also, this was tested before I posted!
    [Today 09:32 PM] Im An Angel: You didnt have to tell everyone.
    [Today 09:32 PM] Shiver: Ur dick is small stfu
    Reply With Quote  
     

  2. #2  
    Tnt Pk
    Guest
    Great Work =)

    EDIT : Nice work It Works Great =)
    Reply With Quote  
     

  3. #3 -.- 
    Donator


    Join Date
    Sep 2006
    Age
    30
    Posts
    2,106
    Thanks given
    73
    Thanks received
    54
    Rep Power
    491
    I posted this awhile ago please search before you post stuff that has already been posted
    I was the first person on the forums to post this fully working un-renamed

    LINK: http://www.rune-server.org/showthread.php?t=69441
    Reply With Quote  
     

  4. #4  
    Registered Member
    Pablo's Avatar
    Join Date
    Oct 2007
    Age
    30
    Posts
    808
    Thanks given
    0
    Thanks received
    0
    Rep Power
    91
    Quote Originally Posted by Pixel View Post
    I posted this awhile ago please search before you post stuff that has already been posted
    I was the first person on the forums to post this fully working un-renamed

    LINK: http://www.rune-server.org/showthread.php?t=69441
    Just taking a small glimpse of yours, I see you have offline where it's suppose to be online. So maybe you should test yours fully dumb ***.
    [Today 09:32 PM] Im An Angel: You didnt have to tell everyone.
    [Today 09:32 PM] Shiver: Ur dick is small stfu
    Reply With Quote  
     

  5. #5  
    Stonebot
    Guest
    it says online regardless if they are on or off
    Reply With Quote  
     

  6. #6  
    Client Hacking

    Join Date
    May 2007
    Age
    32
    Posts
    1,497
    Thanks given
    3
    Thanks received
    15
    Rep Power
    599
    Thanks Pablo and where dids your kitty go

    did he run from your avatar (c)
    elid.r-s
    Reply With Quote  
     

  7. #7  
    Donator


    Join Date
    May 2008
    Posts
    1,234
    Thanks given
    31
    Thanks received
    25
    Rep Power
    279
    Thanks man
    Reply With Quote  
     

  8. #8  
    Registered Member
    netzo's Avatar
    Join Date
    Feb 2008
    Age
    31
    Posts
    1,226
    Thanks given
    402
    Thanks received
    135
    Rep Power
    185
    Cool! rep+! + thanks
    Reply With Quote  
     

  9. #9  
    Member

    Join Date
    Jun 2009
    Age
    30
    Posts
    432
    Thanks given
    13
    Thanks received
    2
    Rep Power
    0
    finally, a version of this that actually worked.
    Reply With Quote  
     

  10. #10  
    Registered Member
    Wiffles's Avatar
    Join Date
    Dec 2007
    Posts
    1,168
    Thanks given
    100
    Thanks received
    198
    Rep Power
    493
    Damn Pablo lol you posted it before me.

    I was JUST now going to post something like this but only non renamed!

    GJ

    Repped.
    Reply With Quote  
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

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