@nobc
Enable/Disable to hide/disable to see broadcast ~
too little info, upon reading the source code, gm commands "@kami" and script commands
*announce use
clif->broadcast which can be easily hijack this function
but some of them *mapannounce *areaannounce do stuffs like map->foreachinmap which need to edit each function respectively <--which can be alot of work
and some broadcast shouldn't be disable like
1. "WoE has started !!"
2. "XXX Event going to start in x minutes !!"
3. "Player A has pawn player B on map X" <-- pvp ladder announcement
4. instance map announce like endless tower announcing MVP going to spawn
in fact, I think you need to list out all the things that CAN be disable for the player and some things that CAN'T disable for the player
otherwise player start complaining after they enable "@nobc" then they didn't hear any announcement from events or instance
for example
&1 can disable player's megaphone
&2 disable pvp announcement
&4 disable gm's "@kami" announcement
&8 disable event going to start and during event progress announcement
&16 disable server changing rate announcement - double drop rate has started
&32 disable instance announcement, disable mvp going to spawn in the instance etc
&64 disable woe announcement, "Guild X has conquered X map!!"
I hope you get what I mean when I see the scope of this script, it can be different from server to server, so be more specific when you try to elaborate the idea
so what are you talking about ?
only disable players' megaphone ? if that's the only thing you want that is pretty easy to do
@trash
Once you drop the items it will be automatically deleted and not drop on the floor
why not just tell the player to sell the item to the npc ?
if the item is bound (through *getbounditem script command) you can use item deleter script on the forum
it was made because some player complain that item crash their client, so a text based script (pull from my getitemname2 function) so player can go to the npc to delete the item
.... if you open 3 topics then I can search it for you (PS: I think I lost that script, it was made on eathena forum if I'm still remember)
@seeitems/@ignoredrop
To hide the any items on the floor
this one is straight forward, no problem for this one
AND !!!!! Please make 1 request per topic
you should open 3 topics for each one command requested
I'm sorry I'm going to lock this topic because of your low effort in describing your idea