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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock