*getequipcardid(<equipment slot>,<card slot>)
Returns value from equipped item slot in the indicated slot:
getequipcardid(num,slot)
where:
num = equip position slot
slot = 0,1,2,3 (Card Slot N)
I was trying the command, but i can't turn on my server right now, i wrote this:
if(getiteminfo((getequipcardid(.@itemid,4),2)== 4
Using getinventorylist, i select an equipment and store it. Then i used
.@itemid to refer this equipment. (That's in my inventory)
My question is:
- I can use this command in an equipment in my inventory?
Question
MojoMojo
I was reading the rAthena\doc\script_commands.txt
and i found this:
I was trying the command, but i can't turn on my server right now, i wrote this:
Using getinventorylist, i select an equipment and store it. Then i used
.@itemid to refer this equipment. (That's in my inventory)
My question is:
- I can use this command in an equipment in my inventory?
Edited by MojoMojo2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.