Little Issue With The Custom Teleporter again

06/25/2010 02:36 WickedSweet#1
ok so i got a small and stupid issue with this custom teleporter i been makeing. apprently it can only hold a limit amount per page i have about 20 diffrent maps i would like it to teleport to.

so i need to know how to add another page to it?

or put a option on bottem to say something like next. and go to another page with more options. funhackers npc creator doesnt have this option

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

heres a image to better understand some
06/25/2010 05:22 Eurion#2
All you have to do is.

1. On the last option, add something like Next~Page "ActionId"
2. Insert that action id in cq_task.
3. Make it look like a normal npc.

Quite simple.
06/25/2010 06:10 WickedSweet#3
i added u on msn hit me up plz
06/25/2010 06:37 WickedSweet#4
ok heres my new code doin what you said and now it dont even open the item up were am i going wrong here?


Quote:
delete from cq_action where id >= 135157 and id <= 135206;
delete from cq_task where id >= 135157 and id <= 135206;

Insert into cq_action values
(135157,135158,0,101,0,'Welcom~to~iEnvision~Gaming ~I~will~be~your~friend~through~out~the~adventures~ i~can~teleport~any~were~you~would~like~:)'),


(135158,135161,0,102,0,'Cronus 135159'),
(135159,135160,0,1003,0,'1000 273 422'),
(135160,0,0,126,0,'Welcome~to~Cronus!'),
(135161,135164,0,102,0,'ElvenCity 135162'),
(135162,135163,0,1003,0,'2000 172 252'),
(135163,0,0,126,0,'Welcome~to~ElvenCity!'),
(135164,135167,0,102,0,'Market 135165'),
(135165,135166,0,1003,0,'1000 298 453'),
(135166,0,0,126,0,'Welcome~to~Market!'),
(135167,135170,0,102,0,'Gobi 135168'),
(135168,135169,0,1003,0,'3000 193 335'),
(135169,0,0,126,0,'Welcome~to~Gobi!'),
(135170,135173,0,102,0,'DarkMarsh 135171'),
(135171,135172,0,1003,0,'7000 446 522'),
(135172,0,0,126,0,'Welcome~to~DarkMarsh!'),
(135173,135176,0,102,0,'IcyLand 135174'),
(135174,135175,0,1003,0,'4000 355 324'),
(135175,0,0,126,0,'Welcome~to~IcyLand!'),
(135176,9999969,0,102,0,'Island 135177'),
(135177,135178,0,1003,0,'5000 905 1011'),
(135178,0,0,126,0,'Welcome~to~Island!'),
(9999969,0,0,102,0,'Next~Page 9999970'),
(9999970,135179,0,101,0,'Welcom~to~iEnvision~Gamin g~I~will~be~your~friend~through~out~the~adventures ~i~can~teleport~any~were~you~would~like'),
(135179,135182,0,102,0,'IceMaze 135180'),
(135180,135181,0,1003,0,'5400 39 333'),
(135181,0,0,126,0,'Welcome~to~IceMaze!'),
(135182,135185,0,102,0,'Composing~Map 135183'),
(135183,135184,0,1003,0,'8721 94 189'),
(135184,0,0,126,0,'Welcome~to~Composing~Map!'),
(135185,135188,0,102,0,'Conquer~Scenic~Map 135186'),
(135186,135187,0,1003,0,'8980 295 263'),
(135187,0,0,126,0,'Welcome~to~Conquer~Scenic~Map!' ),
(135188,135191,0,102,0,'Space~Station1 135189'),
(135189,135190,0,1003,0,'5339 66 49'),
(135190,0,0,126,0,'Welcome~to~Space~Station1!'),
(135191,135194,0,102,0,'Scorpion~Room1 135192'),
(135192,135193,0,1003,0,'8709 70 70'),
(135193,0,0,126,0,'Welcome~to~Scorpion~Room1!'),
(135194,135197,0,102,0,'PitsofHell 135195'),
(135195,135196,0,1003,0,'1990 91 190'),
(135196,0,0,126,0,'Welcome~to~PitsofHell!'),
(135197,135200,0,102,0,'Space~Station2 135198'),
(135198,135199,0,1003,0,'5339 66 49'),
(135199,0,0,126,0,'Welcome~to~Space~Station2!'),
(135200,135203,0,102,0,'Scorpion~Room2 135201'),
(135201,135202,0,1003,0,'8709 70 70'),
(135202,0,0,126,0,'Welcome~to~Scorpion~Room2!'),
(135203,135204,0,102,0,'Exit 0'),
(135204,135205,0,104,0,'0 0 135157'),
(135205,0,0,120,0,'');


Insert into cq_task values
(135159,135159,0,'','',0,0,999,-100000,100000,999,0,0,-1,0),
(135162,135162,0,'','',0,0,999,-100000,100000,999,0,0,-1,0),
(135165,135165,0,'','',0,0,999,-100000,100000,999,0,0,-1,0),
(135168,135168,0,'','',0,0,999,-100000,100000,999,0,0,-1,0),
(135171,135171,0,'','',0,0,999,-100000,100000,999,0,0,-1,0),
(135174,135174,0,'','',0,0,999,-100000,100000,999,0,0,-1,0),
(135177,135177,0,'','',0,0,999,-100000,100000,999,0,0,-1,0),
(135180,135180,0,'','',0,0,999,-100000,100000,999,0,0,-1,0),
(135183,135183,0,'','',0,0,999,-100000,100000,999,0,0,-1,0),
(135186,135186,0,'','',0,0,999,-100000,100000,999,0,0,-1,0),
(135189,135189,0,'','',0,0,999,-100000,100000,999,0,0,-1,0),
(135192,135192,0,'','',0,0,999,-100000,100000,999,0,0,-1,0),
(135195,135195,0,'','',0,0,999,-100000,100000,999,0,0,-1,0),
(135198,135198,0,'','',0,0,999,-100000,100000,999,0,0,-1,0),
(135201,135201,0,'','',0,0,999,-100000,100000,999,0,0,-1,0),
(9999970,9999970,0,'','',0,0,999,-100000,100000,999,0,0,-1,0),
(135157,135157,0,'','',0,0,999,-100000,100000,999,0,0,-1,0);
06/25/2010 20:15 Eurion#5
When you click on the item/npc check your chat area. The last action Id there is typically where the error is, Im thinking that its

Code:
(9999969,[color=red]0[/color],0,102,0,'Next~Page 9999970'),
To test that I would do something like.

Code:
(9999969,[color=blue]135205[/color],0,102,0,'Next~Page 9999970'),

If that still fails, I will open up my test server and see whats happening with the code you have.
06/25/2010 21:09 WickedSweet#6
honestly i tried i even had some1 else look at it and neither of us can really figure out wats going on now its not even opening :/ idk if some1 is able to jsut remake the whole code or tell me wat exactly is going on :/
06/25/2010 21:15 Eurion#7
Ill add the code to my test server. And see what I can come up with. As soon as I find out whats happening. I'll come let you know.
06/25/2010 21:17 WickedSweet#8
thanks bro really appreciate it
06/25/2010 21:43 Eurion#9
Here you go, I did exactly as my previous post said, and took the Next Page option and put a id_next number, and it worked fine.


Once you're done with that, restart your server, and check your item, I tested it, and had no issues.
06/25/2010 22:31 WickedSweet#10
fixed it ty eurion for all the help ur the best bro