DragonDagger 317
Welcome to DragonDagger's Official Forums!
Enjoy your stay.
DragonDagger 317
Welcome to DragonDagger's Official Forums!
Enjoy your stay.
DragonDagger 317
Would you like to react to this message? Create an account in a few clicks or log in to continue.

DragonDagger 317

DragonDagger's Official Forums
 
HomeDDLatest imagesSearchRegisterLog in
Donations welcomed, we're trying to get the golden server position on runelocus server status page!
Webclient is OUT! Click Play Now in the Forums Homepage

 

 arti add this to try and fix dupes

Go down 
2 posters
AuthorMessage
angelife
Global Administrator
Global Administrator
angelife


DD Posts DD Posts : 173
Join date : 2009-08-06
Age : 28
Location : farmington CT

arti add this to try and fix dupes Empty
PostSubject: arti add this to try and fix dupes   arti add this to try and fix dupes I_icon_minitimeFri Aug 07, 2009 3:24 pm

i belive all of this is in client.java. if its not then look in clickingmost.java

search for
Code:
if (other.inTrade) {

and you should see this

Code:
public void tradeReq(int id) {
      if (!server.trading) {
         sM("Trading has been temporarily disabled");
         return;
      }
      client other = (client) handler.players[id];
      if (validClient(trade_reqId)) {
         if (other.inTrade) {
            sM("Other player is busy at the moment.");
            trade_reqId = 0;
            return;
         }
      }

under "other player is busy at the moment"
delete
Code:
trade_reqId = 0;

next under
Code:
int interfaceID = inStream.readSignedByte();

add this trading metheod

Code:
if(actionButtonId == 26018) {
         if (inTrade && (System.currentTimeMillis() - lastButton > 1000)) {
            lastButton = System.currentTimeMillis();
            getClient(trade_reqId).sM("Other player has declined the trade.");
            declineTrade();
         }
}

i dont have a delta source for me to try this out. so just incase you should back up the files(make a copy of them) before you add this just incase you mess up or incase you want to take it out

-owlfanatic77
Back to top Go down
Invalid Name
InGame Administrator
InGame Administrator
Invalid Name


DD Posts DD Posts : 79
Join date : 2009-07-10
Age : 29
Location : Australia :D

arti add this to try and fix dupes Empty
PostSubject: Re: arti add this to try and fix dupes   arti add this to try and fix dupes I_icon_minitimeFri Aug 07, 2009 3:44 pm

OMFG this shit has no errors! I'll be sending arti this Smile
Back to top Go down
angelife
Global Administrator
Global Administrator
angelife


DD Posts DD Posts : 173
Join date : 2009-08-06
Age : 28
Location : farmington CT

arti add this to try and fix dupes Empty
PostSubject: Re: arti add this to try and fix dupes   arti add this to try and fix dupes I_icon_minitimeFri Aug 07, 2009 3:47 pm

u dont have to. i sent it to nub. he already added it to the files
Back to top Go down
Invalid Name
InGame Administrator
InGame Administrator
Invalid Name


DD Posts DD Posts : 79
Join date : 2009-07-10
Age : 29
Location : Australia :D

arti add this to try and fix dupes Empty
PostSubject: Re: arti add this to try and fix dupes   arti add this to try and fix dupes I_icon_minitimeFri Aug 07, 2009 9:57 pm

owlfanatic77 wrote:
u dont have to. i sent it to nub. he already added it to the files

i am nub Razz its me matt lol rawrr
Back to top Go down
angelife
Global Administrator
Global Administrator
angelife


DD Posts DD Posts : 173
Join date : 2009-08-06
Age : 28
Location : farmington CT

arti add this to try and fix dupes Empty
PostSubject: Re: arti add this to try and fix dupes   arti add this to try and fix dupes I_icon_minitimeSat Aug 08, 2009 8:04 am

make up ur mind on names u jerk!

god it so confusing.. valkarie,nub,noob,invalid name >.< goddd matt
Back to top Go down
Sponsored content





arti add this to try and fix dupes Empty
PostSubject: Re: arti add this to try and fix dupes   arti add this to try and fix dupes I_icon_minitime

Back to top Go down
 
arti add this to try and fix dupes
Back to top 
Page 1 of 1
 Similar topics
-
» My pimp Cane dupes
» auto-restarter. basically a 150% server runner. recommended for arti
» LOL ARTI i begged you for sex did i?
» DD's Official Drops Guide
» arti demoted me i guess?

Permissions in this forum:You cannot reply to topics in this forum
DragonDagger 317  :: General :: Ideas and Suggestions-
Jump to: