Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-24 | On each success skill invoke call event OnSkillInvoke. | Andrei Karas | 4 | -0/+60 | |
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-21 | Add gprof build flag. | Andrei Karas | 3 | -0/+26 | |
2015-02-20 | Rename permission send_gm_flag into send_gm. | Andrei Karas | 1 | -1/+1 | |
2015-02-20 | Add show_client_version permission. | Andrei Karas | 4 | -4/+10 | |
Use show_client_version permission in online list. | |||||
2015-02-20 | Add support for online list packets. | Andrei Karas | 9 | -0/+93 | |
2015-02-20 | add packet to get state from client. | Andrei Karas | 5 | -0/+10 | |
2015-02-17 | add pet emote packet. | Andrei Karas | 5 | -0/+27 | |
2015-02-17 | add pet talk packet. | Andrei Karas | 6 | -1/+33 | |
Changed server version to 5. | |||||
2015-02-15 | map: add attribute for mobs for stand slaves alive after muster was dead | Andrei Karas | 4 | -0/+54 | |
New mob attribute: 0x8000 | |||||
2015-02-07 | Better report script issues. | Andrei Karas | 1 | -14/+160 | |
2015-01-31 | Read default map and position from config. | Andrei Karas | 6 | -1/+69 | |
2015-01-25 | map: update functions to new version. | Andrei Karas | 4 | -104/+114 | |
2015-01-22 | remove all chars after # in nick in script command npctalk3. | Andrei Karas | 1 | -1/+4 | |
2015-01-21 | map: fix working with old clients. | Andrei Karas | 1 | -0/+16 | |
2015-01-20 | fix compilation warnings. | Andrei Karas | 2 | -3/+2 | |
2015-01-20 | map: add support for sending npc activate distance to client | Andrei Karas | 3 | -4/+49 | |
2015-01-17 | map: change exp table validation for only used classes. | Andrei Karas | 3 | -0/+19 | |
2015-01-15 | Fix lg function. | Andrei Karas | 1 | -3/+15 | |
Now it need two strings for text translation based on gender. | |||||
2015-01-15 | char: validate player look value on char creation. | Andrei Karas | 4 | -0/+26 | |
2015-01-15 | char: add support for player look in char creation. | Andrei Karas | 1 | -3/+6 | |
2015-01-14 | char: send correct error code if on char creation class or sex is wrong. | Andrei Karas | 3 | -2/+33 | |
2015-01-10 | Add support for sending group id to client. | Andrei Karas | 7 | -2/+69 | |
Add permission send_gm_flag. | |||||
2015-01-10 | Add Visual Studio 2013 solution and project files. | Andrei Karas | 5 | -0/+476 | |
2015-01-10 | Fix compilation with visual studio. | Andrei Karas | 1 | -1/+3 | |
2015-01-10 | Revert "map: overload job/class related functions." | Andrei Karas | 3 | -57/+0 | |
This reverts commit 1d34b1d90999a9dda263c8235e5036d7b6179fa5. | |||||
2015-01-10 | map: overload job/class related functions. | Andrei Karas | 3 | -0/+57 | |
2015-01-07 | char: check minimal char race id. | Andrei Karas | 1 | -1/+3 | |
Also fix checks for sex. | |||||
2015-01-07 | char: add option min_char_class. | Andrei Karas | 3 | -0/+9 | |
2015-01-05 | char: allow set in char creation race and gender only if client version >= 4. | Andrei Karas | 1 | -17/+27 | |
2015-01-05 | char: allow set gender from char creation dialog. | Andrei Karas | 1 | -8/+19 | |
2015-01-04 | char: read max char class from char server config. | Andrei Karas | 4 | -0/+15 | |
2015-01-04 | add support for race selection in char creation packet. | Andrei Karas | 4 | -1/+32 | |
Change server version to 4. | |||||
2015-01-02 | Reimpliment script function getareadropitem with additional parameter. | Andrei Karas | 3 | -0/+61 | |
getareadropitem map, x1, y1, x2, y2, item [, delFlag] | |||||
2015-01-02 | Add script command to call timer on players in area. | Andrei Karas | 3 | -0/+39 | |
New script command: areatimer map, x1, y1, x2, y2, tick, event | |||||
2015-01-01 | add script function for check is player dead or not. | Andrei Karas | 3 | -1/+13 | |
New script function: ispcdead() | |||||
2015-01-01 | Add script function for unequip item by id. | Andrei Karas | 3 | -2/+29 | |
New script function: unequipbyid ID | |||||
2015-01-01 | map: allow use npc with any id in allowed range. | Andrei Karas | 3 | -0/+9 | |
2014-12-31 | add script function what return current map name. | Andrei Karas | 3 | -0/+15 | |
New script function: getmapname | |||||
2014-12-24 | Impliment AllowPickup item_db.conf option. | Andrei Karas | 3 | -0/+23 | |
2014-12-24 | Add into item_db.conf option AllowPickup, by default true. | Andrei Karas | 3 | -0/+7 | |
It allow pickup item from ground. | |||||
2014-12-24 | Fix compilation warnings. | Andrei Karas | 5 | -11/+24 | |
2014-12-24 | map: If FloorLifeTime < 0 put item on ground forever. | Andrei Karas | 1 | -1/+2 | |
2014-12-23 | Fix hookStop usage. | Andrei Karas | 7 | -15/+40 | |
2014-12-23 | map: if got buy command for market npc, show market instead of buy shop. | Andrei Karas | 3 | -0/+62 | |