Free Games Forum
Free Games Games Forums Music Forums TV Forums

  Free Games Forum Home FORUM
HOME
Search Posts SEARCH
POSTS
Who's Online WHO'S
ONLINE
Log in LOG
IN
Rules & FAQ RULES / FAQ
REPORT SPAM

Free Games Forum: Game Technology: Javascript Coding:
seeing who you can attack in wildy /colours

 

 


guns n roses
Newbie

Mar 19, 2005, 11:05 AM

Post #1 of 2 (414 views)
Shortcut
seeing who you can attack in wildy /colours Can't Post

open mudclient.java and search for system update
it should come up with this
Code: dnb.cdl("System update in: " + i9 + ":0" + l6, 256, dci - 7, 1, 0xffff00); else dnb.cdl("System update in: " + i9 + ":" + l6, 256, dci - 7, 1, 0xffff00); }

scroll down a bit until you see something like this...
Code: int j9 = 1 + i7 / 6; dnb.ccb(453, dci - 56, efh + 13); dnb.cdl("Wilderness", 465, dci - 20, 1, 0xffff00); dnb.cdl("Level: " + j9, 465, dci - 7, 1, 0xffff00);

replace that with this

Code: int j9 = 1 + i7 / 6; int high; int low; high = djc.gnm + j9; low = djc.gnm - j9; dnb.ccb(453, dci - 56, efh + 13); dnb.cdl("Wilderness", 465, dci - 20, 1, 0xffff00); dnb.cdl("Level: " + j9+" @red@(" + low + " - " + high + ")", 458, dci - 7, 1, 0xffff00);

It will show who can attack u in each wilderness lvl.. for example..

Code: WildernessLevel:1 26-28

u can tell that ur lvl 27..



codeboy
Newbie

Jul 3, 2005, 9:39 AM

Post #2 of 2 (336 views)
Shortcut
Re: [guns n roses] seeing who you can attack in wildy /colours [In reply to] Can't Post

i like this simpl and nice cherrs

 
 
 


Search for (options) Web Design by Web Ideas - Page loaded in: 0.10 s on (CGI/1.1)