Obsdark
Member
- Joined
- Sep 25, 2011
- Messages
- 213
- Reaction score
- 9
Ok, i know this isn't so hard but i like to understand it once and for all because i have a severe confusion about it, because i'll never know how to load the script properly.
i know how to script, but i don't know how to load them in the action.XML, so my doubts are this ones;
First of all, what make the diference between itemid, uniqueid and actionid, in deep plz, or at least with clear examples for know clearly what's the diference between them
Secondly, what i can put in the number part, and from that comes another the question:
2A) how i know what is the id number of the script who i must insert, i mean of what item/unique/action id's put there, of course i'm thinking on scripts who have more than one item or more than one unique id in the script, (i don't know how to use actionid at all so...)
and of course too,
- when i must put more than one item there
- and how i put them?
- is even possible put more than one id number there?
- can i put other things too?
- how and when i must do it?
2B) Somebody can explain me the "Script" part, for what it is and how it works?
I really Apreciate any help
i Give Rep++
¡Bless & Cheers up!
(Y)(Y)
-Obsdark-
Code:
<action actionid="2000" event="script" value="quests/system.lua"/>
<action actionid="2001" event="script" value="quests/system.lua"/>
<action actionid="9898" event="script" value="quests/LeversCastle1.lua"/>
<action uniqueid="3216" event="script" value="quests/Castle4.lua"/>
i know how to script, but i don't know how to load them in the action.XML, so my doubts are this ones;
First of all, what make the diference between itemid, uniqueid and actionid, in deep plz, or at least with clear examples for know clearly what's the diference between them
Secondly, what i can put in the number part, and from that comes another the question:
2A) how i know what is the id number of the script who i must insert, i mean of what item/unique/action id's put there, of course i'm thinking on scripts who have more than one item or more than one unique id in the script, (i don't know how to use actionid at all so...)
and of course too,
- when i must put more than one item there
- and how i put them?
- is even possible put more than one id number there?
- can i put other things too?
- how and when i must do it?
2B) Somebody can explain me the "Script" part, for what it is and how it works?
I really Apreciate any help
i Give Rep++
¡Bless & Cheers up!
(Y)(Y)
-Obsdark-