Jump to content
  • 0

pvp warper name announce.


daShiru

Question


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  52
  • Reputation:   2
  • Joined:  07/26/17
  • Last Seen:  

prontera,155,181,5    script    PvP Room    757,{
    delwaitingroom;
    warp "pvp_y_8-2",0,0;
    npctalk strcharinfo(0)+" has entered PVP Room.";
    waitingroom " PVP [ "+getmapusers("pvp_y_8-2")+" Users ]",0;
}
close;

}

 

 tried to make a simple script but its not announcing players name when entering ?

Edited by Patskie
codebox
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1528
  • Reputation:   233
  • Joined:  08/03/12
  • Last Seen:  

1 hour ago, daShiru said:

prontera,155,181,5    script    PvP Room    757,{
    delwaitingroom;
    warp "pvp_y_8-2",0,0;
    npctalk strcharinfo(0)+" has entered PVP Room.";
    waitingroom " PVP [ "+getmapusers("pvp_y_8-2")+" Users ]",0;
}
close;

}

 

 tried to make a simple script but its not announcing players name when entering ?

announce ""+strcharinfo(0)+" entered PVP ROOM !",bc_all;

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  52
  • Reputation:   2
  • Joined:  07/26/17
  • Last Seen:  

22 hours ago, Chaos92 said:

announce ""+strcharinfo(0)+" entered PVP ROOM !",bc_all;

Thank you ?

Is there way we can make the font blue? Instead of yellow? 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1528
  • Reputation:   233
  • Joined:  08/03/12
  • Last Seen:  

announce "This is announcement two.",bc_all,bc_blue;
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  52
  • Reputation:   2
  • Joined:  07/26/17
  • Last Seen:  

I tried bc_blue but when entering the text color turned into black ..

image.png.14cc449d1ac04493b0b061c244b6b9ba.png

 

And also in chatbox it turned out white

image.png.4329a0fa319283bc603b7ba58be21eb2.png

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1528
  • Reputation:   233
  • Joined:  08/03/12
  • Last Seen:  

announce "TEXT",0,0xFF6600;

The FF6600 contains the color, change it for get a new color : http://www.2createawebsite.com/build/hex-colors.html

  • MVP 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  52
  • Reputation:   2
  • Joined:  07/26/17
  • Last Seen:  

Fixed Thank you

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