-
Re: [Ascent] Teleporter NPC and Teleporter Items
well i think you did somthing wrong because it works for me, but im not suree sorii
-
Re: [Ascent] Teleporter NPC and Teleporter Items
does anyone knows how to get rid of that BUFF?....plz...
i don't like it at all
GREAT NPC DUDE...excepting the buff :punch:
-
Re: [Ascent] Teleporter NPC and Teleporter Items
To get rid of the buff, you will have to edit the source code.
There isn't a back button, but again easily resolvable by adding a line in the source code to each menu section. I have done all of this and compiled it, but still testing.
I have no issues with crashes, however it appears you can only have 12 or so selectable options per menu, so the Kalimdor and Eastern Kingdom menus were lopping off a portion of the menu. I fixed this by splitting them up into two menus each.
I was checking out the "Item" that was listed in the code in the original post, but it's invalid. The code references a non-existent spellid and has not displayid tied to it, thus in the game you get an invalid item error. Will keep playing with it to see if I can make it work.
-
Re: [Ascent] Teleporter NPC and Teleporter Items
Ok i need help. i'm useing a linux and i want to know HOW to upgrade my servers.(adding the tele guy) so can some one make me a step by step please =D like were i put the file.. also useing putty to work witht the server
-
Re: [Ascent] Teleporter NPC and Teleporter Items
Alright, so after doing research now that mmowned is finally back up and I can read the original compiler's purpose, it is clear that you cannot use an item to call this. I was sure this was the case based on the source code, but wanted to verify. I have modified the source and recompiled it so there is a Main Menu button.
Visual C++ 2008 Source code (upgrade from original poster's 2003) and .dll with the buff
For those that just want the .dll and no buff and no source code.
For those who are interested in the original post, albeit credit was given, but post on this forum was inaccurate.
-
Re: [Ascent] Teleporter NPC and Teleporter Items
Quote:
Originally Posted by
Ricroh
Ok i need help. I'm using a Linux and i want to know HOW to upgrade my servers.( adding the tele guy) so can some one make me a step by step please =D like were i put the file.. also using putty to work with the server
any one =D not good with Linux and i pick Linux b/c it was cheaper server to buy then XP lol
-
Re: [Ascent] Teleporter NPC and Teleporter Items
Okay, so further research shows the Teleporter Item referred to in the original post is actually a completely different script known as a Portable Teleporter. Thread can be found here .
I took the source code from the original script writer for the Portable Teleporter and merged the source code from the script writer of the Teleport NPC and created a better item.
Download the update source and dll here.
Execute the following in your mysql editing tool of choice on your world db.
Code:
INSERT INTO `items` (`class`, `subclass`, `name1`, `name2`, `name3`, `name4`, `displayid`, `quality`, `buyprice`, `sellprice`, `itemlevel`, `ContainerSlots`, `unique`, `maxcount`, `bonding`, `stat_type1`, `stat_value1`, `stat_type2`, `stat_value2`, `stat_type3`, `stat_value3`, `stat_type4`, `stat_value4`, `stat_type5`, `stat_value5`, `stat_type6`, `stat_value6`, `stat_type7`, `stat_value7`, `stat_type8`, `stat_value8`, `dmg_min1`, `dmg_max1`, `dmg_type1`, `dmg_min2`, `dmg_max2`, `dmg_type2`, `dmg_min3`, `dmg_max3`, `dmg_type3`, `dmg_min4`, `dmg_max4`, `dmg_type4`, `dmg_min5`, `dmg_max5`, `dmg_type5`, `delay`, `range`, `holy_res`, `fire_res`, `nature_res`, `frost_res`, `shadow_res`, `arcane_res`, `armor`, `block`, `spellid_1`, `spelltrigger_1`, `spellcharges_1`, `spellcooldown_1`, `spellcategory_1`, `spellcategorycooldown_1`, `spellid_2`, `spelltrigger_2`, `spellcharges_2`, `spellcooldown_2`, `spellcategory_2`, `spellcategorycooldown_2`, `spellid_3`, `spelltrigger_3`, `spellcharges_3`, `spellcooldown_3`, `spellcategory_3`, `spellcategorycooldown_3`, `spellid_4`, `spelltrigger_4`, `spellcharges_4`, `spellcooldown_4`, `spellcategory_4`, `spellcategorycooldown_4`, `spellid_5`, `spelltrigger_5`, `spellcharges_5`, `spellcooldown_5`, `spellcategory_5`, `spellcategorycooldown_5`, `allowableclass`, `allowablerace`, `RequiredSkill`, `RequiredSkillRank`, `RequiredSkillSubRank`, `RequiredFaction`, `RequiredFactionStanding`, `requiredlevel`, `inventorytype`, `quest_id`, `sheathID`, `itemset`, `MaxDurability`, `Description`, `socket_color_1`, `socket_color_2`, `socket_color_3`, `socket_bonus`, `entry`) VALUES ('8', '-1', 'Portable Teleporter', 'Portable Teleporter', 'Portable Teleporter', 'Portable Teleporter', '42629', '1', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33208', '0', '579', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1503', '1791', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'Dont loose yourself now!', '0', '0', '0', '0', '60001');
Start your server and login.
Type .additem 60001
-
Re: [Ascent] Teleporter NPC and Teleporter Items
Teleporter Items
Code:
INSERT INTO items (entry, class, subclass, field4, name1, name2, name3, name4, displayid, quality, flags, buyprice, sellprice, inventorytype, allowableclass, allowablerace, itemlevel, requiredlevel, RequiredSkill, RequiredSkillRank, RequiredSkillSubRank, RequiredPlayerRank1, RequiredPlayerRank2, RequiredFaction, RequiredFactionStanding, `Unique`, maxcount, ContainerSlots, stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, stat_type9, stat_value9, stat_type10, stat_value10, dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, dmg_min3, dmg_max3, dmg_type3, dmg_min4, dmg_max4, dmg_type4, dmg_min5, dmg_max5, dmg_type5, armor, holy_res, fire_res, nature_res, frost_res, shadow_res, arcane_res, delay, ammo_type, `range`, spellid_1, spelltrigger_1, spellcharges_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, spelltrigger_2, spellcharges_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, spellid_3, spelltrigger_3, spellcharges_3, spellcooldown_3, spellcategory_3, spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellcooldown_4, spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, page_id, page_language, page_material, quest_id, lock_id, lock_material, sheathID, randomprop, unk203_1, block, itemset, MaxDurability, ZoneNameID, mapid, bagfamily, TotemCategory, socket_color_1, unk201_3, socket_color_2, unk201_5, socket_color_3, unk201_7, socket_bonus, GemProperties, ItemExtendedCost, ReqDisenchantSkill, unk2)
VALUES (800004,0,0,-1,"Warper","Warper","Warper","Warper",0,0,0,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,33208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0);
can`t USE
-
Re: [Ascent] Teleporter NPC and Teleporter Items
Quote:
Originally Posted by
thewulfe
Okay, so further research shows the Teleporter Item referred to in the original post is actually a completely different script known as a Portable Teleporter. Thread can be found
here .
I took the source code from the original script writer for the Portable Teleporter and merged the source code from the script writer of the Teleport NPC and created a better item.
Download the update source and dll
here.
Execute the following in your mysql editing tool of choice on your world db.
Code:
INSERT INTO `items` (`class`, `subclass`, `name1`, `name2`, `name3`, `name4`, `displayid`, `quality`, `buyprice`, `sellprice`, `itemlevel`, `ContainerSlots`, `unique`, `maxcount`, `bonding`, `stat_type1`, `stat_value1`, `stat_type2`, `stat_value2`, `stat_type3`, `stat_value3`, `stat_type4`, `stat_value4`, `stat_type5`, `stat_value5`, `stat_type6`, `stat_value6`, `stat_type7`, `stat_value7`, `stat_type8`, `stat_value8`, `dmg_min1`, `dmg_max1`, `dmg_type1`, `dmg_min2`, `dmg_max2`, `dmg_type2`, `dmg_min3`, `dmg_max3`, `dmg_type3`, `dmg_min4`, `dmg_max4`, `dmg_type4`, `dmg_min5`, `dmg_max5`, `dmg_type5`, `delay`, `range`, `holy_res`, `fire_res`, `nature_res`, `frost_res`, `shadow_res`, `arcane_res`, `armor`, `block`, `spellid_1`, `spelltrigger_1`, `spellcharges_1`, `spellcooldown_1`, `spellcategory_1`, `spellcategorycooldown_1`, `spellid_2`, `spelltrigger_2`, `spellcharges_2`, `spellcooldown_2`, `spellcategory_2`, `spellcategorycooldown_2`, `spellid_3`, `spelltrigger_3`, `spellcharges_3`, `spellcooldown_3`, `spellcategory_3`, `spellcategorycooldown_3`, `spellid_4`, `spelltrigger_4`, `spellcharges_4`, `spellcooldown_4`, `spellcategory_4`, `spellcategorycooldown_4`, `spellid_5`, `spelltrigger_5`, `spellcharges_5`, `spellcooldown_5`, `spellcategory_5`, `spellcategorycooldown_5`, `allowableclass`, `allowablerace`, `RequiredSkill`, `RequiredSkillRank`, `RequiredSkillSubRank`, `RequiredFaction`, `RequiredFactionStanding`, `requiredlevel`, `inventorytype`, `quest_id`, `sheathID`, `itemset`, `MaxDurability`, `Description`, `socket_color_1`, `socket_color_2`, `socket_color_3`, `socket_bonus`, `entry`) VALUES ('8', '-1', 'Portable Teleporter', 'Portable Teleporter', 'Portable Teleporter', 'Portable Teleporter', '42629', '1', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '33208', '0', '579', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1503', '1791', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'Dont loose yourself now!', '0', '0', '0', '0', '60001');
Start your server and login.
Type .additem 60001
use this item
Ascent 2.8 shutdown.
-
Re: [Ascent] Teleporter NPC and Teleporter Items
Haha, that is because MMOwned.com Forums are the best, they rule over Ragezone and they have all the best developers and people like that there, they get everything miles and years before you lot do.
-
Re: [Ascent] Teleporter NPC and Teleporter Items
When i click the dragon, it just says Hello there <playername>, how can i help you?
-
Re: [Ascent] Teleporter NPC and Teleporter Items
-
Re: [Ascent] Teleporter NPC and Teleporter Items
Quote:
Originally Posted by
SEdwards1
Haha, that is because MMOwned.com Forums are the best, they rule over Ragezone and they have all the best developers and people like that there, they get everything miles and years before you lot do.
hrmm... if they are better, maybe they should keep their site up... It's been down a total of 3 days in the last 7. :) ---- also, while credit is due to the orignial script writers, I have greatly improved upon the original concept... so saying they are the best developers insinuates what they post needs no improvement... if you think their best, why waste your time here?
And, as you see just above your post, somebody used the original posters SQL text which doesn't work with the latest compiled version of Ascent/NCDB.
-
Re: [Ascent] Teleporter NPC and Teleporter Items
Quote:
Originally Posted by
Ricroh
???? so any one know?
You are asking your questions in the wrong thread, Ricroh. This thread is specifically about the Teleporter NPC and Item, not setting up Ascent on Linux.
-
Re: [Ascent] Teleporter NPC and Teleporter Items
Quote:
Originally Posted by
mclarkey08
When i click the dragon, it just says Hello there <playername>, how can i help you?
You have the GlobalNPC.dll inside the Ascent\script_bin folder correct?
-
Re: [Ascent] Teleporter NPC and Teleporter Items
Quote:
Originally Posted by
thewulfe
You are asking your questions in the wrong thread, Ricroh. This thread is specifically about the Teleporter NPC and Item, not setting up Ascent on Linux.
um yes it showing u how to put it in in Windows Ascent........ i was asking if someone know how to put it in Ascent Linux b/c it cam with the files
-
Re: [Ascent] Teleporter NPC and Teleporter Items
thanks happy to have a new version :D
-
Re: [Ascent] Teleporter NPC and Teleporter Items
-
Re: [Ascent] Teleporter NPC and Teleporter Items
Thanks for this! I tried others, but couldnt get them working. This one works perfectly.
Thanks again,
Dan
EDIT: Why does this only have alliance cities? :/
EDIT2: Ignore that, Horde= Can see horde citys on the teleporter, Alliance= Can see alliance citys on the teleporter :)
-
Re: [Ascent] Teleporter NPC and Teleporter Items
Awesome addon mate, big 7 kudos to you.
Can i request 1 thing though...
Im currently running a custom release of Ascent TRUNK 3.6, (3681), and the Ascent.exe was changed to Ascent-world.exe...
This poses some problems to the .dll's exe script (when it tries to find Ascent.exe)
Can you please:
(a): Make a .conf file for your awesome NPC Tepelorter, to people can CHOOSE the ascent.exe location / file name...
(b): Link/release a 'how to change .dll ascent.exe location script'
Your NPC Teleporter > hall of portals in each damn city... :S
-
Re: [Ascent] Teleporter NPC and Teleporter Items
when I try to do the query to insert it into the db i get
Error Code : 1136
Column count doesn't match value count at row 1
(0 ms taken)
what do I do?
-
Re: [Ascent] Teleporter NPC and Teleporter Items
Error Code : 1136
Column count doesn't match value count at row 1
(0 ms taken)
-
Re: [Ascent] Teleporter NPC and Teleporter Items
Quote:
Originally Posted by
Corewolf
when I try to do the query to insert it into the db i get
Error Code : 1136
Column count doesn't match value count at row 1
(0 ms taken)
what do I do?
Add another '0' in the middle of em... but if you are gettin that error, you may have the same problem as me. my compile is accent-world.exe, therefore the script doesn't work.
-
Re: [Ascent] Teleporter NPC and Teleporter Items
Quote:
Originally Posted by
plnt8
ok, same as my building thread ive been searching around for some custom teleporter npcs or teleporter items and belive it or not i found BOTH:punch: lol
Teleporter NPC
once executed everything do .npc spawn 112230
to download the .dll and SOURCE!!! file go here
http://filebin.ca/xueuyz/GlobalNPC.rar once you have downloaded it, place it into your scripts_bin folder inside you ascent core folder.
once youve done that copy this into a query and execute it
Code:
INSERT INTO `creature_names` VALUES ('112230', 'Global NPC', 'Teleporter', '0', '0', '4', '4', '0', '0', '0', '20306', '20306', '0', '0', '1', '1', '1', '1');
INSERT INTO `creature_proto` VALUES ('112230', '200', '200', '35', '20000', '20000', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '2.5', '8', '14', '0');
Thats the Teleporter NPC
Teleporter Items
Code:
INSERT INTO items (entry, class, subclass, field4, name1, name2, name3, name4, displayid, quality, flags, buyprice, sellprice, inventorytype, allowableclass, allowablerace, itemlevel, requiredlevel, RequiredSkill, RequiredSkillRank, RequiredSkillSubRank, RequiredPlayerRank1, RequiredPlayerRank2, RequiredFaction, RequiredFactionStanding, `Unique`, maxcount, ContainerSlots, stat_type1, stat_value1, stat_type2, stat_value2, stat_type3, stat_value3, stat_type4, stat_value4, stat_type5, stat_value5, stat_type6, stat_value6, stat_type7, stat_value7, stat_type8, stat_value8, stat_type9, stat_value9, stat_type10, stat_value10, dmg_min1, dmg_max1, dmg_type1, dmg_min2, dmg_max2, dmg_type2, dmg_min3, dmg_max3, dmg_type3, dmg_min4, dmg_max4, dmg_type4, dmg_min5, dmg_max5, dmg_type5, armor, holy_res, fire_res, nature_res, frost_res, shadow_res, arcane_res, delay, ammo_type, `range`, spellid_1, spelltrigger_1, spellcharges_1, spellcooldown_1, spellcategory_1, spellcategorycooldown_1, spellid_2, spelltrigger_2, spellcharges_2, spellcooldown_2, spellcategory_2, spellcategorycooldown_2, spellid_3, spelltrigger_3, spellcharges_3, spellcooldown_3, spellcategory_3, spellcategorycooldown_3, spellid_4, spelltrigger_4, spellcharges_4, spellcooldown_4, spellcategory_4, spellcategorycooldown_4, spellid_5, spelltrigger_5, spellcharges_5, spellcooldown_5, spellcategory_5, spellcategorycooldown_5, bonding, description, page_id, page_language, page_material, quest_id, lock_id, lock_material, sheathID, randomprop, unk203_1, block, itemset, MaxDurability, ZoneNameID, mapid, bagfamily, TotemCategory, socket_color_1, unk201_3, socket_color_2, unk201_5, socket_color_3, unk201_7, socket_bonus, GemProperties, ItemExtendedCost, ReqDisenchantSkill, unk2)
VALUES (800004,0,0,-1,"Warper","Warper","Warper","Warper",0,0,0,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,33208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0);
(havent tried the item because i find theat the npc is the best and there is no need for this)
CREDIT DOES NOT GO TO ME< I DID NOT MAKE THIS credit goes to Gastric and jokerjokes on mmowned.
Added the source file so you can edit were you npc takes you
Have fun and enjoy, remember i didnt make this if there is a problem i can TRY and fix it but........?
it doesnt work for latest revisions. and untill you convert it , it will never work.
-
Re: [Ascent] Teleporter NPC and Teleporter Items
Ok whats the problem with this tthing when i put it in my script_bin folder and load ascent_world.exe and the otherstuff i get an error saying "can't find ascent.exe...."
How do i fix this?