Register for your free account! | Forgot your password?

You last visited: Today at 05:29

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Formal Release

Discussion on Formal Release within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Reply
 
Old 01/11/2011, 16:11   #226
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,380
Quote:
Originally Posted by Syst3m_W1z4rd View Post
Okay, this confused me.

How can I add new variables, that I can use in the NPC Scripting?

I tried add it in the Player Interface, but didn't work.
How would I do it? ><

I need the variables to work at the source also, not only in NPCScripting.

The variables are mostly bools and then some few integers.

Thanks

#edit
Or how can I connect it to the source, so I can get things from there? >_>
Like if a tournament is running and that you can sign up?
I don't know how his scripting system works as I've not really looked at that side of the source before. That being said, my scripts use python so in then I just pass the client calling the script into the script which gives me all the C# functionality that I put into my client class (Handy as I put a bunch of stuff inside that so I can control the client from inside npc scripts easier)

From what I seem to remember though, he has structured ini files that is then processed by C# though doesn't he? There must be handlers inside the source for these command types, why not use those as reference for adding your new variables/checks?
pro4never is offline  
Thanks
1 User
Old 01/11/2011, 21:04   #227
 
chickmagnet's Avatar
 
elite*gold: 0
Join Date: Jun 2009
Posts: 372
Received Thanks: 53
can any help get the web server workin ine refuses 2 work
chickmagnet is offline  
Old 01/11/2011, 21:07   #228
 
taylor2846's Avatar
 
elite*gold: 0
Join Date: Aug 2007
Posts: 469
Received Thanks: 94
i don't no nothing about it but add me on msn
Code:
and i will see if i can be of any help

and anyone that can speak English and need or can give help in c# may add me
taylor2846 is offline  
Old 01/11/2011, 21:29   #229

 
Kiyono's Avatar
 
elite*gold: 20
Join Date: Jun 2006
Posts: 3,296
Received Thanks: 925
Quote:
Originally Posted by chickmagnet View Post
can any help get the web server workin ine refuses 2 work
How is it exactly refusing to work?
Kiyono is offline  
Old 01/11/2011, 21:38   #230
 
chickmagnet's Avatar
 
elite*gold: 0
Join Date: Jun 2009
Posts: 372
Received Thanks: 53


thats wat i get
chickmagnet is offline  
Thanks
1 User
Old 01/12/2011, 00:55   #231
 
elite*gold: 0
Join Date: Nov 2010
Posts: 1,162
Received Thanks: 370
When I entered GW in this, I laughed so hard.
Screenshot explains:
Syst3m_W1z4rd is offline  
Old 01/12/2011, 00:59   #232
 
taylor2846's Avatar
 
elite*gold: 0
Join Date: Aug 2007
Posts: 469
Received Thanks: 94
hay do you all want it working his way or you just want a register page?
if(just want a register page)
il create one and release it on elitepvpers 4 you guys
taylor2846 is offline  
Old 01/12/2011, 02:03   #233
 
elite*gold: 0
Join Date: Nov 2010
Posts: 1,162
Received Thanks: 370
Quote:
Originally Posted by taylor2846 View Post
hay do you all want it working his way or you just want a register page?
if(just want a register page)
il create one and release it on elitepvpers 4 you guys
That would be nice, but include captcha etc., so peoples won't spam account server.
Syst3m_W1z4rd is offline  
Old 01/12/2011, 02:32   #234
 
taylor2846's Avatar
 
elite*gold: 0
Join Date: Aug 2007
Posts: 469
Received Thanks: 94
kk i will create one starting now may not get done tonight because i may go watch a movie here in a bit.

EDIT:
do you want me to create a simple webpage or one with a pictures and stuff?
are there anything else you would like me to include other then a Register Page?
taylor2846 is offline  
Old 01/12/2011, 09:19   #235
 
elite*gold: 0
Join Date: Nov 2010
Posts: 1,162
Received Thanks: 370
Quote:
Originally Posted by taylor2846 View Post
kk i will create one starting now may not get done tonight because i may go watch a movie here in a bit.

#Edit
do you want me to create a simple webpage or one with a pictures and stuff?
are there anything else you would like me to include other then a Register Page?
Register page is fine.

Can you include accountname, password, email, security question, security answer, captcha and some limit on creating accounts like that you can only create one every 15minutes?

It would be awesome.

#Edit:
Btw. a note to all, speedhack is still working. You will need to fix by ur self.
Well the anti speedhack works, but is not always it occure. Is like 1/10 times, with full speed on.
I think is something with Time stamp maybe?
Code:
#if PROTECTION_SPEEDHACK
                        if (Client.TimeStamps.LastClientWalk.Time >= Packet->TimeStamp.Time)
                        {
                            Client.Send(MessageConst.SPEED_HACK);
                            Client.Teleport(Client.Entity.MapID, Client.Entity.X, Client.Entity.Y);
                            return;
                        }
                        if ((Client.Entity.StatusFlag & StatusFlag.Cyclone) != StatusFlag.Cyclone)
                        {
                            if (Packet->TimeStamp.Time - Client.TimeStamps.LastClientJump.Time <= 200)
                            {
                                Client.Send(MessageConst.SPEED_HACK);
                                return;
                            }
                        }
                        Client.TimeStamps.LastClientWalk = Packet->TimeStamp;
#endif
#Edit
How do I clear nobility?
I have deleted all info inside Nobility & Tournament, but still not clearing ingame ><
Syst3m_W1z4rd is offline  
Old 01/12/2011, 12:24   #236
 
slappy89's Avatar
 
elite*gold: 0
Join Date: Aug 2009
Posts: 95
Received Thanks: 13
Is there any command for a SDG :P like in binary there's /awarditem 700013 DragonGem[S] /awarditem 723723 Top Money Bag ,.. and how to make @2ndreborn 15 working it doesn't work my place :P thanks.
slappy89 is offline  
Old 01/12/2011, 12:28   #237
 
elite*gold: 0
Join Date: Nov 2010
Posts: 1,162
Received Thanks: 370
Quote:
Originally Posted by slappy89 View Post
Is there any command for a SDG :P like in binary there's /awarditem 700013 DragonGem[S] /awarditem 723723 Top Money Bag ,.. and how to make @2ndreborn 15 working it doesn't work my place :P thanks.
Syst3m_W1z4rd is offline  
Thanks
1 User
Old 01/12/2011, 16:16   #238
 
slappy89's Avatar
 
elite*gold: 0
Join Date: Aug 2009
Posts: 95
Received Thanks: 13
Woot thanks but gems dont work
slappy89 is offline  
Old 01/12/2011, 18:20   #239
 
chickmagnet's Avatar
 
elite*gold: 0
Join Date: Jun 2009
Posts: 372
Received Thanks: 53
Quote:
Originally Posted by taylor2846 View Post
hay do you all want it working his way or you just want a register page?
if(just want a register page)
il create one and release it on elitepvpers 4 you guys
i kinda want it 2 work since it doesnt require port 80 or 8080 which are the ports i cant get
chickmagnet is offline  
Thanks
1 User
Old 01/12/2011, 20:30   #240
 
taylor2846's Avatar
 
elite*gold: 0
Join Date: Aug 2007
Posts: 469
Received Thanks: 94
you do no you can setup a webserver such as appserver on any port you want. you can make it run on port you wish it lets you edit the port as you install it.

but after i get done with this website i will redownload the source and see if i can get its website working.
i deleted all files and codes that used the website in my vs of the source lol.
and what error are you getting when starting up the webserver?

{about website}
do you have to have a UID when creating the new account?
taylor2846 is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
[Formal subject]tell us about ur problem then u will get the answer
08/18/2009 - CO2 Private Server - 11 Replies
tell us about ur problem then u will get the answer just for binary any patch u like :cool: for moderators : Dont close this therad its helpful alot of pplz here
WTS Lv92 AK With 375m Worth of Items and Formal Costume (Abbadon)
02/27/2009 - Trading - 3 Replies
Up for Trade is a Lv92 AK Axe Hybrid named RurouniKenshin on abbadon Server in 2moons. Knights Formal Suite Costume = $11.40 Real Money Quesa Helm +4 4x25 Meds = 8-10m Quesa Armor +5 4x25 Meds = 20m T3 Gloves +4 = 30m T3 Pants +4 = 30m T3 Boots +5 =45m +4 85 Axe 3x56 Rhombs = 10m +4 87 Shield 3x25 Meds = 6m



All times are GMT +1. The time now is 05:29.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.