[Release] Alcaz Island LUA Raid. menu

User Tag List

Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 59
  1. #16
    Weiseguy's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes in Navicat, arcemu_world is my db with gameobject names quests spawns etc is.

    What does deleting that line do exactly?

    EDIT: That didn't help. That just means it starts with the next object, meaning I would be missing a dark bush (seemed like important/used object) in the rest of the code/scripting.

    EDIT2: from what I do know about scripting, it seems it just tells it to place values into game_object names. Don't you have to list the parameters? For instance, insert into `creature_names` (`entry`, `name`) etc then pass the values through that?
    Last edited by Weiseguy; 04-13-2009 at 08:21 AM.

    [Release] Alcaz Island LUA Raid.
  2. #17
    Linkn's Avatar Contributor
    Reputation
    90
    Join Date
    Mar 2009
    Posts
    296
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Weiseguy View Post
    Yes in Navicat, arcemu_world is my db with gameobject names quests spawns etc is.

    What does deleting that line do exactly?

    EDIT: That didn't help. That just means it starts with the next object, meaning I would be missing a dark bush (seemed like important/used object) in the rest of the code/scripting.

    EDIT2: from what I do know about scripting, it seems it just tells it to place values into game_object names. Don't you have to list the parameters? For instance, insert into `creature_names` (`entry`, `name`) etc then pass the values through that?
    That object isn't very important, we used maybe 100 of the objects in those files. We just put the whole files up because finding the 100 we used would be very time consuming. Those files are set up correctly with INSERT INTO `gameobject_names` format. Not quite sure what is triggering your error.

  3. #18
    Weiseguy's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Linkn View Post
    That object isn't very important, we used maybe 100 of the objects in those files. We just put the whole files up because finding the 100 we used would be very time consuming. Those files are set up correctly with INSERT INTO `gameobject_names` format. Not quite sure what is triggering your error.
    So.....I go without?

  4. #19
    lollardo's Avatar Member
    Reputation
    10
    Join Date
    Jul 2007
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice +rep

  5. #20
    Linkn's Avatar Contributor
    Reputation
    90
    Join Date
    Mar 2009
    Posts
    296
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Weiseguy, do any of the other SQL's execute correctly?

  6. #21
    Dpsfraud's Avatar Active Member
    Reputation
    15
    Join Date
    Feb 2007
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Weiseguy you probably will have to update your Server.

  7. #22
    Weiseguy's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I just went through this server startup using the NCBD link from a guide on arcemu forums. My checkout from their SVN is maybe 5 days old. Any help on what I need to do exactly?

    Some of the GO's that I tried using before worked, some didn't (in reply to other SQL's working). However, any of the SQL's generated from WoW-V work fine.

  8. #23
    svedin's Avatar Contributor
    Reputation
    124
    Join Date
    Jun 2008
    Posts
    557
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    looks nice keep it up ^^

    +Rep

  9. #24
    Nadromar's Avatar Contributor
    CoreCoins Purchaser
    Reputation
    369
    Join Date
    Oct 2006
    Posts
    510
    Thanks G/R
    15/28
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is going in my server^^ +rep to the poster, and no rep for the co creator guy because he asked for rep :P

  10. #25
    deathwow's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice, epic release

  11. #26
    Blackboy0's Avatar Member
    Reputation
    70
    Join Date
    Nov 2007
    Posts
    377
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks very nice. When I get home, I will be sure to have a look at this

    +Rep to both of you!!

  12. #27
    Linkn's Avatar Contributor
    Reputation
    90
    Join Date
    Mar 2009
    Posts
    296
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for all the comments guys, any bugs or errors on the bosses, etc?

  13. #28
    MegaBigBoss's Avatar Member
    Reputation
    18
    Join Date
    Aug 2008
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm, i think you should add more AggroTalk , death talk for trash, with a math.Random, and you should add more Spell to boss, they are so ... weak =p.
    But +Rep

  14. #29
    Linkn's Avatar Contributor
    Reputation
    90
    Join Date
    Mar 2009
    Posts
    296
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well it was intended to be a 10 man raid, but yes it is easy by any standards. Likewise though, feel free to beef up the bosses. Change the scripts, mod hp, whatever you need.

  15. #30
    oekel's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    In the pictures I see King Krong standing on a hill with several GOs aroune it, but when i go to Krong on my own server he isnt spawned and the GOs around him neither. :S Further its a nice event. 1 +Rep

    Oekel

    Edit: Krong isnt in my DB neither in the SQL files. Another +Rep if you can fix this.
    Last edited by oekel; 04-22-2009 at 03:48 AM.

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [Release/Info] Custom LUA Bosses!
    By Gastricpenguin in forum World of Warcraft Emulator Servers
    Replies: 38
    Last Post: 02-08-2008, 12:14 PM
  2. [RELEASE] My First Lua Boss xD
    By Snailz in forum World of Warcraft Emulator Servers
    Replies: 15
    Last Post: 01-25-2008, 01:38 PM
  3. [Release/DL] Deathwings Lair - Raid Instance
    By Hellgawd in forum World of Warcraft Emulator Servers
    Replies: 23
    Last Post: 01-20-2008, 02:44 PM
  4. [Release] Custom 25 Man Raid Boss / Quest.
    By Drop_Warcrack in forum World of Warcraft Emulator Servers
    Replies: 15
    Last Post: 01-03-2008, 08:00 AM
  5. [Release] Escape From Alcaz Island *FULL*
    By Gastricpenguin in forum World of Warcraft Emulator Servers
    Replies: 62
    Last Post: 11-09-2007, 07:24 PM
All times are GMT -5. The time now is 04:30 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