Jump to content
TrinityCore

Zze

Members
  • Posts

    238
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by Zze

  1. [member=[/code]

    [s]wont send notifications.. I've actually be playing around with the idea here and there... so far I have the custom bbcode made with the @Username part down.. its just the notification part is proving to be a little harder that I had expected. I'll post it here though if i do come up with anything[/s] :)

    edit: :o I didn't notice the mention button haha thats cool +Discover +KingPin

    edit #2: not working for me :( just pastes +username

  2. Is there any specific guide about how to compile dbc maps and vmaps?Because i compile everything - everything in Cmake is checked and after generation everything in MSVisual is chekced cleaned and built without errors and such as it says in the wiki.And still i don't have the extractors...please share with me some guide for compiling those extractors cause i can't find any in the Forums or in the wiki.

    Configuring and Generating Visual C++ solutions with CMake

    8. CMake shows you a list of options for selecting different components of the build.
    • Check "Tools". This will compile the map extractors needed later in the setup. NOTE: This is VERY important for you to follow.

  3. so correct me if i am wrong but it sounds like all i have to do is set the ip to my ip(or in my case my dyndns domain name since i have a dynamic ip) and any one on the internet can access the server as well as any one on the local network(and the local-host)

    and as for account creation i need info on where to find a sql query that will create my master account so i can log in and create other accts. also some sort of description for the gm acct lvls would be nice since the wiki doesn't have this info

    Well, what I am saying is you have to configure the realm to accept connections from outside your network. You'll do this by changing the local IP entered in `realmlist` table to your external IP (http://www.whatsmyip.org) after you've done that along with port forwarding and adding the proper firewall exceptions. You should be able to receive connections outside your own network...

    People outside your network will connect to the external address.

    To locally connect you simply find the LAN IP address of the realm by running command prompt -> ipconfig and place that in your realmlist.wtf

    The other poster told you how to create an account the wrong way...

    account create <username> <password> <gmlevel> <realm ID>
    - Dose not exist to my knowledge. The proper syntax is:
    .account create $account $password
    In order to make it an account with GM access you'll need to do
    .account set gmlevel
    4 - Admin
    
    3 - console
    
    2 - GameMaster
    
    1 - Ticket bitch
    I think To set the account's expansion level use
    .account set addon

    Setting up dyndns is the same just use in place of the external IP...

    Sorry to whomever is reading this. I know I typed this crappy, It's just been one of those days... Please understand.

    • Upvote 1
  4. www.whatsmyip.org will show you the external IP address. Use this in the IP column.

    You'll need to use that computers local IP address while connecting to the realm. IF you are locally connecting (Within your own network).

    What I mean to say is open up command prompt and type ipconfig use this "IP address" in your realmlist.wtf.

    Your friends will use the external IP you entered in the `realmlist` table.

    Think of it like this...

    
    Realm -- -- Router -- network
    
            |
    
           You
    
    
    

  5. no these two

    OK tried it and still nothing...

    Opening databasepool 'world'. Async threads: 1, synch threads: 1MySQL client library: 5.1.49MySQL server ver: 5.1.49-1ubuntu8.1MySQL client library: 5.1.49MySQL server ver: 5.1.49-1ubuntu8.1Databasepool opened succesfuly. 2 total connections running.Opening databasepool 'characters'. Async threads: 1, synch threads: 2MySQL client library: 5.1.49MySQL server ver: 5.1.49-1ubuntu8.1[ERROR]: In mysql_stmt_prepare() id: 10, sql: "UPDATE character_banned SET active = 0 WHERE unbandate <= UNIX_TIMESTAMP() AND unbandate <> bandate"[ERROR]: Table 'characters.character_banned' doesn't exist~DatabaseWorkerPool for ''.~DatabaseWorkerPool for 'characters'.~DatabaseWorkerPool for 'world'.

    NVM Re-imported the sql files via ssh and it worked. Guess Navicat is just horrible.

    I have been repeating this for more than 2 years, NAVICAT is a piece of shit.

×
×
  • Create New...