[Release] Rebirth of the Akropolis menu

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 35
  1. #16
    Exacute's Avatar Active Member
    Reputation
    67
    Join Date
    Mar 2008
    Posts
    337
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks sweat
    Here, have an cookie
    Btw cant load the video, if possible you would post an link to it
    [/COLOR]

    [Release] Rebirth of the Akropolis
  2. #17
    Reflection's Avatar Legendary
    Reputation
    783
    Join Date
    Mar 2008
    Posts
    3,377
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here's the link; [yt]9qtEqeBFtV4[/yt]

    Freelance Digital Artist
    https://reflectionartwork.deviantart.com
    You did not desert me
    My brothers in arms


  3. #18
    Succy's Avatar Banned
    Reputation
    40
    Join Date
    Jun 2007
    Posts
    804
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for all comments guys

    Thanks Reflection for the video fix, I fixed it in the main thread too

    The first update will probably be released this weekand!

  4. #19
    jerrkan's Avatar Active Member
    Reputation
    84
    Join Date
    Sep 2007
    Posts
    148
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Like always IMBA work Succy <3333
    +rep x2 ofc


  5. #20
    MetaBob's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This sounds awesome, great work.

    Although I cant run the Sql in my database.

    This is the error I get:

    1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'INSERT INTO `creature_proto` (`entry`, `minlevel`, `maxlevel`, `faction`, `minh' at line 5


    To me, it looks correct. Any ideas?

  6. #21
    Succy's Avatar Banned
    Reputation
    40
    Join Date
    Jun 2007
    Posts
    804
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks right, but you can try removing the whole "(`entry`, `minlevel`, `maxlevel`, `faction`, `minh' ...etc" and go so it is directly "'INSERT INTO `creature_proto`VALUES" Try that and then come back to me

  7. #22
    MetaBob's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok I done what you said, and it worked.

    Untill I got to this entry:

    Code:
    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
    	('940320','74','76','35','208902','208903','58750','1.2','2','1200',0,'5','6','0','0','0','0','36000','4589','0','0','2','0','0','0','1.2','0.5',' ','1',1558,'0','0','2.5','8','14',0,0,0,0,0,0,'0'),
    	('920320','79','80','17','50700','50700','28800','1.5','0','1658',0,'2000','3250','0','0','0','0','36000','250','0','25','0','0','0','25','1.6','0.2','','1',25560,'0','0','2.5','8.1','14',0,0,0,0,0,0,'0');
    So I decided to delete it out and see if it was only that one, but seems to be every entry from that one right down to the bottom.

  8. #23
    Reflection's Avatar Legendary
    Reputation
    783
    Join Date
    Mar 2008
    Posts
    3,377
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It seems to work perfectly for me.. However, this might fix it;

    Open the query with notepad, press Ctrl+H to go to replace and in the find what box type
    Code:
    0,0,0,0,0,0,
    and in the replace with box type
    Code:
    '0', '0', '0', '0', '0', '0',
    Save, exit and then try to execute.


    Freelance Digital Artist
    https://reflectionartwork.deviantart.com
    You did not desert me
    My brothers in arms


  9. #24
    MetaBob's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok I ran every entry seperatly and they all worked fine apart from

    Code:
    REPLACE INTO `creature_names` (`entry`, `name`, `subname`, `info_str`, `Flags1`, `type`, `family`, `rank`, `unk4`, `spelldataid`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `civilian`, `leader`) VALUES
    	('940320','Agent Quicksand','The Saviors','Quest','0','7','0','0','0','0',23,0,0,0,'1','1',NULL,0),
    	('920320','Jamahn the Great','King',' ','0','7','0','0','0','0',3351,3351,0,0,'1','1',NULL,0),
    
    REPLACE 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
    	('940320','74','76','35','208902','208903','58750','1.2','2','1200',0,'5','6','0','0','0','0','36000','4589','0','0','2','0','0','0','1.2','0.5',' ','1',1558,'0','0','2.5','8','14','0', '0', '0', '0', '0', '0','0'),
    	('920320','79','80','17','50700','50700','28800','1.5','0','1658',0,'2000','3250','0','0','0','0','36000','250','0','25','0','0','0','25','1.6','0.2','','1',25560,'0','0','2.5','8.1','14','0', '0', '0', '0', '0', '0','0');
    
    REPLACE INTO `creature_quest_finisher` (`id`, `quest`) VALUES
    	('940320','940320');
    
    REPLACE INTO `creature_quest_starter` (`id`, `quest`) VALUES
    	('940320','940320');
    So I ran them in seperatly and deleted the , and ; of the values. All ran fine then.

    Also did what Reflection said

    EDIT: Hmm all the GO's seem to be in the wrong spots and halfway through walls etc. Is this for ArcEmu? :P
    Last edited by MetaBob; 05-27-2009 at 01:21 PM.

  10. #25
    Reflection's Avatar Legendary
    Reputation
    783
    Join Date
    Mar 2008
    Posts
    3,377
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    REPLACE INTO `creature_names` (`entry`, `name`, `subname`, `info_str`, `Flags1`, `type`, `family`, `rank`, `unk4`, `spelldataid`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `civilian`, `leader`) VALUES
    	('940320','Agent Quicksand','The Saviors','Quest','0','7','0','0','0','0', '23', '0', '0', '0', '1','1',NULL,0);
    	('920320','Jamahn the Great','King',' ','0','7','0','0','0','0', '3351', '3351' , '0', '0', '1','1', 'NULL',0);
    
    REPLACE 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
    	('940320','74','76','35','208902','208903','58750','1.2','2','1200',0,'5','6','0','0','0','0','36000','4589','0','0','2','0','0','0','1.2','0.5',' ','1',1558,'0','0','2.5','8','14','0', '0', '0', '0', '0', '0','0');
    	('920320','79','80','17','50700','50700','28800','1.5','0','1658',0,'2000','3250','0','0','0','0','36000','250','0','25','0','0','0','25','1.6','0.2','','1',25560,'0','0','2.5','8.1','14','0', '0', '0', '0', '0', '0','0');
    
    REPLACE INTO `creature_quest_finisher` (`id`, `quest`) VALUES
    	('940320','940320');
    
    REPLACE INTO `creature_quest_starter` (`id`, `quest`) VALUES
    	('940320','940320');
    Try that.
    Last edited by Reflection; 05-27-2009 at 01:19 PM.

    Freelance Digital Artist
    https://reflectionartwork.deviantart.com
    You did not desert me
    My brothers in arms


  11. #26
    Link_S's Avatar Member
    Reputation
    125
    Join Date
    Dec 2008
    Posts
    293
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Definitely +Rep.
    Why do I need a signature?

  12. #27
    bishamo's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome release. +Rep

    Unfortunately I'm getting allot of dupe entries. Can we get an sql for that?

  13. #28
    Vindicated's Avatar Contributor
    Reputation
    226
    Join Date
    Aug 2008
    Posts
    1,067
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks nice mate It's S7! We never did our album! Oh well....

    Anyways how did you get your graphics so fine and nice for WoW? +Rape btw


  14. #29
    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)
    This looks sweet!! Nice job!! +2 rep

  15. #30
    freehunternl123's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wow looks cool nigh graphics

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [Release] Custom "City" - The Akropolis
    By Succy in forum World of Warcraft Emulator Servers
    Replies: 8
    Last Post: 03-21-2008, 09:49 AM
  2. [Release] Eye of The Storm (only the Instance)
    By Illidan1 in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 12-22-2007, 06:47 AM
  3. [Release] Scout of The.. Items
    By Illidan1 in forum World of Warcraft Emulator Servers
    Replies: 14
    Last Post: 12-19-2007, 07:21 AM
  4. [READ/RELEASE] One of the best EMU-Devs arround and some of his work posted here!
    By latruwski in forum World of Warcraft Emulator Servers
    Replies: 7
    Last Post: 11-17-2007, 07:43 AM
  5. [Script Release] Naxxramas - Noth the Plaguebringer
    By blukkiee in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 08-28-2007, 11:25 AM
All times are GMT -5. The time now is 04:09 AM. 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