Jump to content
Santino

Quests, Games: Skill Matching Game

Recommended Posts

I observed that, there were some bugs that occurred while I played the game.

It went possible that 2 or more can enter the room (but the script can only accommodate one player, which in a way that only one player can click the eggs even though a lot of players surrounds him/her - that's good.)

I had 3 lives left and 2 minutes remaining left but suddenly the eggs just then disappeared and I was kicked out ( I wasn't idle tho - that went bad ).

Edited by Henesy
Link to comment
Share on other sites

Weird, didn't got problems when I was testing it. But I'll check it again.

Kicked out? maybe you're not afk, but you were not moving from the same cell? /hmm

Link to comment
Share on other sites

Weird, didn't got problems when I was testing it. But I'll check it again.

Kicked out? maybe you're not afk, but you were not moving from the same cell? /hmm

Yes it does. Accidentally, we are 3 player in the room but I am the only one who can click the egg.

I have 3 lives and 2 minutes remaining, I was not afk/idle and I was moving from cell to cell then I was suddenly kicked out.

Thanks for checking Sir.

EDIT:

Another problem occurred, the NPC said "Someone's currently playing etc." So I checked the Map but no one's currently there though the eggs are visible I clicked and I can't so it somehow went bugged because maybe the participant got disconnected or something but the game still continues to run without any time limit I think all have stopped but the eggs are visible. Now the game isn't available anymore no one can enter because it prompts that someone is playing the game but no one anymore.

Edited by Henesy
Link to comment
Share on other sites

EDIT:

Another problem occurred, the NPC said "Someone's currently playing etc." So I checked the Map but no one's currently there though the eggs are visible I clicked and I can't so it somehow went bugged because maybe the participant got disconnected or something but the game still continues to run without any time limit I think all have stopped but the eggs are visible. Now the game isn't available anymore no one can enter because it prompts that someone is playing the game but no one anymore.

I'll also experience this bugged ill try to disconnect my character who currently play the game. after that you can't play or the game is not available.

Link to comment
Share on other sites

Please help us! Bump. If only I'm a super-pro scripter....but I guess, as of now I needed help.

Try this its works. put this code before "OnDoingGood:"

OnPCLogoutEvent:
getmapxy([email protected]$,[email protected],[email protected],0);
if([email protected]$=="quiz_02")
{
stopnpctimer;
donpcevent "::OnHideTogepi";
set .gameon, 0;
detachnpctimer;
end;
}

Link to comment
Share on other sites

when someone leaves the game ( Ex: alt+ f4 ), the NPC stops working, as if someone inside, how to fix?

 

EDIT: sorry I had not read the previous review.

Edited by wardiablo
Link to comment
Share on other sites

When i try to click the Eggs Nothing Happens. 

On 3/24/2013 at 2:57 AM, Dee said:

When i try to click the Eggs Nothing Happens. 

Fixed thanks

Link to comment
Share on other sites

BUMP:

 

will it be possible to set the time right after a player completes it? then the NPC will say like mes "Player X got <12312 seconds> etc"

Link to comment
Share on other sites

nce nice



sugges can you pls edit the wait coz i dont know how many mins more to play again can you make it like count down 5mins more 4 minsmore like Farm zone of emistry



and can you pls add the info how to play the game coz normal players dont know how to play hahaha



What is Mavis Vermillion?

Edited by Ban Hammer
Link to comment
Share on other sites

Hmmm.. Why nothing happen when i click the eggs? GM or normal account also nothing happen when click the eggs..

Link to comment
Share on other sites

Please help us! Bump. If only I'm a super-pro scripter....but I guess, as of now I needed help.

Try this its works. put this code before "OnDoingGood:"

OnPCLogoutEvent:

getmapxy([email protected]$,[email protected],[email protected],0);

if([email protected]$=="quiz_02")

{

stopnpctimer;

donpcevent "::OnHideTogepi";

set .gameon, 0;

detachnpctimer;

end;

}

Oh thanks, I'll try later and update if it works.

Link to comment
Share on other sites

the account and per character is not working  

i set it on per account 0 

set $skillmatchgame_based, 0; // Timer Interval [ Account Based - 0 / Character Based - 1 ]

but after creating new character can still play

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



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.