Help, if someone can

07/15/2009 03:40 Skittlez#1
I need some help with a 2 issues hopefully someone who knows can give me a hand i fixed the cpadmin well halfway because of the guide i saw on the forums but still some of it is not working i am able to change db scrolls but not single dbs maybe someone can help with this because i have tried to check were the issue was in tasks maybe its in actions cant find the problem there though..

the second problem is my birth village became glitched and now everyone logs on in tc instead of birth village so no one skills if someone can give me a hand would appreciate it.
07/15/2009 21:56 ScarletEyes#2
hmm did ya check your coords? for birth village and tasks for cpadmin if there messed up wont work right.. bah im to tired or id help ya fix it
07/17/2009 21:54 Skittlez#3
Quote:
Originally Posted by ScarletEyes View Post
hmm did ya check your coords? for birth village and tasks for cpadmin if there messed up wont work right.. bah im to tired or id help ya fix it
i did that is why i am asking for some help from someone who might know were i messed up
07/25/2009 23:17 Aosoth#4
i have the same problem as you skittlez
07/26/2009 01:50 _Emme_#5
Quote:
Text("Wish to trade your DragonBall or DBScroll for CPs?");
Option("Yes, my DragonBall for 217 CPs",1);
Option("Yes, my DBScroll for 217 CPs",10);
Option("Just passing by..",255);

if (Option == 1 || Option == 10)
{
Char.ConquerPoints += 217 * Type;
if (Type == 1)
Char.RemoveItem(1088000);
else
Char.RemoveItem(DB_SCROLL_ID);
}

Just change the default MapID in your database, or the incorrect way would be to check if the user's logoncount is 0 (first time to login), if so then teleport to birth village.

#removed offtopic stuff, complain about mods in the complaint area.
07/26/2009 07:34 Arcotemple:)#6
just change the map to 1002 for tc
07/26/2009 08:07 iamcool#7
Arcotemple:) thanks for your wisdom
07/26/2009 08:15 Arcotemple:)#8
lol no problem