[GUIDE] How to make Custom Portals
Hi!
Here is my guide to make custom portals for ANTRIX and the SQL-script to use:
----------------------------------------------------------
-- --
-- SQL-Script, Create custom portal by -PMS --
-- --
----------------------------------------------------------
/*
Just do search and replace of following words in this file
without [] and then run it in your SQL-manager:
Before U start, make BACKUP of gameobject_names, spells112
teleport_coords and SPELL.DBC
[gobject_nr] = Make a gameobject_number thats availible in the gameobject_names table, I used 200000.
[spell_id] = Make a ID_number for teleport_coords that match ID in spells112, I used 50000.
[portal_name] = Set a name of the portal, both in teleport_coords and spells112.
[x_nr], [y_nr], [z_nr] = Cord U wanna go to, use ".GPS" ingame to see cords.
After this U have to edit SPELL.DBC. I used dbcediter_v1.4.2_by_vendy,
it can be downloaded @ Downloads.
I used the spell for "Portal to Karazhan" number "28147".
That means, find 28147 in SPELL.DBC and change to 50000 instead.
U can see this portal: set realmlist tyringetbc.servegame.com
Accountcreationpage: Tyringes Antrix Server (0 players online)
Plz dont redistribute this script in any way, copyright by -PMS @ http://wow.tyringe.org
*/
The script can be downloaded here: DDLHub.com - Host Your Files For Free
Good Luck
-PMS
Re: [GUIDE] How to make Custom Portals
What version of antrix is this,I don't have a Spells.DBC
Re: [GUIDE] How to make Custom Portals
Hi!
yes U have, search for Spell.dbc in your antrix-server folder...
-PMS
Re: [GUIDE] How to make Custom Portals
where can i find spell112 in the antrix database? i found spell.dbc but in the database there is no spell112 table.
Re: [GUIDE] How to make Custom Portals
ok, in antrix rev 7 there is spell112 in table. but anther problem, i cant save the changing done in spell.dbc -.-
Re: [GUIDE] How to make Custom Portals
hmm....
The spell you used... well it duznt work. the spell is some think like souldraining of a warlock its wierd and realy duznt do anything.
plz im using rev 800 with rev 7 logon verry stable server and i got like 40 ppl online everyday i need a custom teleporter
*BEG*
apprieciate the work though
Gr. Fenrir :punk:
BTW: i used this [spell_id] = Make a ID_number for teleport_coords that match ID in spells112, I used 50000.
Re: [GUIDE] How to make Custom Portals
well, i got it now to save. used another dbc editor. but when i try to start antrix.exe it starts at first normal, but then it abort starting.
Im using Terranet DB Rev 7 and Core 881
Re: [GUIDE] How to make Custom Portals
Hi!
i made this for my server thats running Antrix core 584 and TerrantDB rev 6.
-PMS
Re: [GUIDE] How to make Custom Portals
theres a few problems with this
1. didnt tell ppl that dbc editor saves spell.dbc as spell_new.dbc in the .exe's main folder not antrix dbc folder, so rename & sopy paste
2. you also need to edit this line so you dont get the lock spell
Code:
insert into `gameobject_names` (`entry`, `Type`, `DisplayID`, `Name`, `spellfocus`, `sound1`, `sound2`, `sound3`, `sound4`, `sound5`, `sound6`, `sound7`, `sound8`, `sound9`, `unknown1`, `unknown2`, `unknown3`, `unknown4`, `unknown5`, `unknown6`, `unknown7`, `unknown8`, `unknown9`, `unknown10`, `unknown11`, `unknown12`, `unknown13`, `unknown14`) values('gobject_nr','22','6955','Shattrath Portal to Buyers Island','36000','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0','0');
change that 36000 to your spell ID you made in spell.dbc & the name (not sure if it changes n e thing though)
otherqise the rest is perfect, worked on rev 7 too
Re: [GUIDE] How to make Custom Portals
This is edited and uploaded to DDLHub again, thx for the feedback.
-PMS
Re: [GUIDE] How to make Custom Portals
How can i delete a portal i made 2 the same portals to stormwind i want to delete 1
Re: [GUIDE] How to make Custom Portals
Dont delete, edit the number to another place instead.
-PMS
Re: [GUIDE] How to make Custom Portals
I dont understand your guide, and that link to the DDLthing dosnt work anymore :(