Hi, I'm trying to run the Old Glast Heim instance, however I can't manage to register for the entrance. Any clues as to why?
I have 2 party members all capped.
Now when I try to register, it says the registration failed;
if (instance_create(.@md_name$) < 0) {
mes "Party Name: "+.@p_name$;
mes "Party Leader: "+strcharinfo(0);
mes "^0000ff"+.@md_name$+" ^000000- Reservation Failed!";
close;
}
That seems to be the part where the error directs me to, however as I checked the above codes, I don't see why this part of the code wouldn't work
set .@party_id,getcharid(1);
set .@p_name$,getpartyname(.@party_id);
set .@md_name$,"Old Glast Heim";
It manages to get me to the choice where I could create the instance. It recognizes the party name, instance name, party leader name but could not create the instance. Can anyone please help me sort this out?
Question
PandaLovesHamster
Hi, I'm trying to run the Old Glast Heim instance, however I can't manage to register for the entrance. Any clues as to why?
I have 2 party members all capped.
Now when I try to register, it says the registration failed;
That seems to be the part where the error directs me to, however as I checked the above codes, I don't see why this part of the code wouldn't work
It manages to get me to the choice where I could create the instance. It recognizes the party name, instance name, party leader name but could not create the instance. Can anyone please help me sort this out?
Edited by PandaRapesHamsterLink to comment
Share on other sites
6 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.