Hello & Welcome to our community. Is this your first visit? Register
Follow us on
Follow us on Facebook Follow us on Twitter Watch us on YouTube


MMOCoin

Likes Likes:  0
Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Contributor

    Join Date
    Jan 2009
    Posts
    13
    Post Thanks / Like
    Rep Power
    17
    Reputation
    91

    [Release] Axxa's World of Warcraft Maze Creator v 3.0


    Register to remove this ad
    Theres only one rule - you download, YOU COMMENT, deal?
    Version 3.0 RELEASED
    Patch notes:

    • Reworked rendering engine, it should be much faster now, however it requires you to install XNA Framework and DirectX
    • Added possibility to create and edit output format without having to edit applications source code (<installdir>/output, you may use TrinityCore.template as an example, but dont remove it, create new file, or maze creator wont work anymore)
    • Added possibility to solve your mazes
    • Added possibility to flip selection horizontaly and verticaly

    Custom output
    Code:
    [DELETE1]DELETE FROM `gameobject_template` WHERE `entry` = [GO1];#
    [DELETE1]DELETE FROM `gameobject_template` WHERE `entry` = [GO2];#
    [DELETE1]DELETE FROM `gameobject` WHERE `id` = [GO1];#
    [DELETE1]DELETE FROM `gameobject` WHERE `id` = [GO2];#
    [DEFINITION1]INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `castBarCaption`, `faction`, `flags`, `size`, `data0`, `data1`, `data2`, `data3`, `data4`, `data5`, `data6`, `data7`, `data8`, `data9`, `data10`, `data11`, `data12`, `data13`, `data14`, `data15`, `data16`, `data17`, `data18`, `data19`, `data20`, `data21`, `data22`, `data23`, `ScriptName`) VALUES ([GO1], 5, 5271, 'Maze Box', '', 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '');#
    [DEFINITION1]INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `castBarCaption`, `faction`, `flags`, `size`, `data0`, `data1`, `data2`, `data3`, `data4`, `data5`, `data6`, `data7`, `data8`, `data9`, `data10`, `data11`, `data12`, `data13`, `data14`, `data15`, `data16`, `data17`, `data18`, `data19`, `data20`, `data21`, `data22`, `data23`, `ScriptName`) VALUES ([GO2], 5, 5271, 'Maze Box', '', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '');#
    [INSERT1]INSERT INTO `gameobject` (`id`, `map`, `spawnMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES ([GO1], [MAP], 1, [X] - 1.70 * 4 * [X2], [Y] + 1.70 * 4 * [Y2], [Z] + 1.36 * 4 * [Z2], 0, 0, 0, 0, 0, 25, 0, 1);#
    [INSERT2]INSERT INTO `gameobject` (`id`, `map`, `spawnMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES#
    [INSERT2]([GO2], [MAP], 1, [X] - 0.85 - 1.70 * 4 * [X2], [Y] + 0.85 + 1.70 * 4 * [Y2], [Z] + 4.08 + 1.36 * 4 * [Z2], 0, 0, 0, 0, 0, 25, 0, 1),# 
    [INSERT2]([GO2], [MAP], 1, [X] - 1.70 * 4 * [X2], [Y] + 0.85 + 1.70 * 4 * [Y2], [Z] + 3.42 + 1.36 * 4 * [Z2], 0, 0, 0, 0, 0, 25, 0, 1),# 
    [INSERT2]([GO2], [MAP], 1, [X] + 0.85 - 1.70 * 4 * [X2], [Y] + 0.85 + 1.70 * 4 * [Y2], [Z] + 2.76 + 1.36 * 4 * [Z2], 0, 0, 0, 0, 0, 25, 0, 1),# 
    [INSERT2]([GO2], [MAP], 1, [X] + 2.55 - 1.70 * 4 * [X2], [Y] + 0.85 + 1.70 * 4 * [Y2], [Z] + 2.1 + 1.36 * 4 * [Z2], 0, 0, 0, 0, 0, 25, 0, 1),#
    [INSERT2]([GO2], [MAP], 1, [X] + 2.55 - 1.70 * 4 * [X2], [Y] - 0.85 + 1.70 * 4 * [Y2], [Z] + 1.44 + 1.36 * 4 * [Z2], 0, 0, 0, 0, 0, 25, 0, 1),#
    [INSERT2]([GO2], [MAP], 1, [X] + 2.55 - 1.70 * 4 * [X2], [Y] - 2.55 + 1.70 * 4 * [Y2], [Z] + 0.78 + 1.36 * 4 * [Z2], 0, 0, 0, 0, 0, 25, 0, 1),# 
    [INSERT2]([GO2], [MAP], 1, [X] + 0.85 - 1.70 * 4 * [X2], [Y] - 2.55 + 1.70 * 4 * [Y2], [Z] + 0.12 + 1.36 * 4 * [Z2], 0, 0, 0, 0, 0, 25, 0, 1),#
    [INSERT2]([GO2], [MAP], 1, [X] - 0.85 - 1.70 * 4 * [X2], [Y] - 2.55 + 1.70 * 4 * [Y2], [Z] - 0.54 + 1.36 * 4 * [Z2], 0, 0, 0, 0, 0, 25, 0, 1),#
    [INSERT2]([GO2], [MAP], 1, [X] + 2.55 - 1.70 * 4 * [X2], [Y] - 0.85 + 1.70 * 4 * [Y2], [Z] + 1.44 + 1.36 * 4 * [Z2], 0, 0, 0, 0, 0, 25, 0, 1),#
    [INSERT2]([GO2], [MAP], 1, [X] + 2.55 - 1.70 * 4 * [X2], [Y] - 2.55 + 1.70 * 4 * [Y2], [Z] + 0.78 + 1.36 * 4 * [Z2], 0, 0, 0, 0, 0, 25, 0, 1),#
    [INSERT2]([GO2], [MAP], 1, [X] + 0.85 - 1.70 * 4 * [X2], [Y] - 2.55 + 1.70 * 4 * [Y2], [Z] + 0.12 + 1.36 * 4 * [Z2], 0, 0, 0, 0, 0, 25, 0, 1),#
    [INSERT2]([GO2], [MAP], 1, [X] - 0.85 - 1.70 * 4 * [X2], [Y] - 2.55 + 1.70 * 4 * [Y2], [Z] - 0.54 + 1.36 * 4 * [Z2], 0, 0, 0, 0, 0, 25, 0, 1),#
    [INSERT2]([GO2], [MAP], 1, [X] + 0.85 - 1.70 * 4 * [X2], [Y] - 0.85 + 1.70 * 4 * [Y2], [Z] + 4.08 + 1.36 * 4 * [Z2], 0, 0, 0, 0, 0, 25, 0, 1),#
    [INSERT2]([GO2], [MAP], 1, [X] + 0.85 - 1.70 * 4 * [X2], [Y] - 0.85 + 1.70 * 4 * [Y2], [Z] + 2.72 + 1.36 * 4 * [Z2], 0, 0, 0, 0, 0, 25, 0, 1),#
    [INSERT2]([GO2], [MAP], 1, [X] + 0.85 - 1.70 * 4 * [X2], [Y] - 0.85 + 1.70 * 4 * [Y2], [Z] + 1.36 + 1.36 * 4 * [Z2], 0, 0, 0, 0, 0, 25, 0, 1),#
    [INSERT2]([GO2], [MAP], 1, [X] - 0.85 - 1.70 * 4 * [X2], [Y] - 0.85 + 1.70 * 4 * [Y2], [Z] + 4.08 + 1.36 * 4 * [Z2], 0, 0, 0, 0, 0, 25, 0, 1),#
    [INSERT2]([GO2], [MAP], 1, [X] + 2.55 - 1.70 * 4 * [X2], [Y] + 2.55 + 1.70 * 4 * [Y2], [Z] + 4.08 + 1.36 * 4 * [Z2], 0, 0, 0, 0, 0, 25, 0, 1),# 
    [INSERT2]([GO2], [MAP], 1, [X] + 0.85 - 1.70 * 4 * [X2], [Y] + 2.55 + 1.70 * 4 * [Y2], [Z] + 4.08 + 1.36 * 4 * [Z2], 0, 0, 0, 0, 0, 25, 0, 1),#
    [INSERT2]([GO2], [MAP], 1, [X] - 0.85 - 1.70 * 4 * [X2], [Y] + 2.55 + 1.70 * 4 * [Y2], [Z] + 4.08 + 1.36 * 4 * [Z2], 0, 0, 0, 0, 0, 25, 0, 1),#
    [INSERT2]([GO2], [MAP], 1, [X] - 2.55 - 1.70 * 4 * [X2], [Y] + 2.55 + 1.70 * 4 * [Y2], [Z] + 4.08 + 1.36 * 4 * [Z2], 0, 0, 0, 0, 0, 25, 0, 1),#
    [INSERT2]([GO2], [MAP], 1, [X] - 2.55 - 1.70 * 4 * [X2], [Y] + 0.85 + 1.70 * 4 * [Y2], [Z] + 4.08 + 1.36 * 4 * [Z2], 0, 0, 0, 0, 0, 25, 0, 1),#
    [INSERT2]([GO2], [MAP], 1, [X] - 2.55 - 1.70 * 4 * [X2], [Y] - 0.85 + 1.70 * 4 * [Y2], [Z] + 4.08 + 1.36 * 4 * [Z2], 0, 0, 0, 0, 0, 25, 0, 1),#
    [INSERT2]([GO2], [MAP], 1, [X] - 2.55 - 1.70 * 4 * [X2], [Y] - 2.55 + 1.70 * 4 * [Y2], [Z] + 4.08 + 1.36 * 4 * [Z2], 0, 0, 0, 0, 0, 25, 0, 1),#
    [INSERT2]([GO2], [MAP], 1, [X] + 0.85 - 1.70 * 4 * [X2], [Y] - 0.85 + 1.70 * 4 * [Y2], [Z] + 1.36 * 4 * [Z2], 0, 0, 0, 0, 0, 25, 0, 1);#
    [TELE1].go xyz [X] [Y] [Z] [MAP] #
    Simply edit it, using same variables (like [INSERT2] for stairs insertion, [X] for initial coords, [X2] for single box position, etc.). Use only variables used in TrinityCore.template.

    Lets have a look at it

    Thats how maze looks like


    Version 2.X readme, stays mostly same with v3.0

    If you arent familiar withm my old maze creator, let me explain. It basicaly is exactly what the name says - as you can see on the picture above, you simply design maze by clicking, draging, copying and that kind of stuff and once you are done, you can export it into one of the supported sql formats.

    Whats new in this version & general how to use
    Its not that hard - simply use left mouse button to add boxes, right mouse button to delete them. Middle mouse button serves as stairs case.

    You can also use your ctrl modifier key - press and hold it, press left mouse button and drag it around. Once done, press and hold ctrl again and perform right mouse click into active selection to access its options.

    If the application is running too slow, you might want to disable few options in the settings tab, if you will enable fast mode, most of the useful features will be turned off, but ot the other hand it will run nearly on any computer.
    Tutorial
    Axxa's Maze Creator - Quick Tutorial

    Download
    Axxa's World Of Warcraft Maze Creator: Download Maze Creator

    Please note that .NET Framework 3.5 is required to run the application. V 3.0 requires XNA Framework and DirectX 9 as well, but its gonna be installed automatically in case its missing on your system.


    › See More: [Release] Axxa's World of Warcraft Maze Creator v 3.0

  2. #2
    Founder
    Apple's Avatar
    Join Date
    Jul 2008
    Location
    HeaveN
    Posts
    15,916
    Post Thanks / Like
    Rep Power
    10
    Reputation
    295
    nice : ) ,





  3. #3
    Beginner

    Join Date
    Dec 2008
    Posts
    3
    Post Thanks / Like
    Rep Power
    16
    Reputation
    1
    i hope i can get this baby to work.

  4. #4
    Contributor

    Join Date
    Jan 2009
    Posts
    13
    Post Thanks / Like
    Rep Power
    17
    Reputation
    91
    Oh, and just in case someone will write output template for some other emu; dont forgot to post it, so i can put it on website to let others have some use of it as well.

  5. #5
    Contributor

    Join Date
    Jan 2009
    Posts
    13
    Post Thanks / Like
    Rep Power
    17
    Reputation
    91
    Domain expired. My creditcards credit is exactly 0 atm. Will add download links / temp site this evening.

    Download
    V 3.0 - Filebeam - Beam up that File Scottie!
    V 3.1 (update) - Axxa's Wow Maze Creator v 3.1 Update.exe

  6. #6
    Contributor
    Cocain's Avatar
    Join Date
    Mar 2010
    Posts
    208
    Post Thanks / Like
    Rep Power
    16
    Reputation
    92
    Leet. Good job mate. ^^

  7. #7
    Senior Sergeant
    .SalMAX™'s Avatar
    Join Date
    Mar 2010
    Location
    Miami, Florida
    Posts
    100
    Post Thanks / Like
    Rep Power
    15
    Reputation
    52
    I like this release ALOT!. Good Job dude If I could 5 I would.
    Don't Forget to for useful releases!. It gives you good luck! Just Like Lucky charms!

  8. #8
    Grunt
    SerialKiller's Avatar
    Join Date
    Jan 2010
    Posts
    36
    Post Thanks / Like
    Rep Power
    15
    Reputation
    38
    is it only for trinity core?

  9. #9
    Grunt

    Join Date
    Feb 2010
    Posts
    42
    Post Thanks / Like
    Rep Power
    16
    Reputation
    98
    i love this tool




  10. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

  11. #10
    Contributor

    Join Date
    Jan 2009
    Posts
    13
    Post Thanks / Like
    Rep Power
    17
    Reputation
    91

    Register to remove this ad
    SerialKiller: its for any emulator around, as long as youv got proper output templates (you can write your own or use pre-made) ones. V 3.0 contains only tc output template, v 3.1 (update) contains ArcEmu output template as well. Or just as i said, you can write your own output template pretty easily.

 

 
Page 1 of 2 12 LastLast

Visitors found this page by searching for:

wow maze creator

Axxas maze creator

same variables

axxas maze crator 2

axxas world of warcraft maze creator

00webhost login

trinity maze maker wow

axxas maze creator 2

trinity maze wow

maze creator wow

maze creator wow trinity

[Release] Axxas World of Warcraft Maze Creator v 3.0

trinity INSERT INTO gameobject_template VALUES

maze creator trinity

axxas maz creator 3.0

Axxas Maze Creator wow mangos

trinity .go xyz orientation

SEO Blog

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT -5. The time now is 02:22 AM.
Powered by vBulletin® Copyright ©2000-2024, Jelsoft Enterprises Ltd.
See More links by ForumSetup.net. Feedback Buttons provided by Advanced Post Thanks / Like (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
vBulletin Licensed to: MMOPro.org