Jump to content
  • 0
Sign in to follow this  
Fatalis

R>Infinnite Usable Items

Question

i know the item delay [ type 11 ] but it sometime it disappear that's why i want to make a new item type that can't be lost 

Edited by Fatalis

Share this post


Link to post
Share on other sites

12 answers to this question

Recommended Posts

  • 0

item type 11 doesnt refer to "Unlimit Usage"

 

doc/item_db.txt

	11	Usable with delayed consumption (item is lost from inventory		after selecting a target, for use with skills and pet lures)

Share this post


Link to post
Share on other sites
  • 0

Why not use an item script that simply gets a new item upon use?

 

Example: Fly Wing [infinite]

 

{ itemskill "AL_TELEPORT",1; getitem 601,1; }

 

Teleports you and retrieves a new Fly Wing to replace the used one.

Share this post


Link to post
Share on other sites
  • 0

 

	11	Usable with delayed consumption (item is lost from inventory		after selecting a target, for use with skills and pet lures)

 

12622,Boarding_Halter,Reins Of Mount,11,0,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ setmounting(); },{},{}

but reins of mount does not disappear in the inventory after using. O.o

 

Share this post


Link to post
Share on other sites
  • 0

the idea of item type 11 is not refer to unlimit usage....it's originally set for those item that used as skill ...like skill scrolls and etc..

 

i am trying to tell you that the concept in your mind about item type 11 = unlimit usage is WRONG...

 

if you want to create unlimited fly wing...use "warp" command instead of "itemskill"

Share this post


Link to post
Share on other sites
  • 0

that's why i said dont use itemskill....

 

 

if you want to create unlimited fly wing...use "warp" command instead of "itemskill"

 

use this instead..

501,Red_Potion,Red Potion,11,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ warp strcharinfo(3),0,0; },{},{}

 

a red potion that can teleport you unlimited time...  

Share this post


Link to post
Share on other sites
  • 0

that's why i said dont use itemskill....

 

 

if you want to create unlimited fly wing...use "warp" command instead of "itemskill"

 

use this instead..

501,Red_Potion,Red Potion,11,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ warp strcharinfo(3),0,0; },{},{}

 

a red potion that can teleport you unlimited time...  

 

no im not using itemskill. im using a skill

Share this post


Link to post
Share on other sites
  • 0

You want to make skill's catalyst unlimited?

 

Share this post


Link to post
Share on other sites
  • 0

try to create a delayed consume effect will be like this sc_start SC_PROVOKE,60000,5;

then try to spam it and spam also a target skill like Firebolt . delayed consume will be gone

Share this post


Link to post
Share on other sites
  • 0
501,Red_Potion,Red Potion,11,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ atcommand "@useskill 486 5 "+strcharinfo(0)+""; },{},{}

 

with this, i can use unlimited max overthrust. 

Share this post


Link to post
Share on other sites
  • 0

 

501,Red_Potion,Red Potion,11,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ atcommand "@useskill 486 5 "+strcharinfo(0)+""; },{},{}

 

with this, i can use unlimited max overthrust. 

 

~.~

 

 

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.