Jump to content
  • 0

3rd Jobs down to Trans


MyKiel02

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  07/08/13
  • Last Seen:  

I have an existing database which has 3rd Jobs in it, I want to change them to transcendent without wiping the entire database, is there a way to do it?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  715
  • Reputation:   83
  • Joined:  01/05/12
  • Last Seen:  

Uhmmm you can use an OnPCLoginEvent to change them into transcendent class. For an example...

 

I dont think it will work but you can try it...

-    script    Change    -1,{
OnPCLoginEvent:
    if(Class == Job_Sura || Class == Job_Sura_T || Class == Job_Baby_Sura){
        jobchange 4016;
        end;
    }
}
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...