summaryrefslogtreecommitdiff
path: root/src/emap/init.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-02Add support for spawn collision for mobs.s20161024s20161017s20161004Andrei Karas1-0/+2
2016-09-26Add/extend functions for manipulate quest variables and time.Andrei Karas1-1/+5
2016-09-05add slide buildingumi1-0/+1
2016-09-04Add script command for close npc dialog only on client without affecting serv...Andrei Karas1-0/+1
2016-09-04Fix hack with input string. Previous commit missing custom input function.Andrei Karas1-0/+1
2016-09-03Add support for MinRange in item_db.Andrei Karas1-0/+1
2016-09-01Add hack for avoid npc_str buffer size limitation.Andrei Karas1-0/+3
2016-09-01Add into mob_db skill type attacks modifier.Andrei Karas1-0/+2
2016-08-31Add into mob_db weapot type attacks modifier.Andrei Karas1-0/+1
2016-08-20Send party settings packet after party info packet.s20160820Andrei Karas1-0/+1
2016-08-17Add function for convert label to int and int to label.Andrei Karas1-0/+2
2016-08-13Add own pc_jobchange function. not change job exp and send new packet for slo...s20160814Andrei Karas1-0/+1
2016-08-10Add console command serverexit.Andrei Karas1-0/+3
2016-08-10Add gm command for send restart events to all servers.Andrei Karas1-0/+1
2016-07-31Add into item_db.conf support for attribute AllowAmmo for bows.Andrei Karas1-0/+2
2016-07-27Add homunculus exp packet (0xb22)Andrei Karas1-0/+2
2016-07-21Add fail move response packet.Andrei Karas1-0/+1
2016-07-19Send inf2 in skill info packet.Andrei Karas1-0/+1
2016-07-19Send inf2 in add skill packet.Andrei Karas1-0/+1
2016-07-19Add inf2 into skill block packet.0x10f.Andrei Karas1-0/+1
2016-07-17Add support for new casting packet 0xb1e.Andrei Karas1-0/+1
2016-07-10Remove hooking from function status_readdb_scconfig. Now it went to hercules.s20160717s20160713s20160712Andrei Karas1-1/+0
2016-07-10Add bit field 0x100 into sc_config.txt for allow see sc effect for all players.Andrei Karas1-0/+1
2016-07-09Add array and functions for skill extended data.Andrei Karas1-0/+4
2016-07-05Override server gm command @mapexit.s20160706Andrei Karas1-0/+1
2016-07-05add Physical Shield Skill (id 20001)Joseph Botosh1-1/+6
2016-07-01For evol skills use range 20000 - 20021s20160703release2016-07-04Andrei Karas1-0/+1
2016-07-01Add files for skill constants and ground skills handlers.Andrei Karas1-0/+1
2016-06-30Hook directly empty skill functions.Andrei Karas1-0/+10
2016-06-30Add constants validation function.Andrei Karas1-0/+1
2016-06-28Fix memory leak if npc change class.s20160630Andrei Karas1-0/+1
2016-06-27map: duplicate npc view data for each new npc.Andrei Karas1-0/+1
2016-06-21Add constant MAX_SLOTS into script constants.Andrei Karas1-0/+1
2016-06-21Add script command for remove card in item by inventory and card index.Andrei Karas1-0/+1
2016-06-21Add script command for get card from item by inventory index.Andrei Karas1-0/+1
2016-06-20add buildin setfakecells (fake client-side collision)mekolat1-0/+1
2016-06-19Allow full npc copy in instances.Andrei Karas1-0/+2
2016-06-15add hashtable functionsJoseph Botosh1-0/+14
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
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
2016-03-30Add script command successremovecardsindex.Andrei Karas1-0/+1
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