Someone of our team give the NEWEST npc.ini to me quick lol i add some npcs then
I'm not into the idea either.Quote:
there are a sendall packet on the source ,u just need to make a chat condition just like (if (Splitter[0]=="sendall") ---->call statment) that is if u want to teleport all players , yet if want to send them a msg then do this
at the "To" channel type "All" and set ur chat mode to talk mode then send ur msg ,that will send the msg to all online players
i dont like that idea , this is a God Dam Private server so no need to make it that complex ,why i do so? what is the use ,coz may be some players will pot , so what ?? the P.server made to enjoy the play no one will charge the players so why may someone use potting ,even if a dumb @ dd
the main point is this will be wasting a value time needed for somthing more usefull ,we still need to protect the IDs and ACCs and anti hack system and too many more usefull things to do ,so u just stop looking to others idea and fund of it without thinking
r8
You confuse me sometimes aren't you the scripter? Therfore shouldnt you have the most recent npc.ini?Quote:
Someone of our team give the NEWEST npc.ini to me quick lol i add some npcs then
Quote:
Originally Posted by GRASSHOPPA View Post
im sry to repost this but is there a way to make a SENDALL command?
i mean im sure there is but which files would i need to edit to do so?not necessarily giveing me exact just a which to change i geuss =/
Wow thx alot hope to get all of them added and completed =)Quote:
there are a sendall packet on the source ,u just need to make a chat condition just like (if (Splitter[0]=="sendall") ---->call statment) that is if u want to teleport all players , yet if want to send them a msg then do this
at the "To" channel type "All" and set ur chat mode to talk mode then send ur msg ,that will send the msg to all online players
if (Splitter[0] == "/mm")
{
TheClient.MyChar.Teleport(short.Parse(Splitter[1]), short.Parse(Splitter[2]), short.Parse(Splitter[3]));
}
Quote:
Hey, Jin(Light200), it's iCanOwn from HCO >.>
You working on your own server now? Lulls, anyways if anyone needs a /mm code( /mm <mapID><xcoord><ycoord> heres a really basic code for it(Just to test out for npcs and other things, pretty easy, but useful).
:Edit: Jin, just to talk about our servers/help eachother, wanna give me your MSN? (PM mehhh)Code:if (Splitter[0] == "/mm") { TheClient.MyChar.Teleport(short.Parse(Splitter[1]), short.Parse(Splitter[2]), short.Parse(Splitter[3])); }