Simple usable item

mrlongshen

Noobies
Messages
1,126
Points
0
Age
36
Location
localhost 127.0.0.1
Emulator
Hi, can someone post a simple item script for usable item.

  1. A usable item like fly wing, but item never finish.
  2. A usable item like butterfly, but item never finish.
So player can used unlimited times. 

Thanks.

default_wub.png


 
{

Id: 12345

AegisName: "Refined_Wing_Of_Butterfly"

Name: "Refined Butterfly Wing"

Type: 11

Trade: 9

Script: <"

sleep2 75; warp "SavePoint", 0, 0;

">

},

{

Id: 23456

AegisName: "Refined_Wing_Of_Fly"

Name: "Fly Wing"

Type: 11

Trade: 9

Script: <"

sleep2 75; warp "Random", 0, 0;

">

},

 
Last edited by a moderator:
Yes it just adds a small delay to prevent several issue which mostly occured by spamming those items.

I edited my previous post and added the one for Bwing. 

Using these items since years now like this

 
It should remain unlimited (item type 11)

This is only consumed if you use itemskill command

 
Back
Top