[DLL] Global Teleporter NPC menu

User Tag List

Page 1 of 13 12345 ... LastLast
Results 1 to 15 of 183
  1. #1
    Gastricpenguin's Avatar Legendary
    Reputation
    980
    Join Date
    Feb 2007
    Posts
    2,236
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [DLL] Global Teleporter NPC

    The GlobalNPC has been updated!
    I have fixed the problem where some cases would show up as an exclamation point. Ive added a second page to both of those menu's to prevent runs.
    You can customize your npc, all you need to know is that NpcFlags should be set to 1, and the entryid should be 112230

    Source: http://pastebin.ca/GPYPNyzR (password: gastric)

    Note: The quest/exp mark bug has been fixed!

    Previews:
    Last edited by Gastricpenguin; 05-26-2008 at 09:35 PM.
    Life Puzzler WoW - Website | Forums

    [DLL] Global Teleporter NPC
  2. #2
    Cursed's Avatar Contributor
    Reputation
    270
    Join Date
    Jun 2007
    Posts
    1,380
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    +rep Nice one Gastric

    Edit: DAMN have to spread some around. I should give more rep

  3. #3
    Spartansp's Avatar Account not activated by Email
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so i can put this on my ascent in the dll section and thats all

  4. #4
    King Shaun's Avatar Member
    Reputation
    419
    Join Date
    Dec 2007
    Posts
    1,305
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you so much for this mate! Woooot i'm first to comment! And thanks for contributing I shall be using this, this is going to sound noobish but how do I spawn it in-game?

    Thanks,
    Shaun.

    ** Rep added! **

  5. #5
    King Shaun's Avatar Member
    Reputation
    419
    Join Date
    Dec 2007
    Posts
    1,305
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Damn how the hell did two people beat me too it! Lmao!

  6. #6
    L'Lawliet's Avatar Contributor
    Reputation
    212
    Join Date
    Jun 2007
    Posts
    1,765
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey amn what do i add in creature

  7. #7
    King Shaun's Avatar Member
    Reputation
    419
    Join Date
    Dec 2007
    Posts
    1,305
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm, does anyone know how we can spawn it in some way?



    Many kind regards,
    Shaun.

  8. #8
    Cursed's Avatar Contributor
    Reputation
    270
    Join Date
    Jun 2007
    Posts
    1,380
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is just the .dll. You need to make a npc manually

  9. #9
    King Shaun's Avatar Member
    Reputation
    419
    Join Date
    Dec 2007
    Posts
    1,305
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh, ok. Well, i'm using ADE, so what flags would I need to put on the NPC, or should I just really say, what would I need to do to make an NPC that would be compatible with this DLL?

    Thanks,
    Shaun.

  10. #10
    Steph's Avatar Member
    Reputation
    166
    Join Date
    Dec 2007
    Posts
    695
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im guessing that the NPC spawn is 112230?

  11. #11
    Spartansp's Avatar Account not activated by Email
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    why dont you give us a little guide on how to set up this in our ascents a guide for noobs like me :P

  12. #12
    kanqaz's Avatar Banned
    Reputation
    235
    Join Date
    Oct 2007
    Posts
    410
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SEdwards1 View Post
    Oh, ok. Well, i'm using ADE, so what flags would I need to put on the NPC, or should I just really say, what would I need to do to make an NPC that would be compatible with this DLL?

    Thanks,
    Shaun.
    Set NPC flags to 1

  13. #13
    Steph's Avatar Member
    Reputation
    166
    Join Date
    Dec 2007
    Posts
    695
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Spawn it with this:
    Code:
    INSERT INTO `creature_names` VALUES ('112230', 'WarpNPC', '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');

  14. #14
    Spartansp's Avatar Account not activated by Email
    Reputation
    644
    Join Date
    Sep 2007
    Posts
    1,803
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so i just have to copy this dll in my ascent dll folder and run the sql codes that you posted and thats all?

  15. #15
    Steph's Avatar Member
    Reputation
    166
    Join Date
    Dec 2007
    Posts
    695
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yep, then spawn the NPC when you are ingame.

Page 1 of 13 12345 ... LastLast

Similar Threads

  1. [DLL]WotLK Teleport NPC
    By SectorSeven in forum World of Warcraft Emulator Servers
    Replies: 16
    Last Post: 06-15-2008, 01:15 PM
  2. Teleport npc
    By bowser in forum World of Warcraft Emulator Servers
    Replies: 28
    Last Post: 11-04-2007, 08:16 AM
  3. [Guide] Creating and Compiling a Teleporter NPC
    By Gastricpenguin in forum WoW EMU Guides & Tutorials
    Replies: 59
    Last Post: 10-29-2007, 03:06 PM
  4. Custom teleport npcs question please help
    By friendofdar in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 09-24-2007, 09:35 PM
  5. Teleport NPC help!
    By Daxo in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 09-22-2007, 01:24 PM
All times are GMT -5. The time now is 10:49 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search