Thread: Need Quick Help!

Results 1 to 8 of 8
  1. #1 Need Quick Help! 
    Fuckin PRO

    Damien's Avatar
    Join Date
    Feb 2008
    Age
    32
    Posts
    2,658
    Thanks given
    928
    Thanks received
    82
    Rep Power
    369
    How can I fixed this,


    The middle "Attack" = walk here and the top one is attacking players in wild.

    Code:
            	outStream.createFrameVarSize(104);
            	outStream.writeByteC(4); // command slot (does it matter which one?)
            	outStream.writeByteA(0); // 0 or 1; 0 if command should be placed on top in context menu
            	outStream.writeString("Trade");
            	outStream.endFrameVarSize();
    
    		outStream.createFrameVarSize(104);
    		outStream.writeByteC(3);		// command slot (does it matter which one?)
    		outStream.writeByteA(1);		// 0 or 1; 1 if command should be placed on top in context menu
    		outStream.writeString("Attack");
    		outStream.endFrameVarSize();
    please help me on this!
    Reply With Quote  
     

  2. #2  
    Registered Member
    ViperSniper's Avatar
    Join Date
    Apr 2007
    Age
    30
    Posts
    2,417
    Thanks given
    367
    Thanks received
    82
    Rep Power
    976
    Someone replaced follow with attack clientside.
    Reply With Quote  
     

  3. #3  
    WLR Leaked!


    Join Date
    Jul 2008
    Posts
    981
    Thanks given
    161
    Thanks received
    48
    Rep Power
    572
    Agreed ^ mts
    Reply With Quote  
     

  4. #4  
    Rastafari I Trey I's Avatar
    Join Date
    Jun 2009
    Posts
    58
    Thanks given
    0
    Thanks received
    0
    Rep Power
    54
    yur missing one of the methods..

    Code:
     		outStream.createFrameVarSize(104);
    		outStream.writeByteC(3);		// command slot (does it matter which one?)
    		outStream.writeByteA(1);		// 0 or 1; 1 if command should be placed on top in context menu
    		outStream.writeString("Walk Here");
    		outStream.endFrameVarSize();
    or something like that.. idk i don't has ur files. so idk

    Reply With Quote  
     

  5. #5  
    Registered Member
    Josh™'s Avatar
    Join Date
    Nov 2008
    Posts
    692
    Thanks given
    5
    Thanks received
    9
    Rep Power
    266
    Just switch the middle "Attack" to, "Walk Here", If you need help finding it. I'll help.
    Reply With Quote  
     

  6. #6  
    Fuckin PRO

    Damien's Avatar
    Join Date
    Feb 2008
    Age
    32
    Posts
    2,658
    Thanks given
    928
    Thanks received
    82
    Rep Power
    369
    Quote Originally Posted by ViperSniper View Post
    Someone replaced follow with attack clientside.
    omg! I fix it!! thank you dude!! rep+
    Reply With Quote  
     

  7. #7  
    Rastafari I Trey I's Avatar
    Join Date
    Jun 2009
    Posts
    58
    Thanks given
    0
    Thanks received
    0
    Rep Power
    54
    ahhh,, viper is prolly right.. nvm what i said...

    Reply With Quote  
     

  8. #8  
    Fuckin PRO

    Damien's Avatar
    Join Date
    Feb 2008
    Age
    32
    Posts
    2,658
    Thanks given
    928
    Thanks received
    82
    Rep Power
    369
    thanks guys for help
    Reply With Quote  
     


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
  •