Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-05-24 | map: fix check for correct npc id. | Andrei Karas | 1 | -1/+9 | |
After server update need update this check. | |||||
2015-05-11 | Fix compilation with gcc 4.9 and older. | Andrei Karas | 1 | -2/+3 | |
2015-05-02 | trim and translate mob names before sending to client. | Andrei Karas | 1 | -0/+64 | |
2015-05-02 | add script function for check is unit walking. | Andrei Karas | 3 | -0/+30 | |
New script function: isunitwalking([unitid]) | |||||
2015-05-01 | Fix possible wrong checks. | Andrei Karas | 1 | -1/+1 | |
2015-05-01 | Add script command for send chat command to client. | Andrei Karas | 5 | -0/+39 | |
New script command: clientCommand chatcommand args | |||||
2015-04-30 | Remove checking for gm command in mail read packet. | Andrei Karas | 3 | -0/+47 | |
2015-04-16 | Apply WalkSpeed attribute from job_db.conf. | Andrei Karas | 5 | -0/+39 | |
2015-04-16 | Add to job_db.conf attribute for moving speed. | Andrei Karas | 3 | -1/+26 | |
New attribute: MoveSpeed | |||||
2015-04-10 | map: add support for own job names. | Andrei Karas | 3 | -0/+15 | |
2015-04-08 | Add to item_db.conf item attributes for equip/unequip effects. | Andrei Karas | 6 | -4/+57 | |
New attributes: UnequipEffect - send this effect to client if unequip item was success UnequipFailEffect - send this effect to client if unequip item was fail For equip events used same attributes like for use. | |||||
2015-04-08 | Add to item_db.conf item attributes for use effects. | Andrei Karas | 6 | -1/+34 | |
New attributes: useEffect - send this effect to client if use item was success useFailEffect - send this effect to client if use item was fail | |||||
2015-04-04 | map: fix compilation error. | Andrei Karas | 1 | -3/+3 | |
2015-04-02 | map: add new attributes to item_db. | Andrei Karas | 4 | -0/+10 | |
New attributes RequiredDef, RequiredMDef. | |||||
2015-04-02 | map: add some more attributes into item_db. | Andrei Karas | 4 | -1/+27 | |
Added RequiredMaxHp, RequiredMaxSp, RequiredAtk, RequiredMAtkMin, RequiredMAtkMax | |||||
2015-04-02 | map: check required item attributes also on use item. | Andrei Karas | 3 | -3/+4 | |
2015-04-02 | Add item_db attributes for limit item usage. | Andrei Karas | 4 | -0/+38 | |
Added attributesRequiredStr, RequiredAgi, RequiredVit, RequiredInt, RequiredDex, RequiredLuk. Check this attributes before equip item. | |||||
2015-04-02 | map: add post hook for checking is possible equip item. | Andrei Karas | 3 | -0/+17 | |
2015-03-30 | map: add missing checks. | Andrei Karas | 1 | -0/+2 | |
2015-03-25 | Add gm command for set player skill level. It also allow add/delete skills. | Andrei Karas | 3 | -0/+35 | |
New gm command: @setskill skill level | |||||
2015-03-22 | Fix translation server messages. | Andrei Karas | 1 | -0/+20 | |
Allow send correct command to client for join irc channel if enabled. | |||||
2015-03-22 | map: remove sit state after start moving. | Andrei Karas | 1 | -0/+5 | |
2015-03-20 | map: translate also english texts, this will remove #0 and #1 in output. | Andrei Karas | 1 | -1/+1 | |
2015-03-07 | map: translate server to client text messages. | Andrei Karas | 3 | -0/+48 | |
2015-03-05 | Replace struct flooritem_data to TBL_ITEM. | Andrei Karas | 4 | -4/+4 | |
2015-03-05 | Replace struct mob_data to TBL_MOB. | Andrei Karas | 3 | -3/+3 | |
2015-03-05 | Replace struct npc_data to TBL_NPC. | Andrei Karas | 4 | -12/+12 | |
2015-03-05 | Replace struct map_session_data to TBL_PC. | Andrei Karas | 16 | -64/+64 | |
2015-03-04 | Copy setmount script command from hercules and remove limits for class job. | Andrei Karas | 3 | -0/+85 | |
2015-03-02 | map: in script command getitemlink add item name only for clients < 7. | Andrei Karas | 1 | -1/+8 | |
2015-03-01 | map: in online list remove temp buffer always. | Andrei Karas | 1 | -1/+7 | |
2015-03-01 | hide hidden players from online list if player in list have smaller group ↵ | Andrei Karas | 1 | -2/+5 | |
level than local player. | |||||
2015-03-01 | map: dont leak map packets from invisible players. | Andrei Karas | 1 | -2/+6 | |
2015-03-01 | fix memory leak in quest.c. | Andrei Karas | 1 | -0/+4 | |
2015-03-01 | Fix memory leak in lang.c on exit. | Andrei Karas | 1 | -5/+24 | |
2015-02-28 | fix default map name memory leak on exit. | Andrei Karas | 1 | -0/+1 | |
2015-02-25 | Add packet for homunculus/mercenary direction. | Andrei Karas | 3 | -0/+13 | |
2015-02-25 | Add packet for homunculus/mercenary emote. | Andrei Karas | 5 | -11/+23 | |
2015-02-25 | Add packet for homunculus/mercenary talk. | Andrei Karas | 5 | -8/+32 | |
2015-02-24 | Fix wrong packet buffers preallocations. | Andrei Karas | 1 | -2/+1 | |
2015-02-24 | map: add missing checks. | Andrei Karas | 8 | -17/+86 | |
2015-02-24 | map: add missing check on close channel packet. | Andrei Karas | 1 | -0/+3 | |
2015-02-24 | On each success skill invoke call event OnSkillInvoke. | Andrei Karas | 3 | -0/+58 | |
Alos set variables @skillId and @skillLv to skill id and skill level. | |||||
2015-02-23 | In pet chat message include owner name. | Andrei Karas | 1 | -2/+2 | |
2015-02-22 | Allow change pet direction by packet from client. | Andrei Karas | 3 | -0/+10 | |
2015-02-22 | Allow move pet by packet from client. | Andrei Karas | 3 | -0/+17 | |
2015-02-22 | fix compilation warning. | Andrei Karas | 1 | -0/+1 | |
2015-02-21 | Fix heavy CPU usage while walking. | Andrei Karas | 3 | -0/+13 | |
After this commit and some changes in configuration it allow spawn more than 7k mobs in small area with small CPU usage. | |||||
2015-02-21 | Add missing hook stop command in emob_deleteslave_sub. | Andrei Karas | 1 | -0/+7 | |
2015-02-20 | Rename permission send_gm_flag into send_gm. | Andrei Karas | 1 | -1/+1 | |