Jump to content
  • 0

Help Here ifgetgm


PewN

Question


  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.05
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  

prontera,150,180,4 script Mr. Safari 100,{

if( getgmlevel() < 99 ) end;

menu "[start]",StartStart;

StartStart:

donpcevent "Start::Onshfnbsnb";

close;

}

then if the char is gm lvl 0. he will go to a new Mess and close it

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2352
  • Joined:  10/28/11
  • Last Seen:  

if( !getgmlevel() ){
   mes "You are Level 0 GM.";
   close;
}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.05
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  

morocc,166,93,5 script SafariTrigger 100,{

if( !getgmlevel() ){

mes "You are Level 0 GM.";

close;

menu "[start]",StartStart;

StartStart:

donpcevent "Start::Onshfnbsnb";

close;

}

}

i cant click it. can u help me her eplease

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2352
  • Joined:  10/28/11
  • Last Seen:  

morocc,166,93,5 script SafariTrigger 100,{
if( !getgmlevel() ){
    mes "You are Level 0 GM.";
    close;
}
menu "[start]",StartStart;
StartStart:
donpcevent "Start::Onshfnbsnb";
close;
}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.05
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  

morocc,166,93,5 script SafariTrigger 100,{
if( !getgmlevel() ){
	mes "You are Level 0 GM.";
	close;
}
menu "[start]",StartStart;
StartStart:
donpcevent "Start::Onshfnbsnb";
close;
}

only gm can start thx! emistry!

////TRIGGER

morocc,170,93,5 script SafariTrigger 100,{

if( !getgmlevel() ){

mes "You are Level 0 GM.";

close;

}

menu "[start]",StartStart;

StartStart:

donpcevent "Start::eventsa";

close;

}

- script SEvent -1,{

eventsa:

OnTimer10000:

goto startlmsevent;

announce "Mr. Safari: The Pokemon Hunting event has begun!",0;

enablenpc "Safari";

end;

OnTimer301000:

if ( strcharinfo(3) != safari ) end; // counter-check

warp "louyang", 217,90;

end;

OnPCDieEvent:

if ( strcharinfo(3) != safari ) end;

warp "louyang", 217,90;

end;

}

///

safari mapflag loadevent

safari mapflag nosave

[/Quote]

Emistry What's Wrong in this script?

bump!

Edited by bVersatile
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2352
  • Joined:  10/28/11
  • Last Seen:  

arent this

donpcevent "Start::eventsa";

should be

donpcevent "SEvent::eventsa";

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