Jump to content
  • 0

Item Script Help


Question

Posted
how to edit a user delay one item to another item, 
I would like to delay 5 seconds to use one item to the next item

 

// Item Delay Database
//
// Structure of Database:
// <ItemID>,<Delay>{,<SC_GroupID>}
//
// <ItemID>
//     ID of item that will has reuse delay.
// <Delay>
//     Re-use delay in milliseconds.
// <SC_GroupID>
//     SC (status change) group for the item.
//     Example for SC_REUSE_LIMIT_MTF
//         12658,10000,SC_REUSE_LIMIT_MTF // Transformation Scroll(Deviruchi)
//         12659,10000,SC_REUSE_LIMIT_MTF // Transformation Scroll(Raydric)
//     -> 12658 has reuse delay for 10 seconds, and also,
//        12659 cannot be used when this delay is active.
//     Since this is optional, default is -1 will ignores the
//     delay group and the delay will be stored in character's
//     data that has limit set in src/map/itemdb.h as MAX_ITEMDELAYS.
  
// Misc
//12202,5000	//Str_Dish10_
//12203,5000	//Agi_Dish10_
//12204,5000	//Int_Dish10_
//12205,5000	//Dex_Dish10_
//12206,5000	//Luk_Dish10_
//12207,5000	//Vit_Dish10_

 

3 answers to this question

Recommended Posts

  • 0
Posted

//12202,5000	//Str_Dish10_
//12203,5000	//Agi_Dish10_
//12204,5000	//Int_Dish10_
//12205,5000	//Dex_Dish10_
//12206,5000	//Luk_Dish10_
//12207,5000	//Vit_Dish10_

uncomment it ....

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.   Paste as plain text instead

  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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...