[Release] Mangos WotLK Core 3.0.2.8905 menu

User Tag List

Page 36 of 48 FirstFirst ... 323334353637383940 ... LastLast
Results 526 to 540 of 715
  1. #526
    TheRealMethuselah's Avatar Member
    Reputation
    22
    Join Date
    Nov 2008
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Deathtrooper View Post
    ....and to everyone having the statless item problems! I'm prety sure it's a core problem... will be fixed within the next few releases!!
    Thank you for the reply, I'll be looking forward to the newer releases.

    [Release] Mangos WotLK Core 3.0.2.8905
  2. #527
    ronisbr's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    good death the core 9183 until this good, but it has a problem that in 9095 do not have, like Warlock does not work metamorphosis Shaman does not work the last skill wolves ...

    another thing I want to know how can i put the Death Knight to create so when you're having a personagen level 55

  3. #528
    Deathtrooper's Avatar Member
    Reputation
    43
    Join Date
    Aug 2008
    Posts
    161
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    To anyone having the item statless problem execute this into ur main DB(usually mangos in SQLyog)!

    Item Stat Fix

  4. #529
    Android123's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am working on private servers 2 years now i know how to install a server mangos or arcemu and edit things in their code and something else are u making the mangos C++ code or u download it from a site? And if u download it from a site can u tell me the link

  5. #530
    luxeN's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Deathtrooper View Post
    To anyone having the item statless problem execute this into ur main DB(usually mangos in SQLyog)!

    Item Stat Fix
    Don't work for me

  6. #531
    TheRealMethuselah's Avatar Member
    Reputation
    22
    Join Date
    Nov 2008
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Nope

    Unfortunately, it doesn't work for me either...

    Just a question
    What does this...

    item_stat_counts.sql
    Code:
    UPDATE item_template SET StatsCount = 0 WHERE entry = 32836;
    UPDATE item_template SET StatsCount = 4 WHERE entry = 30102;
    ....
    actually do? Because it doesn't look like it's updating anything, because it was already StatsCount = 0 at 32836 and 4 at 30102 ad infinitum.



    I've also been looking through the mangos.sql file and noticed that a lot of the items are simply called 'ITEM' and when I added the Spiderlord Legguards (item 36280) it just says ITEM and is grey as well.

    Last edited by TheRealMethuselah; 11-17-2008 at 07:16 PM.

  7. #532
    chaoticd35's Avatar Site Donator
    Reputation
    44
    Join Date
    Jun 2007
    Posts
    337
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Going to try this. I usally use Aspire or others but will give this a try. I would rep but need to spread/

  8. #533
    scol's Avatar Member
    Reputation
    5
    Join Date
    Nov 2008
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks for that. I can see the items I spot checked were updated. new field or something? You didn't have to go in and count how many stats for each item, did you? lol

    I'm assuming the gray item thing is a separate issue

    just a few other things i've noticed, some gems can't be socketed (bold crimson spinel for example). not sure the reason, but interestingly enough that gem doesn't show the stat bonus.

    also enchanting requirement for possessing runed eternium and runed titanium rods aren't met even tho they're in possession the bag (text still red)

    oh yeah, any idea about the spell damage/healing issue? pretty much 0's across all caster classes from what i've been seeing. most spells seem to be doing base values. i'm assuming that's when they transferred over to the generic spell power as opposed to the old damage/heal or + particular magic school type damage values.


    just trying to help out by pointing out the issues i've been noticing.

    UPDATE: I took a look at the table and noticed some gems had data in the 'socketBonus' field instead of the 'GemProperties' one. Once I changed this, I was able to socket them correctly. I kinda did spot updates, so I didn't make a batch, but let me take a look at the rest of the data and see what I can do.
    Last edited by scol; 11-17-2008 at 09:09 PM. Reason: UPDATES:

  9. #534
    scol's Avatar Member
    Reputation
    5
    Join Date
    Nov 2008
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    These two lines SHOULD fix anyone who's having similar problems regarding gems and socketing:

    Execute one line at a time as a query in your mangos table

    Code:
    UPDATE item_template SET GemProperties = socketBonus WHERE (class = 3 AND socketBonus <> 0)
    Code:
    UPDATE item_template SET socketBonus = 0 WHERE (class = 3 AND socketBonus = gemProperties)
    Feel free to correct the logic if any errors :P
    Last edited by scol; 11-18-2008 at 05:11 PM. Reason: specifics.

  10. #535
    ViND_'s Avatar Contributor
    Reputation
    156
    Join Date
    Apr 2008
    Posts
    1,134
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is this repack like super-cool with working DK Starting quests, because that's what I need the most?

  11. #536
    pucy's Avatar Member
    Reputation
    38
    Join Date
    Jun 2008
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    hy

    Men if you want and cant please fix the DEATH PACT spell.When you click on spell all moob arrownd die.And you character same.Thanks.Upgrade mangos is the best server wotlk.Respect+Rep.

  12. #537
    predattak's Avatar Active Member
    Reputation
    27
    Join Date
    Jul 2008
    Posts
    537
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyone fixed the caster's spell dmg problem ? (problem: spell dmg it's 0 with a full equiped mage... ffs.. i love mages ( plz fix this .. anyone :P)

  13. #538
    pucy's Avatar Member
    Reputation
    38
    Join Date
    Jun 2008
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Hy

    Men please tell me why at 50-60 player mangos disconect all player?I have 16 gb ram dual core 3000+.Upload 10mb 20 mb band.Help me.Thnks

  14. #539
    inico's Avatar Contributor
    Reputation
    154
    Join Date
    Jul 2008
    Posts
    152
    Thanks G/R
    0/21
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Northrend´s empty...
    There are no NPC´s or mobs there!!! O_O

    EDIT: I can´t create accounts or modify them (setgm, setexpansion/setbc)...
    Last edited by inico; 11-18-2008 at 05:34 PM.

  15. #540
    predattak's Avatar Active Member
    Reputation
    27
    Join Date
    Jul 2008
    Posts
    537
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by inico View Post
    Northrend´s empty...
    There are no NPC´s or mobs there!!! O_O

    EDIT: I can´t create accounts or modify them (setgm, setexpansion/setbc)...
    ur account problem answer is at page 34 ......

Page 36 of 48 FirstFirst ... 323334353637383940 ... LastLast
All times are GMT -5. The time now is 03:36 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