Jump to content
  • 0

Global Announcer error from Patskie script


Blue Jem

Question


  • Group:  Members
  • Topic Count:  151
  • Topics Per Day:  0.04
  • Content Count:  393
  • Reputation:   3
  • Joined:  09/16/13
  • Last Seen:  


prontera,150,150,0    script    sssssssssss    100,{

    function Display;

    if ( getgmlevel() < 60 ) end;

    set .@npc$, "[ " +strnpcinfo(1)+ " ]";

   

    mes .@npc$;

    mes "What do you want, " + (Sex ? "Sir" : "Maam") + " " +strcharinfo(0)+ "?";

    next;

   

    switch( select("PVP1:GVG:BG:Cancel") ) {

        case 1: Display("A GM wishes to observe the PVP, proceed there if you wish to join."); break;

        case 2: Display("A GM is calling all guilds wishing to fight in the GVG arena."); break;

        case 3: Display("A GM wishes to start the Battlegrounds, proceed to BG arena if you wish to participate."); break;

        case 4: close;

        default: break;

    }

   

    end;

   

    function    Display {

        addrid(0);

        dispbottom "" + getarg(0);

        return;

    }

}

 

post-20646-0-72074000-1381690354_thumb.jpg

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

Update your server. Addrid command is added in 6572a9f.

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