Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Mangos Teleport NPC/Portal Master For Mangos rev [10105]+ and Trinity

Newbie Spellweaver
Joined
Jul 31, 2009
Messages
17
Reaction score
2
Teleport NPC/Portal Master For Arcemu, Mangos rev [10105]+ and Trinity

For Trinity and Mangos rev [10105]+
You do not need any c++ and there are no quests.
This is fully DB side, so just execute the script to your database.

Tele npc, gossip, teleports to 130 places (All dungeons, raids, leveling zones, main cities, gurubashi arena and booty bay)
Spawn points for the tele npc and rune circle to all main cities, gurub and bootybay
Summoning effect for the npc (check the end of the code to get the casting animation to the npc)

You only need one NPC to handle both factions.
All teleports have a level requirement according to the zone level or instance level requirement.

Run the code 1 time. If the options are in wrong order, run the code again.
You can also try running the delete code only and then the whole sql again.

Moved to github:


  • ver 1.8
    Fixed level req and faction req for Zul'Aman
  • ver 1.7
    Fixed an error that occurs in navicat
  • ver 1.6
    Created teleporting scripts for zones
  • ver 1.5
    Created zone teleport menus and options
  • ver 1.4
    Updated with new condition, added "back" buttons,
    added "how many" number and added visual effect: Casting effect
  • ver 1.3
    Fixed an error in deleting code and added visual effect: Summon circle
  • ver 1.2
    Rewrote the sql code and made it clearer
  • ver 1.1
    Created dungeon teleport menus, options and scripts
    and added Booty bay to main menu list
  • ver 1.0
    Initial start. Created Portal Master and main city teleports
 
Last edited:
Newbie Spellweaver
Joined
Jul 31, 2009
Messages
17
Reaction score
2
Ofc it is :p


nice work Rochet...
this is the best Teleport NPC for MaNGOS so far, +rep...


*Note that there is now a teleport gameobject available and a master for trinity.
 
Newbie Spellweaver
Joined
Jul 31, 2009
Messages
17
Reaction score
2
should work, if you have not changed the sql there ..

Try .lookup crea Portal master
or if you got the gob then .lookup obj teleport

and use the number or link.
 
Initiate Mage
Joined
Oct 26, 2010
Messages
2
Reaction score
0
gracias x el material , vere si lo puedo implementar ya que me hace falta los portales!
 
Newbie Spellweaver
Joined
Jul 31, 2009
Messages
17
Reaction score
2
Re: Teleport NPC/Portal Master For Arcemu, Mangos rev [10105]+ and Trinity

Yo no hablo español, pero usted dice que algo le faltaba?

ps. Google Traductor ftw
 
Newbie Spellweaver
Joined
Jul 31, 2009
Messages
17
Reaction score
2
Changed Portal master (teleporter) to use SmartAI on Trinity.
This fixes the buggy menus on newer revisions (they messed the gossip script system).
The teleport option creator is currently disabled.

This is not needed for mangos as gossip scripts work great on mangos.

This fix is also needed for the Jukebox, but I will do it later.
 
Newbie Spellweaver
Joined
Jul 31, 2009
Messages
17
Reaction score
2
Re: Teleport NPC/Portal Master For Arcemu, Mangos rev [10105]+ and Trinity

Ok, back here again.

I have now worked a lot today and finally finished up.
I Fixed the SQL to work on current arcemu structure, fixed the bugs that appeared ingame due to the SQL working only on older cores, fixed the lua to be for Luabridge, saved old LHA luascript to my computer, deleted it from the online creator and fixed couple bugs related to the top text display.

So, The teleporter for arcemu now works for current arcemu and Luabridge, but does not work on LHA anymore.
 
Newbie Spellweaver
Joined
Jul 31, 2009
Messages
17
Reaction score
2
Localization is now avaliable for Portal Master on MaNGOS and Trinity.


After running:
Open the realmlist table and set the timezone to your language number:

Then open mangos.conf or worldserver.conf. Find line with RealmZone = 1 and change the value to your language number:
 
Initiate Mage
Joined
Nov 25, 2009
Messages
2
Reaction score
0
Re: Teleport NPC/Portal Master For Arcemu, Mangos rev [10105]+ and Trinity

i got a SQL Error when i try to put it in my mysql db it says

SQL Error (1062): Duplicate entry '4-3703-1' for key 'unique_conditions'

what am i doing wrong?
 
Back
Top