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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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