[Release] House System menu

User Tag List

Page 4 of 10 FirstFirst 12345678 ... LastLast
Results 46 to 60 of 150
  1. #46
    Jonthe838's Avatar Contributor
    Reputation
    83
    Join Date
    Aug 2008
    Posts
    373
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can some1 give me a link how to do this on ArcEmu? ^^ i realy want this... btw do u need to be in the same group as some1 else to see them in this room? or is it enought to be in the same guild? ^^ :P thx
    Lines of Coding: |||||||||| Goal 1000
    Current: 677 Achived Goals: 500 Lines


    [Release] House System
  2. #47
    Link_S's Avatar Member
    Reputation
    125
    Join Date
    Dec 2008
    Posts
    293
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    A worldofwarcraft server, use mysql.h to configure the database. But Aspire/Arcemu maked Wrappers for it, a class that is easier to use.
    And the server can't work without this wrapper or mysql.h.
    You can't compile a working server without this file, or any of the files it includes.
    -----
    In a compile guide for compiling a core, there is a part when to include a folder called: mysql. Or you can go into that folder and put every file in it, into the VS Include folder. I prefer to transfer the folder straight to the Include of VS.
    Maybe you choosed the way to copy the files, but anyway. You need these files.

    if you copyed the folder use this include directory:
    #include "mysql/mysql.h"
    otherwise
    #include "mysql.h"

    ------
    This script isn't updated yet for Aspire rev 733+, cause of the use of new pointers.
    -----
    In my sample project i included the Libs: libmysql.lib and wsock32.lib.
    But i don't think you need the wsock32.lib.
    But test it anyway.
    I'm sorry i'm not home right now, when i get home i'll write a guide how to make a project for this and do this properly ^^
    -----
    Keazain, if your try to build it for Aspire, sorry. This doesn't work with aspire. Cause they updated to those pointers.

  3. #48
    keazain's Avatar Banned
    Reputation
    234
    Join Date
    Jun 2008
    Posts
    660
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi Link_s

    I have maked a projectfile as usual and added:

    #include "StdAfx.h"
    #include "Setup.h"
    #include "libmysql.lib"
    #include "mysql/mysql.h"
    #include <stdio.h>

    also added dir/files to src source, but it still says now that there is a "unknowned character" in libmysql.lib

    When your talking about project? are we talking of .cpp projectfile or visual projectfile?

  4. #49
    keazain's Avatar Banned
    Reputation
    234
    Join Date
    Jun 2008
    Posts
    660
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ohh yes, im only making fun compiling on arcemu, because thats the best

  5. #50
    keazain's Avatar Banned
    Reputation
    234
    Join Date
    Jun 2008
    Posts
    660
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hee, i cant find that winsock32.lib where the hell is that .lib LOL

  6. #51
    keazain's Avatar Banned
    Reputation
    234
    Join Date
    Jun 2008
    Posts
    660
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ahh ok, offcause it`s in windows SDK lib also just so other knows it

  7. #52
    keazain's Avatar Banned
    Reputation
    234
    Join Date
    Jun 2008
    Posts
    660
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i added all files as you can but only still got unknowned character error all the time, no matter what

  8. #53
    Fireking300's Avatar Active Member
    Reputation
    27
    Join Date
    Jun 2007
    Posts
    92
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Spam much thats 5 posts :P

  9. #54
    keazain's Avatar Banned
    Reputation
    234
    Join Date
    Jun 2008
    Posts
    660
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    no, not spam, im just the only one writing here the last hour LOOL

  10. #55
    Fireking300's Avatar Active Member
    Reputation
    27
    Join Date
    Jun 2007
    Posts
    92
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm seems very much like spam. But still i gave you +Rep x 2 For the spam =D
    Last edited by Fireking300; 01-11-2009 at 07:41 AM.

  11. #56
    keazain's Avatar Banned
    Reputation
    234
    Join Date
    Jun 2008
    Posts
    660
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    LOL k im not writing no more

  12. #57
    Fireking300's Avatar Active Member
    Reputation
    27
    Join Date
    Jun 2007
    Posts
    92
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Link_S this is very nice
    One error tho
    Gossip_House.obj : error LNK2001: unresolved external symbol _mysql_close@4
    Gossip_House.obj : error LNK2001: unresolved external symbol _mysql_error@4
    Gossip_House.obj : error LNK2001: unresolved external symbol _mysql_use_result@4
    Gossip_House.obj : error LNK2001: unresolved external symbol _mysql_query@8
    Gossip_House.obj : error LNK2001: unresolved external symbol _mysql_fetch_row@4
    Gossip_House.obj : error LNK2001: unresolved external symbol _mysql_real_connect@32
    Gossip_House.obj : error LNK2001: unresolved external symbol _mysql_free_result@4
    Gossip_House.obj : error LNK2001: unresolved external symbol _mysql_init@4
    Well 8 errors actually :P
    Last edited by Fireking300; 01-11-2009 at 08:27 AM.

  13. #58
    Jonthe838's Avatar Contributor
    Reputation
    83
    Join Date
    Aug 2008
    Posts
    373
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks ^^ Link_s make the guide noob friendly for me becous i have never compiled anything before :P
    i dont work so much with private servers... or i do but not on that lvl im still in the "early stages" ^^
    hahah thx

    Edit1: and if there already is a guide how to compile this stuff with arcemu plz post link ^^ i searched but got nothing and then i went thru like 10 pages of guides but i couldent find it ^^ im probebly blind ^^
    Last edited by Jonthe838; 01-11-2009 at 08:32 AM.
    Lines of Coding: |||||||||| Goal 1000
    Current: 677 Achived Goals: 500 Lines


  14. #59
    Fireking300's Avatar Active Member
    Reputation
    27
    Join Date
    Jun 2007
    Posts
    92
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    G:\Program Files\Microsoft Visual Studio 9.0\VC\lib\libmysql.lib(1) : error C2059: syntax error : '<'
    G:\Program Files\Microsoft Visual Studio 9.0\VC\lib\libmysql.lib(2) : error C2018: unknown character '0x60'
    G:\Program Files\Microsoft Visual Studio 9.0\VC\lib\libmysql.lib(3) : error C2018: unknown character '0x1'
    G:\Program Files\Microsoft Visual Studio 9.0\VC\lib\libmysql.lib(3) : fatal error C1004: unexpected end-of-file found
    Pleas help I fixed my first issue but here is my second. also I have arcemu revision 1999 if that matters
    Last edited by Fireking300; 01-11-2009 at 08:58 AM.

  15. #60
    keazain's Avatar Banned
    Reputation
    234
    Join Date
    Jun 2008
    Posts
    660
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im pretty good to compile, but i got same errors and i have tryed almost everything i know of:

    >setup.cpp
    1>d:\keazains compiling\arcemu svn\trunk\src\scripts\src\xpackhouse\libmySQL.lib(1) : error C2059: syntax error : '<'
    1>d:\keazains compiling\arcemu svn\trunk\src\scripts\src\xpackhouse\libmySQL.lib(2) : error C2018: unknown character '0x60'
    1>d:\keazains compiling\arcemu svn\trunk\src\scripts\src\xpackhouse\libmySQL.lib(3) : error C2018: unknown character '0x1'
    1>d:\keazains compiling\arcemu svn\trunk\src\scripts\src\xpackhouse\libmySQL.lib(3) : fatal error C1004: unexpected end-of-file found

    Can you pack your project dir for us ? asking nicely...

Page 4 of 10 FirstFirst 12345678 ... LastLast

Similar Threads

  1. Epic Core Mod - Trinity Core 2 Player / Guild - Housing System
    By tekkeryole in forum WoW EMU General Releases
    Replies: 1
    Last Post: 09-05-2009, 09:30 PM
  2. Lua Housing System help
    By Confucius in forum WoW EMU Questions & Requests
    Replies: 18
    Last Post: 07-24-2009, 07:47 AM
  3. Compile House System (With pics)
    By Link_S in forum WoW EMU Guides & Tutorials
    Replies: 26
    Last Post: 04-22-2009, 09:13 AM
  4. Arcemu House System
    By xnerdx in forum Programming
    Replies: 0
    Last Post: 03-21-2009, 12:33 PM
All times are GMT -5. The time now is 10:33 AM. 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