Jump to content

Recommended Posts

Posted (edited)

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
  • 2 weeks later...
Posted
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 :)

  • 7 months later...
  • 3 weeks later...

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.

  • Recently Browsing   0 members

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