Compiling errors {help plz lol} menu

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 15 of 31
  1. #1
    jokerjokes's Avatar Active Member
    Reputation
    75
    Join Date
    Apr 2007
    Posts
    902
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Compiling errors {help plz lol}

    Im making this thing lol and im getting these errors what can i change teh words to to fix this thanks all!!

    Code:
    ------ Build started: Project: PvpSystem, Configuration: Release Win32 ------
    Compiling...
    Setup.cpp
    c:documents and settingsmarinedesktopascentbranches2_8_stablesrcscriptssrcpvpsystemSetup.h(1) : warning C4081: expected 'identifier'; found '('
    ..srcPvpSystemSetup.cpp(12) : error C2039: 'GetDamage' : is not a member of 'Player'
            c:documents and settingsmarinedesktopascentbranches2_8_stablesrcgamePlayer.h(695) : see declaration of 'Player'
    ..srcPvpSystemSetup.cpp(12) : error C2065: 'Plr' : undeclared identifier
    ..srcPvpSystemSetup.cpp(12) : error C2227: left of '->GetAttacker' must point to class/struct/union/generic type
            type is ''unknown-type''
    ..srcPvpSystemSetup.cpp(15) : error C2181: illegal else without matching if
    ..srcPvpSystemSetup.cpp(16) : error C2661: 'ItemInterface::SafeAddItem' : no overloaded function takes 1 arguments
    ..srcPvpSystemSetup.cpp(18) : error C2065: 'pVictim' : undeclared identifier
    ..srcPvpSystemSetup.cpp(18) : error C2227: left of '->IsPlayer' must point to class/struct/union/generic type
            type is ''unknown-type''
    ..srcPvpSystemSetup.cpp(20) : error C2039: 'GetRace' : is not a member of 'Player'
            c:documents and settingsmarinedesktopascentbranches2_8_stablesrcgamePlayer.h(695) : see declaration of 'Player'
    ..srcPvpSystemSetup.cpp(21) : warning C4390: ';' : empty controlled statement found; is this the intent?
    ..srcPvpSystemSetup.cpp(21) : warning C4305: 'argument' : truncation from 'double' to 'float'
    ..srcPvpSystemSetup.cpp(21) : warning C4305: 'argument' : truncation from 'double' to 'float'
    ..srcPvpSystemSetup.cpp(21) : warning C4305: 'argument' : truncation from 'double' to 'float'
    ..srcPvpSystemSetup.cpp(23) : error C2039: 'GetRace' : is not a member of 'Player'
            c:documents and settingsmarinedesktopascentbranches2_8_stablesrcgamePlayer.h(695) : see declaration of 'Player'
    ..srcPvpSystemSetup.cpp(24) : warning C4390: ';' : empty controlled statement found; is this the intent?
    ..srcPvpSystemSetup.cpp(24) : warning C4305: 'argument' : truncation from 'double' to 'float'
    ..srcPvpSystemSetup.cpp(24) : warning C4305: 'argument' : truncation from 'double' to 'float'
    ..srcPvpSystemSetup.cpp(24) : warning C4305: 'argument' : truncation from 'double' to 'float'
    ..srcPvpSystemSetup.cpp(27) : error C2059: syntax error : 'else'
    ..srcPvpSystemSetup.cpp(28) : error C2447: '{' : missing function header (old-style formal list?)
    ..srcPvpSystemSetup.cpp(30) : error C2143: syntax error : missing ';' before '->'
    ..srcPvpSystemSetup.cpp(30) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    ..srcPvpSystemSetup.cpp(31) : error C2143: syntax error : missing ';' before '.'
    ..srcPvpSystemSetup.cpp(31) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    ..srcPvpSystemSetup.cpp(31) : error C2556: 'int Singleton<type>::getSingleton(void)' : overloaded function differs only by return type from 'World &Singleton<type>::getSingleton(void)'
            with
            [
                type=World
            ]
            c:Documents and SettingsMarineDesktopAscentbranches2_8_stablesrcsharedSingleton.h(49) : see declaration of 'Singleton<type>::getSingleton'
            with
            [
                type=World
            ]
    ..srcPvpSystemSetup.cpp(31) : error C2040: 'Singleton<type>::getSingleton' : 'int (void)' differs in levels of indirection from 'World &(void)'
            with
            [
                type=World
            ]
    ..srcPvpSystemSetup.cpp(32) : error C2059: syntax error : '}'
    ..srcPvpSystemSetup.cpp(32) : error C2143: syntax error : missing ';' before '}'
    ..srcPvpSystemSetup.cpp(32) : error C2059: syntax error : '}'
    ..srcPvpSystemSetup.cpp(34) : error C2143: syntax error : missing ';' before '{'
    ..srcPvpSystemSetup.cpp(34) : error C2447: '{' : missing function header (old-style formal list?)
    Build log was saved at "file://c:Documents and SettingsMarineDesktopAscentbranches2_8_stablesrcscriptsprojects2003_int_release_PvpSystemBuildLog.htm"
    PvpSystem - 22 error(s), 9 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    Code:
    #include "StdAfx.h"
    #include "Setup.h"
    #define Mark 40081
    #define coords 0, 0, -7508.944336, -3478.615479, 170.880997, 0
    #define coord 0, 0, -8323.146484, -3235.396484, 170.880997, 0
    #define Item 40060
    void onPvpKill(Player* attacker, Player* victim) 
        {    
        attacker->ModUInt32Value(PLAYER_FIELD_COINAGE, 50000);
    //    attacker->GetItemInterface()->SafeAddItem(510020, INVENTORY_SLOT_NOT_SET, 23); Add in this option if you want the attacker to gain an item. The item in this case is 510020.
    
    if(attacker->GetDamage>100 && Plr->GetAttacker()==true)
    {
    if(attacker->GetItemInterface()->GetItemCount(Item))
    else
    ;attacker->GetItemInterface()->SafeAddItem(Mark)
    
    ;if(attacker->GetItemInterface()->GetItemCount(Item) >= 1 &&  pVictim->IsPlayer())
    {
    if(attacker->GetRace==RACE_BLOODELF, RACE_ORC, RACE_UNDEAD, RACE_TAUREN, RACE_TROLL);
    attacker->SafeTeleport(coord);
    }
    else if(attacker->GetRace==RACE_DRAENEI, RACE_NIGHTELF, RACE_HUMAN, RACE_GNOME, RACE_DWARF);
    attacker->SafeTeleport(coords);
    }
    }
    else
    ;{ attacker->SendBroadcastMessage("Death ;)!")
    };
    ;    victim->ModUInt32Value(PLAYER_FIELD_COINAGE, -20000);
    ;    sWorld.SendWorldWideScreenText(&#37;s has killed %s, attacker, victim);
        }
    extern "C" SCRIPT_DECL uint32 _exp_get_version()
    {    
        return MAKE_SCRIPT_VERSION(SCRIPTLIB_VERSION_MAJOR, SCRIPTLIB_VERSION_MINOR);
    }
    extern "C" SCRIPT_DECL void _exp_script_register(ScriptMgr* mgr)
        {    
            ::sScriptMgr.register_hook(SERVER_HOOK_EVENT_ON_KILL_PLAYER, onPvpKill);
        }
    Last edited by jokerjokes; 02-07-2008 at 06:50 AM.

    Compiling errors {help plz lol}
  2. #2
    EcHoEs's Avatar lol why u mad
    Reputation
    374
    Join Date
    Sep 2006
    Posts
    1,647
    Thanks G/R
    3/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well to me it looks like there are some (lots of..) typos in code.
    Or then you just are doing something wrong.
    Download pre-compiled core from http://www.mmowned.com/forums/emulat...es-extras.html


  3. #3
    jokerjokes's Avatar Active Member
    Reputation
    75
    Join Date
    Apr 2007
    Posts
    902
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Jesus christ lol, i dont need a freaken new code i need help with this code lol, im not a noob at cores, i can compile, i just need help on switching these codes to make it work. thanks a lot everyone.

  4. #4
    Gastricpenguin's Avatar Legendary
    Reputation
    980
    Join Date
    Feb 2007
    Posts
    2,236
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you post the source, and all additional files used to compile.
    I cant tell you how to fix it with only the errors
    Life Puzzler WoW - Website | Forums

  5. #5
    jokerjokes's Avatar Active Member
    Reputation
    75
    Join Date
    Apr 2007
    Posts
    902
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sure gastric ill post em here.

    Edit: put in main post heh

  6. #6
    jokerjokes's Avatar Active Member
    Reputation
    75
    Join Date
    Apr 2007
    Posts
    902
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    edit i made the errors in red so they more visible

  7. #7
    Aldaus's Avatar Member
    Reputation
    28
    Join Date
    Sep 2007
    Posts
    98
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Its annoying reading through all that, the line after #include "setup.h" add
    Code:
    #ifdef WIN32
    #pragma warning(disable:4305)		// warning C4305: 'argument' : truncation from 'double' to 'float'
    #endif
    Recompile then post the errors.

    Experienced with C++

  8. #8
    Le Froid's Avatar Contributor
    Reputation
    172
    Join Date
    Mar 2007
    Posts
    1,327
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Also, it seems some of the commands you put don't exist, or wrong function says compiler
    "Plr->GetDamage" isn't one for example.

    EDIT: A LOT of your codes don't exist...seems as if you guessed half of em

    Also, another edit:

    22 errors found in your thing, you should really revise it, many many times :P
    Last edited by Le Froid; 02-12-2008 at 05:47 PM.

  9. #9
    Aldaus's Avatar Member
    Reputation
    28
    Join Date
    Sep 2007
    Posts
    98
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Le Froid is correct, Sadly, Lots won't work as easily as you hope it would.

    Try this for damage
    Code:
    Plr->GetDamageDoneMod
    Plr->GetDamageDonePctMod
    Those are real functions.

    Experienced with C++

  10. #10
    ~SaiLyn~'s Avatar Contributor
    Reputation
    280
    Join Date
    Aug 2007
    Posts
    546
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I Know you been PM'ing me very much today and last couple of days about C++ , but there is too much fake and errors on this script. I dont have time to go through and fix all this errors , I have stuff to do.

  11. #11
    jokerjokes's Avatar Active Member
    Reputation
    75
    Join Date
    Apr 2007
    Posts
    902
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Alright thanks everyone for your help, ill change this up a bit and repost the errors thanks guys.


    Ok the errors are as followed
    Code:
    ------ Build started: Project: PvpSystem, Configuration: Release Win32 ------
    Compiling...
    Setup.cpp
    c:documents and settingsmarinedesktopascentbranches2_8_stablesrcscriptssrcpvpsystemSetup.h(1) : warning C4081: expected 'identifier'; found '('
    ..srcPvpSystemSetup.cpp(15) : error C2039: 'Plr' : is not a member of 'Player'
            c:documents and settingsmarinedesktopascentbranches2_8_stablesrcgamePlayer.h(695) : see declaration of 'Player'
    ..srcPvpSystemSetup.cpp(15) : error C2227: left of '->GetDamageDoneMod' must point to class/struct/union/generic type
    ..srcPvpSystemSetup.cpp(15) : error C2227: left of '->GetAttacker' must point to class/struct/union/generic type
            type is ''unknown-type''
    ..srcPvpSystemSetup.cpp(18) : error C2181: illegal else without matching if
    ..srcPvpSystemSetup.cpp(19) : error C2661: 'ItemInterface::SafeAddItem' : no overloaded function takes 1 arguments
    ..srcPvpSystemSetup.cpp(21) : error C2065: 'pVictim' : undeclared identifier
    ..srcPvpSystemSetup.cpp(21) : error C2227: left of '->IsPlayer' must point to class/struct/union/generic type
            type is ''unknown-type''
    ..srcPvpSystemSetup.cpp(23) : error C2039: 'GetRace' : is not a member of 'Player'
            c:documents and settingsmarinedesktopascentbranches2_8_stablesrcgamePlayer.h(695) : see declaration of 'Player'
    ..srcPvpSystemSetup.cpp(24) : warning C4390: ';' : empty controlled statement found; is this the intent?
    ..srcPvpSystemSetup.cpp(26) : error C2039: 'GetRace' : is not a member of 'Player'
            c:documents and settingsmarinedesktopascentbranches2_8_stablesrcgamePlayer.h(695) : see declaration of 'Player'
    ..srcPvpSystemSetup.cpp(27) : warning C4390: ';' : empty controlled statement found; is this the intent?
    ..srcPvpSystemSetup.cpp(30) : error C2059: syntax error : 'else'
    ..srcPvpSystemSetup.cpp(31) : error C2447: '{' : missing function header (old-style formal list?)
    ..srcPvpSystemSetup.cpp(33) : error C2143: syntax error : missing ';' before '->'
    ..srcPvpSystemSetup.cpp(33) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    ..srcPvpSystemSetup.cpp(34) : error C2143: syntax error : missing ';' before '.'
    ..srcPvpSystemSetup.cpp(34) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    ..srcPvpSystemSetup.cpp(34) : error C2556: 'int Singleton<type>::getSingleton(void)' : overloaded function differs only by return type from 'World &Singleton<type>::getSingleton(void)'
            with
            [
                type=World
            ]
            c:Documents and SettingsMarineDesktopAscentbranches2_8_stablesrcsharedSingleton.h(49) : see declaration of 'Singleton<type>::getSingleton'
            with
            [
                type=World
            ]
    ..srcPvpSystemSetup.cpp(34) : error C2040: 'Singleton<type>::getSingleton' : 'int (void)' differs in levels of indirection from 'World &(void)'
            with
            [
                type=World
            ]
    ..srcPvpSystemSetup.cpp(35) : error C2059: syntax error : '}'
    ..srcPvpSystemSetup.cpp(35) : error C2143: syntax error : missing ';' before '}'
    ..srcPvpSystemSetup.cpp(35) : error C2059: syntax error : '}'
    ..srcPvpSystemSetup.cpp(37) : error C2143: syntax error : missing ';' before '{'
    ..srcPvpSystemSetup.cpp(37) : error C2447: '{' : missing function header (old-style formal list?)
    Build log was saved at "file://c:Documents and SettingsMarineDesktopAscentbranches2_8_stablesrcscriptsprojects2003_int_release_PvpSystemBuildLog.htm"
    PvpSystem - 22 error(s), 3 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    still 22 errors? lol
    Last edited by jokerjokes; 02-12-2008 at 08:37 PM.

  12. #12
    Le Froid's Avatar Contributor
    Reputation
    172
    Join Date
    Mar 2007
    Posts
    1,327
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    One error:
    GetDamageDoneMod needs to have a class..I don't know that command too much but it is the same
    as something like "Player->castSpell (may only be mangos). You can add it, but you need the (spellID) there too.
    Hope you understand =\

  13. #13
    jokerjokes's Avatar Active Member
    Reputation
    75
    Join Date
    Apr 2007
    Posts
    902
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ohh, lol yea i dunno lol so what would i connect that to hmm, what would fit heh, shit must look a lot mroe around llol.

  14. #14
    Gastricpenguin's Avatar Legendary
    Reputation
    980
    Join Date
    Feb 2007
    Posts
    2,236
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    ..srcPvpSystemSetup.cpp(30) : error C2059: syntax error : 'else'
    ..srcPvpSystemSetup.cpp(31) : error C2447: '{' : missing function header (old-style formal list?)
    ..srcPvpSystemSetup.cpp(33) : error C2143: syntax error : missing ';' before '->'
    ..srcPvpSystemSetup.cpp(33) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    ..srcPvpSystemSetup.cpp(34) : error C2143: syntax error : missing ';' before '.'
    ..srcPvpSystemSetup.cpp(34) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    ..srcPvpSystemSetup.cpp(34) : error C2556: 'int Singleton<type>::getSingleton(void)' : overloaded function differs only by return type from 'World &Singleton<type>::getSingleton(void)'
            with
    Come on now... are you telling me you cant add in some " ; "s ?
    You can fix half these errors on your own. All you need to do is THINK
    Life Puzzler WoW - Website | Forums

  15. #15
    jokerjokes's Avatar Active Member
    Reputation
    75
    Join Date
    Apr 2007
    Posts
    902
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol im not worrying about those errors. its the others i am lol. fine ill do it now heh
    Code:
    ------ Build started: Project: PvpSystem, Configuration: Release Win32 ------
    Compiling...
    Setup.cpp
    c:documents and settingsmarinedesktopascentbranches2_8_stablesrcscriptssrcpvpsystemSetup.h(1) : warning C4081: expected 'identifier'; found '('
    ..srcPvpSystemSetup.cpp(15) : error C2039: 'Plr' : is not a member of 'Player'
            c:documents and settingsmarinedesktopascentbranches2_8_stablesrcgamePlayer.h(695) : see declaration of 'Player'
    ..srcPvpSystemSetup.cpp(15) : error C2227: left of '->GetDamageDoneMod' must point to class/struct/union/generic type
    ..srcPvpSystemSetup.cpp(15) : error C2227: left of '->GetAttacker' must point to class/struct/union/generic type
            type is ''unknown-type''
    ..srcPvpSystemSetup.cpp(18) : error C2181: illegal else without matching if
    ..srcPvpSystemSetup.cpp(19) : error C2661: 'ItemInterface::SafeAddItem' : no overloaded function takes 1 arguments
    ..srcPvpSystemSetup.cpp(21) : error C2065: 'pVictim' : undeclared identifier
    ..srcPvpSystemSetup.cpp(21) : error C2227: left of '->IsPlayer' must point to class/struct/union/generic type
            type is ''unknown-type''
    ..srcPvpSystemSetup.cpp(23) : error C2039: 'GetRace' : is not a member of 'Player'
            c:documents and settingsmarinedesktopascentbranches2_8_stablesrcgamePlayer.h(695) : see declaration of 'Player'
    ..srcPvpSystemSetup.cpp(24) : warning C4390: ';' : empty controlled statement found; is this the intent?
    ..srcPvpSystemSetup.cpp(26) : error C2039: 'GetRace' : is not a member of 'Player'
            c:documents and settingsmarinedesktopascentbranches2_8_stablesrcgamePlayer.h(695) : see declaration of 'Player'
    ..srcPvpSystemSetup.cpp(27) : warning C4390: ';' : empty controlled statement found; is this the intent?
    ..srcPvpSystemSetup.cpp(30) : error C2059: syntax error : 'else'
    ..srcPvpSystemSetup.cpp(31) : error C2447: '{' : missing function header (old-style formal list?)
    Build log was saved at "file://c:Documents and SettingsMarineDesktopAscentbranches2_8_stablesrcscriptsprojects2003_int_release_PvpSystemBuildLog.htm"
    PvpSystem - 11 error(s), 3 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    Ok thats whats left lol
    Code:
    #include "StdAfx.h"
    #include "Setup.h"
    #ifdef WIN32
    #pragma warning(disable:4305)        // warning C4305: 'argument' : truncation from 'double' to 'float'
    #endif
    #define Mark 40081
    #define coords 0, 0, -7508.944336, -3478.615479, 170.880997, 0
    #define coord 0, 0, -8323.146484, -3235.396484, 170.880997, 0
    #define Item 40060
    void onPvpKill(Player* attacker, Player* victim) 
        {    
        attacker->ModUInt32Value(PLAYER_FIELD_COINAGE, 50000);
    //    attacker->GetItemInterface()->SafeAddItem(510020, INVENTORY_SLOT_NOT_SET, 23); Add in this option if you want the attacker to gain an item. The item in this case is 510020.
    
    if(attacker->Plr->GetDamageDoneMod>100 && Plr->GetAttacker()==true)
    {
    if(attacker->GetItemInterface()->GetItemCount(Item))
    else
    ;attacker->GetItemInterface()->SafeAddItem(Mark)
    
    ;if(attacker->GetItemInterface()->GetItemCount(Item) >= 1 &&  pVictim->IsPlayer())
    {
    if(attacker->GetRace==RACE_BLOODELF, RACE_ORC, RACE_UNDEAD, RACE_TAUREN, RACE_TROLL);
    attacker->SafeTeleport(coord);
    }
    else if(attacker->GetRace==RACE_DRAENEI, RACE_NIGHTELF, RACE_HUMAN, RACE_GNOME, RACE_DWARF);
    attacker->SafeTeleport(coords);
    }
    }
    else
    ;{ attacker->SendBroadcastMessage("Death to you!")
    };
    ;    victim->ModUInt32Value(PLAYER_FIELD_COINAGE, -20000);
    ;    sWorld.SendWorldWideScreenText(&#37;s has killed %s, attacker, victim);
        }
    extern "C" SCRIPT_DECL uint32 _exp_get_version()
    {    
        return MAKE_SCRIPT_VERSION(SCRIPTLIB_VERSION_MAJOR, SCRIPTLIB_VERSION_MINOR);
    }
    extern "C" SCRIPT_DECL void _exp_script_register(ScriptMgr* mgr)
        {    
            ::sScriptMgr.register_hook(SERVER_HOOK_EVENT_ON_KILL_PLAYER, onPvpKill);
        }
    Last edited by jokerjokes; 02-12-2008 at 09:16 PM.

Page 1 of 3 123 LastLast

Similar Threads

  1. ArcEmu fresh compile error-HELP please-
    By jwhitten87 in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 03-19-2013, 01:14 PM
  2. [Help] Compiling errors with ArcEmu
    By hackers_best_cs in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 07-26-2008, 08:01 AM
  3. [Help] Stuck on compile error
    By jmulhern345 in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 07-06-2008, 07:05 PM
  4. [Error] Ac web ultimate repack help plz
    By Dieg0 in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 12-31-2007, 04:07 PM
  5. [HELP] Ascent Compiling Error.
    By jokerjokes in forum World of Warcraft Emulator Servers
    Replies: 23
    Last Post: 12-10-2007, 12:53 AM
All times are GMT -5. The time now is 12:51 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