Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-20 | Force save char gender to db after char creation. | Andrei Karas | 1 | -0/+10 | |
2016-02-18 | Update for support latest hercules. | Andrei Karas | 10 | -32/+37 | |
2016-02-14 | Add support for item attribute MaxFloorOffset. | Andrei Karas | 6 | -11/+60 | |
Change plugin version to 12. | |||||
2016-02-06 | Update plugin for support latest hercules. | Andrei Karas | 2 | -7/+2 | |
2016-02-01 | Fix formatting string issue if parameters too small in size. | Andrei Karas | 1 | -1/+1 | |
2016-01-30 | Remove script command countitemcolor. Now it same with countitem. | Andrei Karas | 3 | -40/+0 | |
2016-01-30 | Simplify npctalk3 script command. | Andrei Karas | 1 | -12/+2 | |
2016-01-29 | Change script function requestitemsindex to return value. | Andrei Karas | 3 | -27/+24 | |
2016-01-29 | Change script function requestitemindex to return value. | Andrei Karas | 2 | -25/+6 | |
2016-01-29 | Change script function requestitems to return value. | Andrei Karas | 3 | -28/+7 | |
2016-01-28 | Change script function requestitem to return value. | Andrei Karas | 2 | -24/+5 | |
2016-01-28 | Change script function requestlang to return value. | Andrei Karas | 3 | -25/+4 | |
2016-01-25 | Add craft names into constants. | Andrei Karas | 1 | -0/+2 | |
2016-01-24 | Add support for cards in script funciton getitemlink. | Andrei Karas | 2 | -13/+45 | |
Example: getitemlink(1301, 5002) | |||||
2016-01-24 | In craft.conf add support for multyply "CreteItems" groups. Will be used ↵ | Andrei Karas | 3 | -5/+80 | |
random group. | |||||
2016-01-24 | Add script function for get return code from craft entry. | Andrei Karas | 7 | -1/+27 | |
New script function: getcraftcode ENTRY | |||||
2016-01-24 | Fix craft working with required non stackable items. | Andrei Karas | 1 | -18/+35 | |
2016-01-24 | Enable stricker items checks in craft. | Andrei Karas | 1 | -19/+106 | |
2016-01-24 | Not allow use equipped items in craft. | Andrei Karas | 1 | -4/+8 | |
2016-01-24 | Add script command for use craft. | Andrei Karas | 7 | -0/+144 | |
New script command: usecraft CRAFT Where CRAFT - craft id created by initcraft. | |||||
2016-01-24 | Dont search name in scripts for items with id 0. | Andrei Karas | 1 | -2/+5 | |
2016-01-23 | Add script function for find craft entry from db based on craft variable. | Andrei Karas | 7 | -1/+262 | |
New script command: findcraftentry CRAFTVAR, FLAG Where: CRAFTVAR - variable get from initcraft function. FLAG - flag related to npc. It allow search craft entries only with this flag. | |||||
2016-01-23 | Remove var name parameter from requestCraft. Now it return string. | Andrei Karas | 2 | -25/+5 | |
2016-01-23 | Move craft conf related things into separate file. | Andrei Karas | 8 | -373/+448 | |
Also move itempair struct into separate file. | |||||
2016-01-23 | Add support for load and parse craft configuration file. For now unused. | Andrei Karas | 3 | -5/+379 | |
2016-01-17 | Add script command for show emotes. | Andrei Karas | 3 | -0/+39 | |
Copy from hercules with removing emote id check. Script command: emotion e[, flag, name] | |||||
2016-01-16 | Add script command for show link to item with cards by inventory index. | Andrei Karas | 4 | -4/+87 | |
New script command: getinvindexlink n | |||||
2016-01-13 | Fix plugin compilation after last server update. | Andrei Karas | 1 | -1/+1 | |
2016-01-12 | Add script command for validate craft object after some time it was created. | Andrei Karas | 5 | -1/+61 | |
New script command: validatecraft id | |||||
2016-01-12 | Add additional validation before creating craft object. | Andrei Karas | 1 | -0/+10 | |
2016-01-12 | Add script command for get item amount from one craft slot. | Andrei Karas | 3 | -0/+36 | |
New script command: getcraftslotamount id, slot | |||||
2016-01-12 | Add script command for get item id from one craft slot. | Andrei Karas | 5 | -0/+42 | |
New script command: getcraftslotid id, slot | |||||
2016-01-12 | Add script command for delete craftobject. | Andrei Karas | 5 | -6/+36 | |
New script command: deletecraft id | |||||
2016-01-11 | Add script command for dump craft object to server console. | Andrei Karas | 5 | -0/+62 | |
New script command: dumpcraft id | |||||
2016-01-11 | Add script command for convert craft string into craft object. | Andrei Karas | 9 | -1/+343 | |
New script command: initcraft var$ Return value: craft object id. | |||||
2016-01-08 | Add script command for request craft inventory. | Andrei Karas | 3 | -0/+66 | |
New script command: requestcraft VAR$[, size] Example: @requestcraft .@var$, 9; | |||||
2016-01-06 | Replace some map->id2bl to map->id2nd. | Andrei Karas | 1 | -6/+6 | |
2016-01-05 | Reimpliment packet 0x2e1 for old clients. | Andrei Karas | 4 | -4/+131 | |
2016-01-05 | Reimpliment packet 0x914 for old clients. | Andrei Karas | 4 | -9/+162 | |
2016-01-05 | Reimpliment packet 0x90f for old clients. | Andrei Karas | 4 | -4/+144 | |
2016-01-05 | Reimpliment packet 0x915 for old clients. | Andrei Karas | 4 | -0/+292 | |
2016-01-05 | Change plugin verison to 11. | Andrei Karas | 1 | -1/+1 | |
2015-12-21 | Add missing const into enpc_parse_unknown_mapflag. | Andrei Karas | 2 | -2/+2 | |
2015-12-21 | Add missing parameters in config reading functions. | Andrei Karas | 6 | -16/+24 | |
2015-12-21 | Disable statistics sendigs. | Andrei Karas | 3 | -0/+12 | |
2015-11-16 | Add gm command slide for fast move player on same map. | Andrei Karas | 3 | -0/+36 | |
2015-11-15 | Fix typo. | Andrei Karas | 1 | -1/+1 | |
2015-11-15 | Add support for other char gender. | Andrei Karas | 2 | -2/+2 | |
Increase plugin version to 10. | |||||
2015-11-05 | Add pseudo npc varibale .alwaysVisible for show npc from any range on map. | Andrei Karas | 7 | -1/+113 | |
2015-11-04 | fix buy from markets. | Andrei Karas | 1 | -0/+1 | |