[Contest Winner] Arena Theme Generator menu

User Tag List

Page 8 of 14 FirstFirst ... 456789101112 ... LastLast
Results 106 to 120 of 196
  1. #106
    maduuto's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can't you give me no manual to compile igt?

    [Contest Winner] Arena Theme Generator
  2. #107
    Zaje's Avatar Member
    Reputation
    14
    Join Date
    May 2008
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Omg this is Epic man

  3. #108
    tekkeryole's Avatar Member
    Reputation
    23
    Join Date
    Jul 2008
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    now if only those timed events could be updated for HearthStones Shared Pointers...

  4. #109
    maduuto's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    HEllO! How can i compile it!!!

  5. #110
    Pwntzyou's Avatar Contributor
    Reputation
    264
    Join Date
    Dec 2007
    Posts
    393
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Look at the guide section, there are tons of them =|

    <3 MysterioussouL for the sig

  6. #111
    cello1993's Avatar Member
    Reputation
    4
    Join Date
    Sep 2006
    Posts
    121
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry I really searched arround for days, and simply can't find a guide for compiling SCRIPTS ... I have single scripts and the Sun++ folder but I can't use it cuz I don't know how to xP Also I have seen tonss of ppl asking for a guide for compiling scripts, but just ignored =/

  7. #112
    westside92's Avatar Member
    Reputation
    2
    Join Date
    May 2008
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Cooooool man

  8. #113
    Pwntzyou's Avatar Contributor
    Reputation
    264
    Join Date
    Dec 2007
    Posts
    393
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Post updated with a guide on how to compile

    <3 MysterioussouL for the sig

  9. #114
    cello1993's Avatar Member
    Reputation
    4
    Join Date
    Sep 2006
    Posts
    121
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Pwntzyou View Post
    Post updated with a guide on how to compile
    Thanks a lot! Really appreciated This is an amazing release, nice job!

    Worked perfectly for me ^^ Just one question, no way to make the water swimable right?
    Last edited by cello1993; 02-03-2009 at 08:14 PM.

  10. #115
    cello1993's Avatar Member
    Reputation
    4
    Join Date
    Sep 2006
    Posts
    121
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh, and I needed to change somethings on the sql. file
    Don't know if it is only for me, but I'm using the newest NCDB and the table count is wrong in creature.proto =]
    A little update:

    INSERT INTO creature_proto
    (`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `can_ranged`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `respawntime`, `armor`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `combat_reach`, `bounding_radius`, `auras`, `boss`, `money`, `invisibility_type`, `death_state`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`, `spell1`, `spell2`, `spell3`, `spell4`, `spell_flags`, `modImmunities`)
    VALUES
    (123213, 100, 100, 35, 111111, 111111, 111111, 1, 1, 11, 11, 11, 11, 0, 11, 11, 11, 0, 100, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 2.5, 8, 14, 0, 0, 0, 0, 0, 0, 0);
    :wave:

  11. #116
    Pwntzyou's Avatar Contributor
    Reputation
    264
    Join Date
    Dec 2007
    Posts
    393
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cello1993 View Post
    Oh, and I needed to change somethings on the sql. file
    Don't know if it is only for me, but I'm using the newest NCDB and the table count is wrong in creature.proto =]
    A little update:



    :wave:

    Just take that part out of the sql file and make an npc with that id ^_^

    <3 MysterioussouL for the sig

  12. #117
    Nayballs's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry to bother youpwntzyou, but I get this error SQL Error: Duplicate entry '30000' for key entry 1.
    And I haven't a clue why it's saying that sorry again >.>

  13. #118
    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)
    You already have that entry in your database. Run running these queries in MySQL

    DELETE * FROM creature_names WHERE entry='30000';
    DELETE * FROM creature_proto WHERE entry='30000';

  14. #119
    Nayballs's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh, thank you Chain!

  15. #120
    Agent Orange's Avatar Knight-Lieutenant
    Reputation
    23
    Join Date
    Aug 2008
    Posts
    260
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is there a way to make this work with repacks?

Page 8 of 14 FirstFirst ... 456789101112 ... LastLast

Similar Threads

  1. [ArcEmu] [Contest Winner] Arena Theme Generator Crashing
    By spykid19780123 in forum WoW EMU Questions & Requests
    Replies: 4
    Last Post: 05-25-2010, 05:50 AM
  2. [C++] Arena Theme Generator (TrinityCore)
    By _Hkarta in forum WoW EMU General Releases
    Replies: 5
    Last Post: 05-01-2010, 08:25 PM
  3. Arena Theme Generator Scipt Addition Help
    By Wh1t3f0x in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 10-06-2009, 06:04 AM
  4. [request] Frostwolf Tabard > Contest Winners Tabard
    By nonono in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 07-13-2007, 02:59 PM
All times are GMT -5. The time now is 11:34 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