Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server
You last visited: Today at 11:43

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

Advertisement



I need Reborn coding for LoTF and ToaistStar Not working

Discussion on I need Reborn coding for LoTF and ToaistStar Not working within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
xXVamXx's Avatar
 
elite*gold: 0
Join Date: Aug 2008
Posts: 91
Received Thanks: 31
Question I need Reborn coding for LoTF and ToaistStar Not working

Does anyone of u have reborn 1 and 2 coding for LOTF source and also for ToaistStar skill and promotion coding??

Can someone post me the guide for reborn 1 and 2 coding and also for Toaist skill and promotion.

Anyway pete your Nobility coding was great
xXVamXx is offline  
Old 05/15/2009, 14:24   #2
 
danielachraf's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 958
Received Thanks: 494
Search and you will find the reborn code
danielachraf is offline  
Old 05/15/2009, 15:02   #3
 
xXVamXx's Avatar
 
elite*gold: 0
Join Date: Aug 2008
Posts: 91
Received Thanks: 31
Question

Daniel I have been searching it for almost 3 days in the LOTF source but found none. even the reborn NPC was not even exist.
xXVamXx is offline  
Old 05/15/2009, 15:12   #4
 
Zatoichi's Avatar
 
elite*gold: 0
Join Date: Nov 2006
Posts: 434
Received Thanks: 431
Daniel means search this website, it has already been released. Both Kinshi and Emme have released versions of the RB code. Look for Pete Ninja's "All in One" thread, and check that list, you'll find most of what you need to get started.
Zatoichi is offline  
Old 05/15/2009, 18:14   #5
 
elite*gold: 20
Join Date: May 2008
Posts: 1,103
Received Thanks: 254
Yep they are out there
#Request close
Pete1990 is offline  
Old 05/15/2009, 21:31   #6
 
elite*gold: 0
Join Date: Jan 2009
Posts: 1,922
Received Thanks: 491


and if that doesnt work out i can create a tao learning npc i use one for my server though its different i will just make a new one and post here...just reply to this post
PeTe Ninja is offline  
Old 05/16/2009, 17:34   #7
 
xXVamXx's Avatar
 
elite*gold: 0
Join Date: Aug 2008
Posts: 91
Received Thanks: 31
Question

K k bout the reborn thing i manage to code it where they can reborn as many as they want but the problem here I'm still facing is that the taoistStar still not working. Pete can you post me the code for taoiststar skill learning and the promote things.


Firstly Like to say thanks man YOUR ARE A GENIUS.

Btw How can I add more Mobs in Map and mapSpawn?? Can any one Guide me?? I'm still learning Bout C# coding
xXVamXx is offline  
Old 05/16/2009, 23:58   #8
 
elite*gold: 0
Join Date: Jan 2009
Posts: 1,922
Received Thanks: 491
Quote:
Originally Posted by xXVamXx View Post
K k bout the reborn thing i manage to code it where they can reborn as many as they want but the problem here I'm still facing is that the taoistStar still not working. Pete can you post me the code for taoiststar skill learning and the promote things.


Firstly Like to say thanks man YOUR ARE A GENIUS.

Btw How can I add more Mobs in Map and mapSpawn?? Can any one Guide me?? I'm still learning Bout C# coding

here i released taoist star....


to add mob spawns use this command ( created by EmmeTheCoder )

Code:
                                        if (Splitter[0] == "@addspawn") // Allows you to add a spawn near you.
                                        {
                                            uint MobID = uint.Parse(Splitter[1]);
                                            ushort Area = byte.Parse(Splitter[2]);
                                            ushort Amount = ushort.Parse(Splitter[3]);
                                            DataBase.NewSpawn(MyChar.LocMap, (ushort)(MyChar.LocX - Area), (ushort)(MyChar.LocY + Area), (ushort)(MyChar.LocX + Area), (ushort)(MyChar.LocY - Area), Amount, MobID);
                                        }
PeTe Ninja is offline  
Old 05/17/2009, 01:39   #9
 
hunterman01's Avatar
 
elite*gold: 20
Join Date: Dec 2006
Posts: 945
Received Thanks: 175
Pete with that addspawn code

Thats for monsters right

At least i am pretty sure it is for monsters
hunterman01 is offline  
Old 05/17/2009, 01:47   #10
 
elite*gold: 0
Join Date: Jan 2009
Posts: 1,922
Received Thanks: 491
Quote:
Originally Posted by hunterman01 View Post
Pete with that addspawn code

Thats for monsters right

At least i am pretty sure it is for monsters
lol its to add mobs around you so yes.
PeTe Ninja is offline  
Old 05/17/2009, 03:52   #11
 
superplox's Avatar
 
elite*gold: 0
Join Date: Aug 2008
Posts: 275
Received Thanks: 23
wow dude its not that hard just done be lazy
superplox is offline  
Thanks
1 User
Old 05/17/2009, 05:22   #12
 
xXVamXx's Avatar
 
elite*gold: 0
Join Date: Aug 2008
Posts: 91
Received Thanks: 31
Gee Thanks Pete
xXVamXx is offline  
Reply


Similar Threads Similar Threads
Coding different between LOTF and CoEmuv2?
10/27/2009 - CO2 Private Server - 8 Replies
Is there much different on the coding in CoEmu & LOTF? And what is the different?
LOTF Coding
09/01/2009 - CO2 Private Server - 7 Replies
Is there any Other Action or any other needed Code to make Exp Ball/Exp pots/+1 Stone Pack/Money Bags Work Cause I added all this in and For some reason when i right Click any of them They Dont Do anything! Example Code this is The Code For Exp Ball if anyone can find something wrong or IDk else if (ItemParts == "723700")//ExpBall { if (Level < 100 && EPotRate == false) AddExp((ulong)(1295000 + Level * 100000),...
[Guide] CMS Website Working on LOTF
01/10/2009 - CO2 PServer Guides & Releases - 7 Replies
Okay here is my Second release and i hope to be better than first. Now i release this guide becouse i see there are e*pvp user's and dont know how to set up it! I'm better at php than C# so i hope this will help you guys Download the next files: 1.Notepad (php users best friend) NotePad++ Download"]http://sourceforge.net/project/down loading.php?group_id=95717&use_mirror=mesh& ;filename=npp.5.1.2.Installer.exe&71646884&quo t;]NotePad++ Download 2.AppServ
[Help]coding Arrows in lotf
12/13/2008 - CO2 Private Server - 6 Replies
can anyone help me Code the arrows in lotf when so when u us them thay go away ty if u help me...



All times are GMT +2. The time now is 11:43.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.