Fao Td

Mu online season 21 - grand opening

Akuma

xDEATHx FTW
Golden Oldie
Dec 6, 2006
694
1
25
115
things ive noticed and things which i think wud be good coded

the clearmon dont work
its clearmon map mobname item
it drops wether item is set to true or false be good if it was fixed

a command to clear items off ground

a command to delete a particular item from bag (is one but dont work)

a command to delete a specific item off a body

deleted characters, to be completly wiped after 90 days or so so sum1 else can use name, (set to approx 90, encase they want it bak)

unused accounts to be deleted after say 30 days

add mapinfo flag droprate so u can change it on different floors or different maps

this is all so far

thnx

VirUs
 
Last edited:

MiloFoxburr

LOMCN VIP
VIP
Mar 23, 2003
7,276
207
350
Dublin, Ireland
things ive noticed and things which i think wud be good coded

the clearmon dont work
its clearmon map mobname item
it drops wether item is set to true or false be good if it was fixed


a command to clear items off ground

a command to delete a particular item from bag (is one but dont work)

a command to delete a specific item off a body


deleted characters, to be completly wiped after 90 days or so so sum1 else can use name, (set to approx 90, encase they want it bak)

unused accounts to be deleted after say 30 days

add mapinfo flag exprate so u can change it on different floors or different maps

this is all so far

thnx

VirUs

CLEARMAPMON (NPC Command) works

Just edit the time items are on the ground in !setup.txt


USERITEM (playername) (Itemname) (maybe the other way round)


AFAIK DBServer can be set to do this (Its abit pointless on a priv server as the DB is never that large)

DBServer can be already set to do this

There is is called EXPRATE

All the stuff you have listed above can be done one way or another
I know they are all possible (without new coding) as I have then them all in the past
 

Akuma

xDEATHx FTW
Golden Oldie
Dec 6, 2006
694
1
25
115
CLEARMAPMON (NPC Command) works be good if it worked properly with gm commands

Just edit the time items are on the ground in !setup.txt its set to 8mins, but say im doing event or testing or same as the monclear dont work....


USERITEM (playername) (Itemname) (maybe the other way round)nope says player blah blah blah not online

AFAIK DBServer can be set to do this (Its abit pointless on a priv server as the DB is never that large)will check this out

DBServer can be already set to do thiswill check this out

There is is called EXPRATE sorry was meant to say droprate lol edited it

cheers for reply
 

thedeath

LOMCN Developer
Developer
Mar 26, 2003
1,389
123
289
lets see
why do you need more gm commands? one of the reasons why the server is using so much cpu atm is the fact that there are like 200-300 commands already and ppl just want more and more added (each time a person types any msg with @ infront it has to go through every single command: basicaly atm i'm guessing it takes about 0.5ms of cpu time just to go through all of them for 1 single stupid msg which is insane
the reason there wont be a droprate flag is cause tbh it'd only be a waste, if you want different droprates you could always create copy's of your mob with a number behind it and use seperate dropfiles
fact remains that mob drops are calculated before they are even on a map so i'd have to do some annoying editing to add this semi-useless and extra cpu consuming code
as for gm command to take items out of players bag, equipment: basicaly just kick them out of the game and edit their useritems table in ms sql that's the simple solution rather then me having to add yet another useless gm command (stupid chinese added way to many features and commands that ppl only try to abuse to show how elite their stupid server is)
 

Akuma

xDEATHx FTW
Golden Oldie
Dec 6, 2006
694
1
25
115
lets see
why do you need more gm commands? one of the reasons why the server is using so much cpu atm is the fact that there are like 200-300 commands already and ppl just want more and more added (each time a person types any msg with @ infront it has to go through every single command: basicaly atm i'm guessing it takes about 0.5ms of cpu time just to go through all of them for 1 single stupid msg which is insane
the reason there wont be a droprate flag is cause tbh it'd only be a waste, if you want different droprates you could always create copy's of your mob with a number behind it and use seperate dropfiles
fact remains that mob drops are calculated before they are even on a map so i'd have to do some annoying editing to add this semi-useless and extra cpu consuming code
as for gm command to take items out of players bag, equipment: basicaly just kick them out of the game and edit their useritems table in ms sql that's the simple solution rather then me having to add yet another useless gm command (stupid chinese added way to many features and commands that ppl only try to abuse to show how elite their stupid server is)

didnt like that,

i just wanted new commands as it wud make the life of a gm a bit easier, coz what bout people who do not have access to server??

the flag idea, well, i have the mobs on all floors different numbers, just now the hassle of going through all drop files and working out whats gonna drop what when instead of x1 x2 x3 etc

half of the gm commands are not used neways, and out of the ones i have in Commands.ini i have nowhere near 100 let alone 300 i use about 10 of them in total

VirUs
 

Miles

LOMCN VIP
VIP
Mar 27, 2003
1,195
0
213
things ive noticed and things which i think wud be good coded

the clearmon dont work
its clearmon map mobname item
it drops wether item is set to true or false be good if it was fixed

Actually you´re wrong, or at least I thınk you are. I´ve used ıt a couple of tımes, and ıt has always worked - you just have to make sure you´re puttıng the correct ınformatıon ın (@clearmon mapname mobname 0/1 (0 for no ıtems 1 for ıtems). You can also use * to ındıcate all - ı.e. @clearmon test * 0 would make all the monsters on map 'test' dısappear and would leave no ıtems.)

You should check ıt, but I´m pretty sure that ıt works ^^.

/Mıles
 

Akuma

xDEATHx FTW
Golden Oldie
Dec 6, 2006
694
1
25
115
nope the 1/0 dont work to drop or not drop items from mob

VirUs