Unlimited usable item

kerbiii

New member
Messages
342
Points
0
making it to type 11 doesnt work

    Id: 601
    AegisName: "Fly_Wing"
    Name: "Fly Wing"
    Type: 11
    Buy: 10
    Weight: 1
    Trade: {
    Script: <" itemskill AL_TELEPORT,1; ">
 
the item is still being used
 
note: item_db2
 
Last edited by a moderator:
KeepAfterUse: true
Id: 601
    AegisName: "Fly_Wing"
    Name: "Fly Wing"
    Type: 11
    Buy: 10
    Weight: 1
    KeepAfterUse: true
    Trade: {
    Script: <" itemskill AL_TELEPORT,1; ">
 
 
like this??? it doesnt work
 
try Type: 0 and KeepAfterUse: true

 
try Type: 0 and KeepAfterUse: true
now the item cant be used anymore

fixed using euphy's script posted in rathena

{ if (getmapflag(strcharinfo(3),mf_noteleport)) dispbottom "Unable to warp on this map."; else warp strcharinfo(3),0,0; },{},{}

but how will i do it for butterfly wing and magnifier?

 
Back
Top