Arena Script menu

User Tag List

Thread: Arena Script

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 45
  1. #16
    kaato's Avatar Member
    Reputation
    12
    Join Date
    Dec 2007
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Tested on newest ArcEmu and confirmed works perfectly, thanks alot Jotox!
    Do you got more of therse scripts like this i'd love to see them<3 (PM)
    +rep

    Arena Script
  2. #17
    Jotox's Avatar Contributor
    Reputation
    250
    Join Date
    Mar 2008
    Posts
    282
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm actually (used to be) an arcemu dev, Hasbro kicked me off because I got hired by a server he has some dumbass grudge with, even though I don't actually do any work for them.

    I don't have any scripts saved or anything btw, I write em all from scratch on the spot.

  3. #18
    kaato's Avatar Member
    Reputation
    12
    Join Date
    Dec 2007
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    =/ thats sad.
    well keep up the good work =)
    https://nordicwow.servegame.com/ +Rep

  4. #19
    Jotox's Avatar Contributor
    Reputation
    250
    Join Date
    Mar 2008
    Posts
    282
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any1 tested?

  5. #20
    kaato's Avatar Member
    Reputation
    12
    Join Date
    Dec 2007
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have tested it, it works 100% :-)
    https://nordicwow.servegame.com/ +Rep

  6. #21
    edor5555's Avatar Banned
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i downloading that

  7. #22
    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)
    Nice work ^^ keep it up ^^

    and +Rep ofc

  8. #23
    Mango Jerry's Avatar Banned
    Reputation
    192
    Join Date
    Jan 2008
    Posts
    1,244
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice work, and thanks to the Members who helped Jotox1 by fixing the LUA Script.
    Well done to ya all.

  9. #24
    Jotox's Avatar Contributor
    Reputation
    250
    Join Date
    Mar 2008
    Posts
    282
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What LUA script?

  10. #25
    [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)
    teh epix 2x +rep

  11. #26
    sharkerz's Avatar Member
    Reputation
    1
    Join Date
    Dec 2008
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    10x +1 rep but I'm a lil noob :| this is a lua script or what?:|

  12. #27
    Jotox's Avatar Contributor
    Reputation
    250
    Join Date
    Mar 2008
    Posts
    282
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's a C++ script, if you're having trouble installing it look up a guide here on mmowned

  13. #28
    tim4's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you update your script for hearthstone?

  14. #29
    Megosh's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks Jotox1, I've been looking for something like this. I'm hoping to tie it in will a kill streak script. (actually one that is very similar to the one used on CC AV realm... you know the dual AQ buffs etc :P)

    +rep x2

    [EDIT] update.... There is a bug that is easily fixable.

    Code:
    //------------------------------
    //Configs.
    //------------------------------
    //Level required to participate.
    #define REQUIRED_LEVEL 80
    
    //Base amount of points awarded
    #define NUM_POINTS 40
    
    //Number of points lost on death
    #define POINTS_DEATH 10
    
    //Allow parties to PvP (0 for no)
    #define PARTY_ALLOWED 1
    
    //Allow Raids to PvP (0 for no) Default: no (It results in 30 vs 1)
    #define RAIDS_ALLOWED 0
    
    //---------------------------
    //End Config.
    //---------------------------
    Needs to be placed under the includes:

    Code:
    #include "StdAfx.h"
    #include "Setup.h"

    End result:

    Code:
    //Arena PvP Script
    //Made By Jotox/Classic
    
    #include "StdAfx.h"
    #include "Setup.h"
    
    //------------------------------
    //Configs.
    //------------------------------
    //Level required to participate.
    #define REQUIRED_LEVEL 80
    
    //Base amount of points awarded
    #define NUM_POINTS 40
    
    //Number of points lost on death
    #define POINTS_DEATH 10
    
    //Allow parties to PvP (0 for no)
    #define PARTY_ALLOWED 1
    
    //Allow Raids to PvP (0 for no) Default: no (It results in 30 vs 1)
    #define RAIDS_ALLOWED 0
    
    //---------------------------
    //End Config.
    //---------------------------
    
    
    void GivePoin...
    Last edited by Megosh; 04-27-2009 at 11:17 AM.

  15. #30
    Taconaco's Avatar Member
    Reputation
    3
    Join Date
    Feb 2009
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thx its working perfectly +rep =)

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [Trading] Lazy Larry Arena Scripts for WoD CD Key
    By WoWtRaDeR662 in forum World of Warcraft Buy Sell Trade
    Replies: 0
    Last Post: 05-31-2015, 09:48 AM
  2. [Lua-Release] Zul'Drak Arena Boss Scripts
    By Kaidos in forum WoW EMU General Releases
    Replies: 15
    Last Post: 07-04-2009, 06:42 PM
  3. [Compiling Custom Scripts] Arena Event
    By Pwntzyou in forum WoW EMU Guides & Tutorials
    Replies: 26
    Last Post: 06-14-2009, 07:17 AM
  4. [Frost Team]Php Arena Caclulator Script!
    By bsod-staff14 in forum WoW EMU General Releases
    Replies: 15
    Last Post: 11-30-2008, 03:48 PM
  5. Arena script!
    By Skavhaug in forum WoW EMU Questions & Requests
    Replies: 6
    Last Post: 09-12-2008, 06:55 PM
All times are GMT -5. The time now is 03:15 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