Jump to content
  • 0

Item Script Help


mayonese

Question


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   0
  • Joined:  12/10/16
  • Last Seen:  

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_

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  


//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 ....

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   0
  • Joined:  12/10/16
  • Last Seen:  

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
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  114
  • Reputation:   5
  • Joined:  07/19/15
  • Last Seen:  

Emu/db/import/item_delay.txt

Item ID,Delay in Milliseconds

You can use the every 1 second

608.1000

Edited by Arok
change id
Link to comment
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.   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.

×
×
  • Create New...