Jump to content
  • 0
Sign in to follow this  
kerbiii

Unlimited usable item

Question

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
Edited by kerbiii

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

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?

Share this post


Link to post
Share on other sites
  • 0

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

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.