index
:
ml/evol-hercules
citest
jesusalva/tmw2homunequip
master
tmw2
Evol/Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
emap
/
script.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-23
Add script function for find craft entry from db based on craft variable.
Andrei Karas
1
-1
/
+11
2016-01-23
Remove var name parameter from requestCraft. Now it return string.
Andrei Karas
1
-24
/
+4
2016-01-17
Add script command for show emotes.
Andrei Karas
1
-0
/
+37
2016-01-16
Add script command for show link to item with cards by inventory index.
Andrei Karas
1
-4
/
+75
2016-01-12
Add script command for validate craft object after some time it was created.
Andrei Karas
1
-0
/
+8
2016-01-12
Add script command for get item amount from one craft slot.
Andrei Karas
1
-0
/
+34
2016-01-12
Add script command for get item id from one craft slot.
Andrei Karas
1
-0
/
+23
2016-01-12
Add script command for delete craftobject.
Andrei Karas
1
-0
/
+8
2016-01-11
Add script command for dump craft object to server console.
Andrei Karas
1
-0
/
+8
2016-01-11
Add script command for convert craft string into craft object.
Andrei Karas
1
-0
/
+10
2016-01-08
Add script command for request craft inventory.
Andrei Karas
1
-0
/
+64
2016-01-06
Replace some map->id2bl to map->id2nd.
Andrei Karas
1
-6
/
+6
2015-11-05
Add pseudo npc varibale .alwaysVisible for show npc from any range on map.
Andrei Karas
1
-0
/
+16
2015-10-26
Add script command setskin. For set npc dialog skin on client.
Andrei Karas
1
-0
/
+12
2015-10-25
Add layer field into wall. For now it used 0 from scripts.
Andrei Karas
1
-1
/
+1
2015-10-19
Add fixed bonuses for new mounts.
Andrei Karas
1
-0
/
+1
2015-10-19
Add extended mount support.
Andrei Karas
1
-83
/
+11
2015-10-18
Rename malloc.h to memmgr.h in includes.
Andrei Karas
1
-1
/
+1
2015-10-17
Add support for insert cards script.
Andrei Karas
1
-0
/
+14
2015-10-16
Add script function delcells for delete cells/wall.
Andrei Karas
1
-0
/
+7
2015-10-16
Add script function and packet to set group of cells to given mask (gat value)
Andrei Karas
1
-0
/
+21
2015-10-13
Add support for take (pickup) script for items taked from ground by player.
Andrei Karas
1
-0
/
+14
2015-10-05
Allow set get special npc variables from getnpcvariable function.
Andrei Karas
1
-32
/
+62
2015-10-03
Add variable '.walkmask' for get/set npc walk mask.
Andrei Karas
1
-1
/
+12
2015-10-01
Rename some functions in same way like it named in server.
Andrei Karas
1
-4
/
+4
2015-09-29
Add script command checknpccell. It works same like checkcell, but for curren...
Andrei Karas
1
-0
/
+28
2015-09-28
Add chatjoin script command for join chat room.
Andrei Karas
1
-0
/
+34
2015-09-28
Update copyright year.
Andrei Karas
1
-1
/
+1
2015-09-28
Add support for team id for battleground players.
Andrei Karas
1
-0
/
+20
2015-09-28
Allow get/set npc stand state by variable '.stand'.
Andrei Karas
1
-0
/
+13
2015-09-28
Allow get/set npc sit state by variable '.sit'.
Andrei Karas
1
-1
/
+13
2015-09-27
Allow get npc chat id by variable '.chat'.
Andrei Karas
1
-0
/
+12
2015-09-27
Allow get extended npc name by variable '.extname$'.
Andrei Karas
1
-0
/
+12
2015-09-27
Allow get/set npc name by variable '.name$'.
Andrei Karas
1
-0
/
+16
2015-09-27
Allow get npc map by reading variable '.map$'.
Andrei Karas
1
-0
/
+13
2015-09-27
Hook set/get npc string variables.
Andrei Karas
1
-0
/
+9
2015-09-27
Allow get/set npc speed by variable '.speed'.
Andrei Karas
1
-0
/
+15
2015-09-27
Allow get/set npc class by variable '.class'.
Andrei Karas
1
-0
/
+19
2015-09-27
Allow read npc position by .x and .y variables.
Andrei Karas
1
-0
/
+22
2015-09-27
Allow get/set npc direction by variable '.dir'.
Andrei Karas
1
-0
/
+19
2015-09-27
Allow setnpcsex works only with two parameters.
Andrei Karas
1
-20
/
+0
2015-09-27
Allow get/set npc distance by using variable '.distance'.
Andrei Karas
1
-0
/
+12
2015-09-27
Allow set/get npc sex by working with variable '.sex'.
Andrei Karas
1
-0
/
+12
2015-09-27
Add .lang variable to npc for storing language.
Andrei Karas
1
-0
/
+39
2015-09-25
Add script commands npcsit and npcstand.
Andrei Karas
1
-0
/
+92
2015-09-18
Add script function for check is parameter string or not.
Andrei Karas
1
-0
/
+15
2015-08-22
Add script command successrefindex for success item refine by index.
Andrei Karas
1
-0
/
+51
2015-08-22
Add script function downrefindex for downgrade refine level.
Andrei Karas
1
-0
/
+26
2015-08-21
Add script function failedrefindex and some macro.
Andrei Karas
1
-0
/
+17
2015-08-21
Add script functions requestItemIndex and requestItemsIndex.
Andrei Karas
1
-21
/
+136
[next]