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

06/16/2008 22:02 GRASSHOPPA#616
zane i agree with wat your saying and i know there will always be leechers just like there will always be brilliant people
but see if a few people had the same ideas they could all work together and make 1 nice superserver =P...honestly im working on mine all by myself since my freind kinda gave up =/...gets rather boreing sometimes and id like some help sometimes is all =(
seemed like a great way to meet new ppl also =P
06/16/2008 23:16 DemonRenki#617
ummm well, shut server off and turned back on today and the profs/skills were not saved but they saved before whats goin on ? =/
06/16/2008 23:18 stephanyd#618
Hiya... In wich file i should work on to make Mobs attacking and moving? I'd like to contribute in this way;)
06/16/2008 23:20 NoFusion#619
i need lilo help...

i having a problem dont know wat it is... if i carry 5 db n click on exchange db it took my 3 db n i have 2 db left (only get 215cp for the 3 db)... now i have 2 db n if i click exchange db it only took 1 this time...any1 with the same problem?

also... if u have 4db with u.. it will took 2db from u.... than u have 2 db left... after u click exchange db.. this time it took 1 db, same thing as above...

this is my CPAdmin:
[2071]
face=30
txt0=Would you like to exchange DragonBalls for CPs? I will pay you 215 CPs for a DragonBall.
opt0=Exchange a DragonBall-No thank
req=item,1088000,1
rew=cps,215
06/16/2008 23:32 Light200#620
umm..my loggin screens stuck at "Loggin in please wait"
is that a good sign?
06/16/2008 23:47 DemonRenki#621
omfg i tried to code rage into my chat.cs but now everything i do it says not ready -.- how do i fix this and still be able to code rage in.

TheClient.MyChar.SkillAdd(1385, 0);
}
if (Splitter[1] == "dance3")
{
skl = 1385;
TheClient.MyChar.SkillAdd(1390, 0);
}
if (Splitter[1] == "dance4")
{
skl = 1390;
TheClient.MyChar.SkillAdd(1395, 0);
}
if (Splitter[1] == "dance5")
{
skl = 1395;
TheClient.MyChar.SkillAdd(1400, 0);
}
if (Splitter[1] == "dance6")
{
skl = 1400;
TheClient.MyChar.SkillAdd(1405, 0);
}
if (Splitter[1] == "dance7")
{
skl = 1405;
TheClient.MyChar.SkillAdd(1410, 0);
}
if (Splitter[1] == "dance8")
{
skl = 1410;
TheClient.MyChar.SkillAdd(1415, 0);
}
if (Splitter[1] == "refl")
{
skl = 3060;
TheClient.MyChar.SkillAdd(skl, 0);
}
if (Splitter[1] == "rage")
{
skl = 7015;
TheClient.MyChar.SkillAdd(7020, 9);
06/17/2008 00:12 Light200#622
umm request, can you change the fb/ss to match that of original co? because it only hits when you directly hit on the shadow, in co, you only need to target it in a line...
06/17/2008 00:19 samehvan#623
Quote:
Originally Posted by NoFusion View Post
i need lilo help...

i having a problem dont know wat it is... if i carry 5 db n click on exchange db it took my 3 db n i have 2 db left (only get 215cp for the 3 db)... now i have 2 db n if i click exchange db it only took 1 this time...any1 with the same problem?

also... if u have 4db with u.. it will took 2db from u.... than u have 2 db left... after u click exchange db.. this time it took 1 db, same thing as above...

this is my CPAdmin:
[2071]
face=30
txt0=Would you like to exchange DragonBalls for CPs? I will pay you 215 CPs for a DragonBall.
opt0=Exchange a DragonBall-No thank
req=item,1088000,1
rew=cps,215
at the console it will say what is the wrong line , post it here and i will c ,
else when u click the NPC does the dialog show up?

Quote:
Originally Posted by DemonRenki View Post
omfg i tried to code rage into my chat.cs but now everything i do it says not ready -.- how do i fix this and still be able to code rage in.

TheClient.MyChar.SkillAdd(1385, 0);
}
if (Splitter[1] == "dance3")
{
skl = 1385;
TheClient.MyChar.SkillAdd(1390, 0);
}
if (Splitter[1] == "dance4")
{
skl = 1390;
TheClient.MyChar.SkillAdd(1395, 0);
}
if (Splitter[1] == "dance5")
{
skl = 1395;
TheClient.MyChar.SkillAdd(1400, 0);
}
if (Splitter[1] == "dance6")
{
skl = 1400;
TheClient.MyChar.SkillAdd(1405, 0);
}
if (Splitter[1] == "dance7")
{
skl = 1405;
TheClient.MyChar.SkillAdd(1410, 0);
}
if (Splitter[1] == "dance8")
{
skl = 1410;
TheClient.MyChar.SkillAdd(1415, 0);
}
if (Splitter[1] == "refl")
{
skl = 3060;
TheClient.MyChar.SkillAdd(skl, 0);
}
if (Splitter[1] == "rage")
{
skl = 7015;
TheClient.MyChar.SkillAdd(7020, 9);
clear ur inventory and log on again , if still stuck post the console screen shot plz
06/17/2008 00:46 DemonRenki#624
ok well its not doing the not ready thing no more the skill just wont work i typ /skill rage and yeah it dont come up in skill tab
06/17/2008 00:59 NoFusion#625
not sure wat u mean but do u mean the black screen??
[Only registered and activated users can see links. Click Here To Register...]

o yeah the dialog show up.. but i cant make more than 2 dialog... any help? i think that u guy have more than 2 dialog???
06/17/2008 01:13 DemonRenki#626
got the skill on my char but now it don't work i used my characters txt file not the cs but then i also edited the chat.cs and still the skill has no effects or damage nor do i think it even works =/
06/17/2008 02:11 Light200#627
now my qo client just crashes when i log in >.>
06/17/2008 02:42 stephanyd#628
Hi...When i buy a db at GreatMerchant in market i saw i bought it in golds... how to change the prices in cps?
06/17/2008 02:50 DemonRenki#629
@Light you have to re-dl your source
06/17/2008 03:04 tjhancock101#630
whoa fuck, can u slwo it down, 7 pges a day in this post.......um sameheaven, i edite my chat and charecter.cs, can u just write what u edited so i know what to replace if i want.... ty

like write the code for me, also add me on msn i would liek to donate to u, and have sum private help :P

[Only registered and activated users can see links. Click Here To Register...]