• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Event/types TFS 1.0

Xavicrak

New Member
Joined
Mar 23, 2010
Messages
186
Reaction score
4
Hello, does anybody know where can i find all event types in tfs 1.0 or can post all them here as an answer?

I meant for example in this lane:
Code:
<event type="kill" name="SvargrondArenaKill" script="svargrond arena quest/arena_kill.lua"/>
The word i need is "kill"

And even in this other
Code:
<event class="Player" method="onLook" enabled="1"/>
The word is "Player"

And in this other
<movevent event="AddItem" tileitem="1" itemid="1387" script="others/notrash.lua"/>
The word is "AddItem"

I need a list of these function types, anybody knows where can I get them?

Thank you
 
You can find them in creatureevent.cpp, events.cpp and movement.cpp.
 
Back
Top