Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - sh0e

#1
Help / Bugs / land bug
November 27, 2004, 03:43:07 PM
 my land is screwed up (again)
10k less building land

you guys need to check the sacking code
everytime i finish a "sacking" war my land goes haywoire
#2
General Discussion / admin treachery
November 27, 2004, 09:31:32 AM
 so somehow turkey has achieved and maintained the impossible of over 115% leader hut ratio to move north twice and suddenly the admins have decided to spontaneously move it to crow race

i see your treachery admins.
#3
Turbo Discussion / confessions
November 09, 2004, 04:41:40 AM
 When you dominate a server to the point of banning on sight, are receiving healthy barrages of moronic and ignorant accusatory comments from lame sideline stick throwers (along the lines of OMAOMFG YOU TEH HAXX)RR)RZ EVEN THO I HAVE NO IDEA (what the elk) IS GOING ON), and you get to the point where your unrelenting secksiness is no longer properly appreciated.. you know its time to come clean;  it is time to unveil "the exploit?" secret so commonly and ignorantly referred to.
All the bullying, psychological tactics, and wanton/misplaced personal attacks that have been employed have finally payed off.  Your immoral, egotistical, and distasteful tactics have finally worked.  I hope you are proud of yourselves.

Me and Josh have had an unfair advantage over you.. we have been abusing an undeniably dangerous and horribly unjust "the exploit?" secret; here in the following link are the dire confessions and explanations of the entire details of this most intimate "the exploit?" secret we abused:
the lliks hax secksy edition

Please find it in your hearts to forgive us for not unveiling something of this magnitude;
the unrelenting Truth of the content was simply ineffable.
#4
Help / Bugs / query function
May 30, 2004, 09:17:18 AM
 http://www.redwallwarlords.com/rwl.php?action=help
help.php does not include any of the standard includes and thus does not receive the dbquery function
#5
Turbo Discussion / inactivity?
April 19, 2004, 08:58:34 PM
 is there an inactivity limit?
im going to be inactive for a while.. will i get deleted if im inactive for too long?
#6
Help / Bugs / webserver lag
April 14, 2004, 02:24:13 PM
 maybe its just me but has anyone else noticed some major laggage on rwl?
every once in a while it will seem like rwl stops responding.. and lags like mad
pings are still fast.. just the webserver becomes unbearably slow
#7
Bugs / mt_rand problems
April 13, 2004, 09:59:09 PM
 mt_rand only returns integer values
these are only the ones ive found from quick looks
there may be more

military.php:
$lwiz = floor($enemy[wizards]*mt_rand(0.1,1)/100);

pvtmarketsell.php:
$users["pmkt_$type"] += $amount*mt_rand(0.20,0.66);
#8
Bugs / inverted expenses
April 10, 2004, 03:21:21 PM
 meh ill get back to you on this after i regain my sanity
#9
Bugs / city crippling code
April 05, 2004, 09:52:32 PM
 found what appears to be an error in the rwl baxx source code that cripples the already near useless cities
of course you may have deliberately made cities pretty impossible to defend.. but anywho:

the "spellcity" or "take" spell adds the defense points of the defender to the attackers offense points
making any of the defenders armies add on to the attackers offensive power instead of the defensive power

      while (list($key,$trp) = each($trplst))
         $offpts += $enemy[$trp] * $eera["d_$trp"];

should be:

      while (list($key,$trp) = each($trplst))
         $defpts += $enemy[$trp] * $eera["d_$trp"];