Npc boxes menu

User Tag List

Thread: Npc boxes

Results 1 to 11 of 11
  1. #1
    LJN's Avatar Member
    Reputation
    273
    Join Date
    Jun 2007
    Posts
    731
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Npc boxes

    I have my mall for my server. But some of the display ids are boxes.

    I have gone and changed the displayid2 to 0 and made sure all the npc's that are boxes had the correct display id. They do. The problem is, is when i type .npc info
    It only shows its health entry and dmg. Some help? Im stumped.

    Npc boxes
  2. #2
    Clain's Avatar Banned
    Reputation
    179
    Join Date
    Jan 2008
    Posts
    1,396
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What revision are you on? Also, could you post a picture so I could get a better understanding?

  3. #3
    LJN's Avatar Member
    Reputation
    273
    Join Date
    Jun 2007
    Posts
    731
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    r4541
    And its the blue and white small boxes I don't want to take a pic.

  4. #4
    metehan's Avatar Banned
    Reputation
    19
    Join Date
    Feb 2008
    Posts
    317
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by *Nightmare* View Post
    r4541
    And its the blue and white small boxes I don't want to take a pic.
    Nightmare, this is a VERY prominent bug on the latest revisions, I have it to. I can verify that this bug is not database side. It is a rather annoying bug, in some revisions it appears some it doesn't, although I do not know which revisions it happens in or what triggers it, I suggest you use 4478, as it has all the major bug fixes and there is no real difference between 4541 and 4478. The bugs are negligible. 4478 is not known to have this bug.

    - Metehan

  5. #5
    Algorithm's Avatar Member
    Reputation
    175
    Join Date
    Mar 2008
    Posts
    395
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by metehan View Post
    Nightmare, this is a VERY prominent bug on the latest revisions, I have it to. I can verify that this bug is not database side. It is a rather annoying bug, in some revisions it appears some it doesn't, although I do not know which revisions it happens in or what triggers it, I suggest you use 4478, as it has all the major bug fixes and there is no real difference between 4541 and 4478. The bugs are negligible. 4478 is not known to have this bug.

    - Metehan
    Code:
     UPDATE `creature_names` SET male_displayid = 10913 WHERE `entry` BETWEEN '50000' and '50048';
    10913 is the displayid , so change that to whatever displayid are of your vendors

    Code:
    UPDATE `creature_names` SET female_displayid = 0 WHERE `entry` BETWEEN '50000' and '50048';
    Code:
    UPDATE `creature_names` SET male_displayid2 = 0 WHERE `entry` BETWEEN '50000' and '50048';
    Code:
    UPDATE `creature_names` SET female_displayid2 = 0 WHERE `entry` BETWEEN '50000' and '50048';
    - 50000 and 50046 is the spawn ids for my vendors - so change the values in orange according to your database.

  6. #6
    metehan's Avatar Banned
    Reputation
    19
    Join Date
    Feb 2008
    Posts
    317
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by master1979 View Post
    Code:
     UPDATE `creature_names` SET male_displayid = 10913 WHERE `entry` BETWEEN '50000' and '50048';
    10913 is the displayid , so change that to whatever displayid are of your vendors

    Code:
    UPDATE `creature_names` SET female_displayid = 0 WHERE `entry` BETWEEN '50000' and '50048';
    Code:
    UPDATE `creature_names` SET male_displayid2 = 0 WHERE `entry` BETWEEN '50000' and '50048';
    Code:
    UPDATE `creature_names` SET female_displayid2 = 0 WHERE `entry` BETWEEN '50000' and '50048';
    - 50000 and 50046 is the spawn ids for my vendors - so change the values in orange according to your database.
    Did you hear what I said? Its a core problem, I tried setting the display id to the same working one for all of them too. It didn't work.

  7. #7
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I would recommend OpenAscent. Its run by the Ascent developers.
    http://openascent.com/index.php
    svn://openascent.com/openascent/trunk/

  8. #8
    metehan's Avatar Banned
    Reputation
    19
    Join Date
    Feb 2008
    Posts
    317
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SectorSeven View Post
    I would recommend OpenAscent. Its run by the Ascent developers.
    http://openascent.com/index.php
    svn://openascent.com/openascent/trunk/
    Impressive. But I just feel more at home at the ascentemu.com. But there are some really big fixes in this SVN. Is the displayid=0 bug fixed?

  9. #9
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes, OpenAscent is better in my opinion and they don't have that bug. Very stable also. Uptime: 39 Hours, 22 minutes. But thats running on localhost but still.

  10. #10
    metehan's Avatar Banned
    Reputation
    19
    Join Date
    Feb 2008
    Posts
    317
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SectorSeven View Post
    Yes, OpenAscent is better in my opinion and they don't have that bug. Very stable also. Uptime: 39 Hours, 22 minutes. But thats running on localhost but still.
    :/ 4415 (two before 4417 XD) has had 3 days so far!

  11. #11
    brock106's Avatar Member
    Reputation
    6
    Join Date
    Jan 2007
    Posts
    113
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hmmm if tis a core issue how come it doesn't happen to me? it only did with the mall and i changed all the display2's . It was perfect then

Similar Threads

  1. [Release] Code Box Npc (Lua)
    By stoneharry in forum WoW EMU General Releases
    Replies: 29
    Last Post: 06-10-2009, 04:59 PM
  2. [Help] NPC Models = Boxes
    By entrepid in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 07-25-2008, 03:08 PM
  3. NPC appears as a box
    By Algorithm in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 05-19-2008, 02:26 PM
  4. [GUIDE] NPC appear as Boxes quick fix
    By Algorithm in forum WoW EMU Guides & Tutorials
    Replies: 1
    Last Post: 05-18-2008, 03:48 PM
  5. [GUIDE] NPC appear as Boxes quick fix
    By Algorithm in forum WoW EMU Guides & Tutorials
    Replies: 3
    Last Post: 05-18-2008, 09:29 AM
All times are GMT -5. The time now is 04:17 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search