This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 2 matches

by Timy
Sat Apr 25, 2009 11:28 am
Forum: Script Requests
Topic: Calculation Tcl
Replies: 7
Views: 4478

since i dont know what defense and spy exactly are going to do, heres the half-done code containing fully working attack code. if i got something wrong please tell me about it and i will try to fix it asap ;) bind pub - !attack attack bind pub - !defense defend bind pub - !spy spy proc attack { nic...
by Timy
Tue Apr 21, 2009 9:19 am
Forum: Script Requests
Topic: Calculation Tcl
Replies: 7
Views: 4478

Calculation Tcl

Dear All; Need support to have Tcl as follow : to define those strength as follow Attack = input number * 2 Defense = input number * 3 Spy = input number * 4 so when user make on main input as : Attack 200 so i need out to be as follow : username 400 so automatice it will multiply the input number w...