Maps Autocleaner

All Helbreath Server Source Discussion here.
Post Reply
Cyrus96
noob
Posts: 10
Joined: Sun Jan 30, 2005 7:40 pm

Post by Cyrus96 »

Could anyone write me script what will clean every maps after half hour, like /clearmap command?
Kenny123
Regular
Posts: 38
Joined: Tue Jun 07, 2005 2:47 am

Post by Kenny123 »

lol :P Lazy bitch.
juggalo2
Spamtastic
Posts: 1144
Joined: Sun Jul 17, 2005 5:28 pm

Post by juggalo2 »

hey man thats a good idea how to do have no fing clue lol
<img src='http://lifeplaysu420.com/unknow/nightsign.png' border='0' alt='user posted image' /><br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>Wanna make money for surfing the net sing up at <br><a href='http://www.cashfiesta.com/php/join.php? ... yprivitera' target='_blank'>cash fiesta</a><br>its all free hey why ntot make money while fucking around on the computer<br><br><br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Cleroth
Loyal fan
Posts: 416
Joined: Wed Jun 16, 2004 7:08 pm

Post by Cleroth »

You just need to add a timer...
<img src='http://ic1.deviantart.com/fs11/i/2006/1 ... leroth.gif' border='0' alt='user posted image' />
juggalo2
Spamtastic
Posts: 1144
Joined: Sun Jul 17, 2005 5:28 pm

Post by juggalo2 »

whats you mena add times liek ad its to /clearmaps :) codes if so im goinan try if nto im heading in wroung derection

Code: Select all

if (memcmp(cp, "/clearmap", 9) == 0) {
  	AdminOrder_CleanMap(iClientH, cp, dwMsgSize);
  	return;
  }

Code: Select all

if (memcmp(token, "Admin-Level-/clearmap", 21) == 0)    	cReadMode = 43;	
    
im probly heading in wroung dection but yea lol
<img src='http://lifeplaysu420.com/unknow/nightsign.png' border='0' alt='user posted image' /><br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>Wanna make money for surfing the net sing up at <br><a href='http://www.cashfiesta.com/php/join.php? ... yprivitera' target='_blank'>cash fiesta</a><br>its all free hey why ntot make money while fucking around on the computer<br><br><br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tester
Outpost bitch
Posts: 544
Joined: Wed Jan 07, 2004 8:58 pm

Post by tester »

That just sux, U need a timer on every item not on all the items. Else when u put it on a map some nice items may vanish. K lets say ur killing a HC, at 4 mins 59 seconds u killed it and got a drop, and at 5 mins uve put ur cleanmap, byebye HC drop :s

See my point?

Cheers Tester
I support a woman's right to choose<br><br>- In the Mouth?<br>- In the Ass ?<br>- In the Vagina?<br>- Between the Tits?
juggalo2
Spamtastic
Posts: 1144
Joined: Sun Jul 17, 2005 5:28 pm

Post by juggalo2 »

no its will be leik a code so its will clear each items on the ground leik 3 to 5 min after and if it need to be on each items than fuck ill do it
<img src='http://lifeplaysu420.com/unknow/nightsign.png' border='0' alt='user posted image' /><br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>Wanna make money for surfing the net sing up at <br><a href='http://www.cashfiesta.com/php/join.php? ... yprivitera' target='_blank'>cash fiesta</a><br>its all free hey why ntot make money while fucking around on the computer<br><br><br>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
RageIlluminati
Outpost bitch
Posts: 559
Joined: Wed Mar 30, 2005 6:45 am

Post by RageIlluminati »

juggalo2 wrote: no its will be leik a code so its will clear each items on the ground leik 3 to 5 min after and if it need to be on each items than fuck ill do it
well.. if you have like 100% droprate or smthing... I could imagine the massive lagg and processor load.. if server try to keep in memory every item status and how long it have been on the ground...
<img src='http://helbreath.pri.ee/userbars/hbest-gamemaster2.jpg' border='0' alt='user posted image' /> <img src='http://helbreath.pri.ee/userbars/hbsoccer-owner.jpg' border='0' alt='user posted image' /> <img src='http://helbreath.pri.ee/userbars/scorpa-rider.jpg' border='0' alt='user posted image' /> <img src='http://helbreath.pri.ee/userbars/logout-master.jpg' border='0' alt='user posted image' /> <br>.<br>................................Ego sum Rage, flagellum Dei!<br><br>The problem with America is stupidity. I'm not saying there should be a capital punishment for stupidity, but why don't we just take the safety labels off of everything and let the problem solve itself? (bash.org)
Post Reply