Jump to content

Question

Posted (edited)

Hi guys,

(GF Advext)

 

im trying to add subclass to a character

 

with the following code from some interlude files:

 

if(talker.level>75 && talker.subjob_id == 0)

{
myself::GiveItem1(talker, @mimirs_elixir, 1);
myself::SetOneTimeQuestFlag( talker, @water_of_mimir, 1 );
myself::SoundEffect( talker, "ItemSound.quest_finish" );
myself::ShowPage(talker,"class_Sub_success.htm");
}
 
i tried it out and it gives the mimir elixir, plays the sound and shows the page but the quest doesnt get started, what am i doing wrong, did something change between chronicles?
No errors are displayed in the server
 
Thanks
Edited by caganitas

2 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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