Jump to content

Element Enchant


Recommended Posts


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  82
  • Reputation:   18
  • Joined:  01/02/12
  • Last Seen:  

This script allows all characters changed element weapon.Only one element is allowed.

More than one element automatically buff reset  ;)  ;)

 

Features:

1.With 7 different element ( EarthWindWaterFireGhostShadowHoly  )

2.Only 1 Element is allow.More than 1 automatic reset buff

3.Easy Config

Element_Enchant.txt

Edited by Rosemount
Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   0
  • Joined:  07/27/14
  • Last Seen:  

script is working but I cant clink to NPC

Help

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  82
  • Reputation:   18
  • Joined:  01/02/12
  • Last Seen:  

script is working but I cant clink to NPC

Help

 

Try restart emulator

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   0
  • Joined:  07/27/14
  • Last Seen:  

 

script is working but I cant clink to NPC

Help

 

Try restart emulator

 

still cant click :)

Edited by billbin
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

Move line 87 to 68 /?

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

if ( getstatus ( 37 || 99 || 98 || 97 || 146 || 144))

is incorrect

if ( getstatus (37) || getstatus (99) )// etc..

is correct

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   0
  • Joined:  07/27/14
  • Last Seen:  

if ( getstatus ( 37 || 99 || 98 || 97 || 146 || 144))

is incorrect

if ( getstatus (37) || getstatus (99) )// etc..

is correct

 

so it should be like this right ?

 

if ( getstatus ( 37 )|| getstatus ( 99 ) || getstatus ( 98 ) || getstatus ( 97 ) || getstatus ( 146 ) || getstatus (144)) goto L_remove;

still not working :)

Link to comment
Share on other sites

  • 7 months later...

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  4
  • Reputation:   0
  • Joined:  09/30/13
  • Last Seen:  

how to edit this instead of zeny, trade for specific items? thanks in advance

Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  82
  • Reputation:   18
  • Joined:  01/02/12
  • Last Seen:  

how to edit this instead of zeny, trade for specific items? thanks in advance

http://pastebin.com/FnMSjYAs

.Item = Item ID

.Hm = How many Item used

Edited by Rosemount
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
Reply to this topic...

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