[Compiling Custom Scripts] Arena Event menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 27
  1. #1
    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)

    [Compiling Custom Scripts] Arena Event

    Pre-Requisites
    -Microsoft Visual C++
    -A Core you compiled by yourself


    **NOTE if you do not know how to compile your own version of arcemu / other emulator you use, you need to search for a guide on one, THIS WILL NOT WORK ON REPACKS

    If you don't know how to compile your own core, I recommend this guide
    http://www.mmowned.com/forums/emulat...le-arcemu.html

    Steps (If unclear, see video below)


    -Download my arena theme generator (see post below)

    http://www.mmowned.com/forums/emulat...generator.html

    1. Open up the folder with your compiled core in it (If you have not compiled it yet, please do so now)

    2. Navigate to this folder
    src/scripts/src/ExtraScripts

    3. Put my ArenaEvent.cpp script into the extrascripts folder

    4. Navigate to this folder
    src/scripts/projects/

    5. Open ExtraScripts2008.vcproj

    6. To the left you should see something called the solution explorer, you should also see two folders inside it (scripts and main resources)

    7. Right click on the scripts folder, then click add, then click existing item

    8. Navigate to this folder
    src/scripts/src/ExtraScripts/

    9. Double click on ArenaEvent.cpp

    10. Now ArenaEvent.cpp should be in the scripts folder, double click on it and scroll to the bottem

    11. Note how it says "SetupArenaEvent"

    12. Click on the main resources folder

    13. Click on setup.cpp

    14. Right below
    Code:
    extern "C" SCRIPT_DECL void _exp_script_register(ScriptMgr* mgr)
    {
    Add SetupArenaEvent(mgr);

    15. Double click on setup.h

    16. Right below
    Code:
    #define INSTANCE_SCRIPTS_SETUP_H
    Add void SetupArenaEvent(ScriptMgr * mgr);

    17. At the top of the program you should see "Build" (it should be to the right of file)

    18. Click build -> configuration manager

    19. Where it says Debug, change it to Release

    20. Click build again, then build solution!

    21. Wait for it to compile, then boot your server up!

    (I recommend watching the video in full screen)
    [ame="http://www.youtube.com/watch?v=rJyGqKq6A4M"]YouTube - How to compile arena theme generator[/ame]


    Last edited by Pwntzyou; 03-15-2009 at 12:09 PM.

    <3 MysterioussouL for the sig

    [Compiling Custom Scripts] Arena Event
  2. #2
    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)
    Epic guide EDIT - Gotta spread
    +rape and added to the end of my guide


  3. #3
    keeevin92's Avatar Member
    Reputation
    8
    Join Date
    Jul 2007
    Posts
    203
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    video doesnt work

  4. #4
    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)
    Video works fine for me

    <3 MysterioussouL for the sig

  5. #5
    stoneharry's Avatar Moderator Harry

    Authenticator enabled
    Reputation
    1613
    Join Date
    Sep 2007
    Posts
    4,554
    Thanks G/R
    151/146
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Personaly I found this guide less confusing than all the other "how to compile a dll" guides.
    Great for noobs! +Rep
    Edit: Have to spread, sorry

  6. #6
    nooblet811's Avatar Member
    Reputation
    3
    Join Date
    Dec 2008
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It made a file in Projects called extrascripts.dll.intermediate.manifest Was this not suppose to happen or do i needa do sumtin with it? (script for arena generator)

  7. #7
    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)
    If it works on your server, you are doing nothing wrong

    <3 MysterioussouL for the sig

  8. #8
    alj03's Avatar Contributor
    Reputation
    91
    Join Date
    Feb 2008
    Posts
    1,103
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this thread is tehepic +rep if possible!
    Death to all but Metal.

  9. #9
    NaKsos's Avatar Member
    Reputation
    1
    Join Date
    Dec 2008
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    very nice!! usefull xD

  10. #10
    keeevin92's Avatar Member
    Reputation
    8
    Join Date
    Jul 2007
    Posts
    203
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Dont get it to work It says that the lua cant get uplodead becasue of an error

  11. #11
    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 keeevin92 View Post
    Dont get it to work It says that the lua cant get uplodead becasue of an error

    This... isn't... lua...

    <3 MysterioussouL for the sig

  12. #12
    keeevin92's Avatar Member
    Reputation
    8
    Join Date
    Jul 2007
    Posts
    203
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    where should i put it than?

  13. #13
    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)
    did you not read the guide... AT all?

    <3 MysterioussouL for the sig

  14. #14
    [Shon3m]'s Avatar Banned
    Reputation
    128
    Join Date
    Apr 2007
    Posts
    669
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    pwntzyou, hey man well i have complied it right but the sql doesn't work for arcemu think u could fix this for me?

  15. #15
    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)
    Soularis, open up the sql and take the npc parts of the sql out, then just make your own npc with the correct id

    <3 MysterioussouL for the sig

Page 1 of 2 12 LastLast

Similar Threads

  1. Compiling custom scripts on Linux
    By pcrew in forum WoW EMU Guides & Tutorials
    Replies: 0
    Last Post: 10-30-2009, 10:38 AM
  2. [tutorial] Compiling custom scripts
    By Trle94 in forum WoW EMU Guides & Tutorials
    Replies: 5
    Last Post: 08-15-2009, 07:46 PM
  3. Error compiling with custom scripts
    By Nadromar in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 06-14-2009, 01:16 PM
  4. Replies: 0
    Last Post: 03-02-2009, 11:29 PM
  5. [Release] Custom scripts
    By ion564 in forum World of Warcraft Emulator Servers
    Replies: 20
    Last Post: 05-12-2008, 07:02 PM
All times are GMT -5. The time now is 08:18 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search