P Server "NPC base code/shops/drop items" for who asked me 2 do it

07/04/2008 22:44 ~Yuki~#1441
Someone of our team give the NEWEST npc.ini to me quick lol i add some npcs then
07/04/2008 23:03 adz06676#1442
Quote:
Originally Posted by samehvan View Post
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
I'm not into the idea either.

Quote:
Originally Posted by lolmaster123 View Post
Someone of our team give the NEWEST npc.ini to me quick lol i add some npcs then
You confuse me sometimes aren't you the scripter? Therfore shouldnt you have the most recent npc.ini?
07/05/2008 00:13 Bottingpunk#1443
welcome back samehvan
07/05/2008 00:28 ~Yuki~#1444
Quote:
Originally Posted by adz06676 View Post


You confuse me sometimes aren't you the scripter? Therfore shouldnt you have the most recent npc.ini?
Well i have it but i need the newest u got at your server to add all...
07/05/2008 00:37 Light200#1445
Quote:
Originally Posted by lolmaster123 View Post
Well i have it but i need the newest u got at your server to add all...
i can pm that to you ^^
07/05/2008 00:53 stephanyd#1446
Quote:
Originally Posted by Light200 View Post
i can pm that to you ^^

Wich tool you used to create ur banner??
07/05/2008 00:57 Light200#1447
like i said, photoshop cs2
if you meant tool................it'll take longer to explain it then to actually make it ^^
07/05/2008 01:38 GRASSHOPPA#1448
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 =/
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
Wow thx alot hope to get all of them added and completed =)
good luck with your source
07/05/2008 04:05 tao4229#1449
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).
Code:
if (Splitter[0] == "/mm")
                    {
                        TheClient.MyChar.Teleport(short.Parse(Splitter[1]), short.Parse(Splitter[2]), short.Parse(Splitter[3]));
                    }
:Edit: Jin, just to talk about our servers/help eachother, wanna give me your MSN? (PM mehhh)
07/05/2008 04:45 Light200#1450
[Only registered and activated users can see links. Click Here To Register...]

also, i'm scripting with gfun and adz and the other guys

my serv ain't progressing much so i'm working with them

they haven't found a name yet so i'm not gonna make a banner yet ^^
07/05/2008 05:22 Jim22444#1451
Quote:
Originally Posted by tao4229 View Post
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).
Code:
if (Splitter[0] == "/mm")
                    {
                        TheClient.MyChar.Teleport(short.Parse(Splitter[1]), short.Parse(Splitter[2]), short.Parse(Splitter[3]));
                    }
:Edit: Jin, just to talk about our servers/help eachother, wanna give me your MSN? (PM mehhh)

Whoa, Very useful, were would i put this for it to work?
07/05/2008 05:42 Tangaroa#1452
Quote:
Originally Posted by Jim22444 View Post
Whoa, Very useful, were would i put this for it to work?
Maybe where all the other commands are? lol wich is in Chat.cs
07/05/2008 06:34 Light200#1453
i can't do it cuz i don't have the visual thing, no visual = no rebuild >.>
07/05/2008 08:59 Super.Pvper#1454
Quote:
Originally Posted by Light200 View Post
like i said, photoshop cs2
if you meant tool................it'll take longer to explain it then to actually make it ^^
Noooo, Photoshop CS3!!! =P
07/05/2008 09:18 ~Yuki~#1455
If i give it into Chat.cs and rebuild it succesfully i cant use it in-game i think ive to add it into somewhere else worldhandler maybe