summaryrefslogtreecommitdiff
path: root/src/emap/init.c
AgeCommit message (Collapse)AuthorFilesLines
2016-06-15add hashtable functionsJoseph Botosh1-0/+14
htnew, htdelete, htput, htget, htclear, htsize htiterator, htinextkey, hticheck, htidelete
2016-05-13Dont hide egg card fields in packets.Andrei Karas1-0/+2
2016-05-02Update function hook prototypes for support new hercules.Andrei Karas1-95/+94
2016-05-02Add into all files where need #include "plugins/HPMHooking.h"Andrei Karas1-0/+1
2016-04-27Add killer id packet.Andrei Karas1-0/+1
Change plugin version to 14.
2016-04-25Allow use colored messages in chat, even if # already used for gm commands.Andrei Karas1-0/+1
2016-03-30Add script command failedremovecardsindex.Andrei Karas1-0/+1
For remove all cards from item by inventory index.
2016-03-30Add script command successremovecardsindex.Andrei Karas1-0/+1
For remove all cards from item by inventory index.
2016-03-30Split script.c into buildins and other script functions.Andrei Karas1-0/+1
2016-03-20Copy child adoption functions to plugin and remove job and rings checks.Andrei Karas1-0/+2
2016-03-14Add ClientVersion constant parameter into code.release2016-03-15Andrei Karas1-0/+1
2016-03-14Disable completly buildin hercules translation support.Andrei Karas1-0/+1
2016-03-14Fix npc assertions on maps with always visible npcs after reload scripts.Andrei Karas1-0/+1
Clean npc info stored in plugin data if scripts was reloaded.
2016-02-22Copy setlook script command into plugin. Add support for send changed slot.Andrei Karas1-0/+1
2016-02-22Add support for warn_missing_translation configuration option.Andrei Karas1-0/+2
2016-02-18Update for support latest hercules.Andrei Karas1-0/+1
2016-01-30Remove script command countitemcolor. Now it same with countitem.Andrei Karas1-1/+0
2016-01-29Change script function requestitemsindex to return value.Andrei Karas1-1/+1
2016-01-29Change script function requestitemindex to return value.Andrei Karas1-1/+1
2016-01-29Change script function requestitems to return value.Andrei Karas1-1/+1
2016-01-28Change script function requestitem to return value.Andrei Karas1-1/+1
2016-01-28Change script function requestlang to return value.Andrei Karas1-1/+1
2016-01-24Add support for cards in script funciton getitemlink.Andrei Karas1-1/+1
Example: getitemlink(1301, 5002)
2016-01-24Add script function for get return code from craft entry.Andrei Karas1-0/+1
New script function: getcraftcode ENTRY
2016-01-24Add script command for use craft.Andrei Karas1-0/+1
New script command: usecraft CRAFT Where CRAFT - craft id created by initcraft.
2016-01-23Add script function for find craft entry from db based on craft variable.Andrei Karas1-0/+1
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-23Remove var name parameter from requestCraft. Now it return string.Andrei Karas1-1/+1
2016-01-23Move craft conf related things into separate file.Andrei Karas1-0/+3
Also move itempair struct into separate file.
2016-01-23Add support for load and parse craft configuration file. For now unused.Andrei Karas1-1/+1
2016-01-17Add script command for show emotes.Andrei Karas1-0/+1
Copy from hercules with removing emote id check. Script command: emotion e[, flag, name]
2016-01-16Add script command for show link to item with cards by inventory index.Andrei Karas1-0/+1
New script command: getinvindexlink n
2016-01-12Add script command for validate craft object after some time it was created.Andrei Karas1-0/+1
New script command: validatecraft id
2016-01-12Add script command for get item amount from one craft slot.Andrei Karas1-0/+1
New script command: getcraftslotamount id, slot
2016-01-12Add script command for get item id from one craft slot.Andrei Karas1-0/+1
New script command: getcraftslotid id, slot
2016-01-12Add script command for delete craftobject.Andrei Karas1-0/+1
New script command: deletecraft id
2016-01-11Add script command for dump craft object to server console.Andrei Karas1-0/+1
New script command: dumpcraft id
2016-01-11Add script command for convert craft string into craft object.Andrei Karas1-0/+4
New script command: initcraft var$ Return value: craft object id.
2016-01-08Add script command for request craft inventory.Andrei Karas1-0/+1
New script command: requestcraft VAR$[, size] Example: @requestcraft .@var$, 9;
2016-01-05Reimpliment packet 0x2e1 for old clients.Andrei Karas1-0/+1
2016-01-05Reimpliment packet 0x914 for old clients.Andrei Karas1-1/+2
2016-01-05Reimpliment packet 0x90f for old clients.Andrei Karas1-0/+1
2015-11-16Add gm command slide for fast move player on same map.Andrei Karas1-0/+1
2015-11-05Add pseudo npc varibale .alwaysVisible for show npc from any range on map.Andrei Karas1-0/+1
2015-10-28Fix sending player flags to other players.Andrei Karas1-0/+1
2015-10-26Add script command setskin. For set npc dialog skin on client.Andrei Karas1-0/+1
2015-10-21Fix translations on almost destroed server.Andrei Karas1-0/+5
2015-10-21Show duel messages in general tab.Andrei Karas1-0/+2
2015-10-19Add fixed bonuses for new mounts.Andrei Karas1-0/+1
2015-10-19Add extended mount support.Andrei Karas1-2/+2
2015-10-19add mount into pc into packet.Andrei Karas1-0/+2