Jump to content

Jamy

Members
  • Posts

    54
  • Joined

  • Last visited

Everything posted by Jamy

  1. Jamy

    doubt command

    Well I created a command to remove items from all players who are on the map, but this just myremoving I wanted to remove only players that are not GM's. ACMD_FUNC(remove) { struct map_session_data* pl_sd; struct s_mapiterator* iter; int i; nullpo_retr(-1, sd); iter = mapit_getallusers(); for (i = 0; i < MAX_INVENTORY; i++) { if (sd->status.inventory[i].amount) { if(sd->status.inventory[i].equip != 0) pc_unequipitem(sd, i, 3); } } clif_displaymessage(fd, "Itens desequipados"); return 0; }
  2. I'm using hexed 11/22/2011 but when I connect I clientinfo.xml appears is the kro and not myserver, as this tidy ?
  3. Well today was testing some things on the emulator when I went and played some cards on the floor and one window appeared unkonow input item, then tested and found other items that are all, I do not know if it's the moon or hexed files hexed in 2010-07 - 30 ran and appeared already in the name appeared 06/09/2011 unknow item, but the dates are different, does anyone knowhow to tidy it.
  4. error does not convert to lub changedirectorylist.lua helpmsgstr.lua ridingspreditinfo_f.lua skilleffectinfolist.lua skillinfo_f.lua 2dlayerdir_f.lua biglayerdir_female.lua stateiconinfo.lua hotkey.lua msgstring_kr.lua
×
×
  • Create New...