Couple Things I need help with simpile question

11/19/2008 01:39 n0mansland#1
Ok I got a couple things I need help with so if you could help "thanks"!

1. How do you add PK Arena

2. How do you add the NPC to go into jail?

3. How do you add 1st Reborn? The one I got doesn't give you the gem?

4. Is there a 2nd Reborn for PServers yet if so how do you add? (Script)

5. How do you make The size change npc save your size?

6. What is the size change npc's TYPE Number?

That's pretty much all if anyone can help i'll be sure to thank you!!

Thanks,
11/19/2008 07:29 _Emme_#2
I got one answer. Learn to code,now stop posting these useless threads since you dont know anything about coding dont have a freaking server.
11/19/2008 08:50 YukiXian#3
Quote:
Originally Posted by EmmeTheCoder View Post
I got one answer. Learn to code,now stop posting these useless threads since you dont know anything about coding dont have a freaking server.
/Agree
11/19/2008 10:15 vietkidd510#4
For Part 1 It Goes Under case 2031
For Part 2 Use Your Brain

1. How do you add PK Arena
Code:
Part 1-                        if (CurrentNPC == 104802)
                        {
                            SendPacket(General.MyPackets.NPCSay("I can let you enter the area, are you sure you would like to go?"));
                            SendPacket(General.MyPackets.NPCLink("Yes", 1));
                            SendPacket(General.MyPackets.NPCLink("No", 255));
                            SendPacket(General.MyPackets.NPCSetFace(30));
                            SendPacket(General.MyPackets.NPCFinish());
                        }
Code:
Part-2                         if (CurrentNPC == 104802)
                        {
                            if (Control == 1)
                            {
                                MyChar.Teleport(1005, 051, 069);
                            }
                        }
2. How do you add the NPC to go into jail?
Combo Enter And Leave NPC-
Code:
Part-1                         if (CurrentNPC == 104800)
                        {
                            SendPacket(General.MyPackets.NPCSay("I can take you to visit the jail, but due to the risk of your health, I have to charge you to enter.  The fee will be 1,000 silvers.  Do you accept?"));
                            SendPacket(General.MyPackets.NPCLink("Yes", 1));
                            SendPacket(General.MyPackets.NPCLink("No", 255));
                            SendPacket(General.MyPackets.NPCSetFace(30));
                            SendPacket(General.MyPackets.NPCFinish());
                        }

                        if (CurrentNPC == 104801)
                        {
                            SendPacket(General.MyPackets.NPCSay("Hahaha, had enough already? Thats fine, I can let you out if you wish.  Do u want to be let out?"));
                            SendPacket(General.MyPackets.NPCLink("Yes", 1));
                            SendPacket(General.MyPackets.NPCLink("No", 255));
                            SendPacket(General.MyPackets.NPCSetFace(30));
                            SendPacket(General.MyPackets.NPCFinish());
                        }
Code:
Part-2                         if (CurrentNPC == 104800)
                        {
                            if (Control == 1)
                            {
                                MyChar.Teleport(6000, 027, 073);
                            }
                        }

                        if (CurrentNPC == 104801)
                        {
                            if (Control == 1)
                            {
                                if (MyChar.LocMap == 6000 && MyChar.PKPoints > 99)
                                    return;
                                MyChar.Teleport(1002, 514, 355);
                            }
                        }
3. How do you add 1st Reborn? The one I got doesn't give you the gem?
Answer- Use Your Brains
4. Is there a 2nd Reborn for PServers yet if so how do you add? (Script)
Answer- Make It Yourself
5. How do you make The size change npc save your size?
Answer- Learn From The Codes I Gave You
6. What is the size change npc's TYPE Number?
Answer- Its Not A Matter Of Numer Its A Matter Of The Model Numer And IF You Even Know How To Make A Npc If You Dont...... DONT BOTHER MAKING A FREAKING SERVER.....
11/19/2008 10:58 xxFastBoy#5
#vietkidd510
U are verry helpfull
11/19/2008 13:52 Kiyono#6
I'm pretty sure that some of those things were already released, check archers all in one post
11/19/2008 17:02 tao4229#7
This section is so hypocritical.
I can guarantee that vietkidd's rb isn't perfect.(If he even coded it himself....)
Yuki, stop agreeing that people should learn to code, when you can't either.

Edit:: I don't mind people asking questions, I did it a whooooole lot to learn.
11/19/2008 20:34 tanelipe#8
In my opinion people actually should start figuring things on their own for example saving things to database, just Google MySql querys....

NPC Scripts are probably the most easiest part of private servers if you already got your NPC system ready It isn't exactly Nuclear physics so it shouldn't be too hard.

I do agree that it's not wrong to ask questions but PLEASE, atleast try on your own first (I, myself have had several problems during my coding "days")



P.S Google is your best friend.
11/19/2008 21:28 n0mansland#9
Ok, What I don't get is why Emme has to flame everyone... He always says figure it out on your own "learn to code" I can bet you 20 bucks the reason you learned coding is from asking questions and following guides so you have no reason to flame anyone...

I know I suck at coding conquer servers and I probably always will... but that doesn't give you a reason to flame because we all learn from something and it takes time and I thank most of you for actually helping
11/19/2008 22:48 _Emme_#10
That wasnt a flame,that was a suggestion. Remember your first thread,it was something REALLY stupid , and I suggested you to start learning the basics of coding,then move on to privateserver,else you would have problem with things like this? Did you learn the basics? No. What did that lead to? This!

So for god sake boy, go learn some basics,for your own best.

Regards Emme
11/19/2008 22:59 n0mansland#11
Ok like I said I'm pretty sure you didn't learn right away how to add stuff to a CO private server and no one does... Learning the basics of C# isn't gonna help crap.. Not many people know how they even coded CO and yeah what you said is a flame.. If you know so much... Why don't you release 2nd rb or summoning pets huh? Everyone tells you to figure it out yourself.. and I'm about sick of it also..
11/19/2008 23:07 Kiyono#12
Quote:
Learning the basics of C# isn't gonna help crap..
How does that makes sense while all the released sources are in C#
11/19/2008 23:18 n0mansland#13
Quote:
Originally Posted by Djago160 View Post
How does that makes sense while all the released sources are in C#
Well you tell me how learning the basics is gonna help? If you dont even know how to code a CO P server? Tell me that
11/19/2008 23:28 _Emme_#14
WHAT THA FUCK? ARE YOU SERIOUSLY DUMB? FOR FUCK SAKE. Like,lets say you are going to learn math. Your teacher wants you to calculate 2 * 2 + 10 = ?

Okay,then,you dont know anything? Ofcourse you cant just take the numbers and give the teacher an answer,you need to learn to basics too.

So,you need to learn plus,and you need to learn * . When you done that,those numbers starts to make sence huh? Finally,when you practised enough, you will be able to calculate it,am I right ? Its the same thing with coding. You cant get help all the way,trust me. 99% of this forum section doesnt even know the basics,thats why we see 10 threads of new privateserver daily, and they are removed the day after. Gosh, if you dont find any reason in learning basics, dont find any reason at all to even look at a privateserver code.


Emme
11/19/2008 23:29 vietkidd510#15
god.....i thought you asked for help dont start flaming a topic and everyone starts off as a noob you ask around and some people will offer help and others wont thats how you learn face reality there will be others who will always flame you( no offence Emme) but others are willing to help and most of the question you ask can be learned in xXxArcherMasterxXx All In One Guide..... just look around more before you start asking and yes Tao4229 my reborn NPC isnt perfect but errrmmmm i never posted anything about my reborn npc just the arena/jail npcs. i might not be perfect but my server is becoming good, im right under coemu 1k votes w00t w00t but newaiz n0mansland look around before you start asking question because most of the questions you asked have already been answered...

P.S SORRY FOR ALL THE TYPOS JUST LAZY XD