Jump to content

Gibbss

Members
  • Posts

    38
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by Gibbss

  1. ANy1 can explain me how to use this crappy Ticket system? IN TC2 it works great, open, closed, deleted, list ticket...Here? I mean mangos one - totaly dont know how to use it? It looks like alpha 0.1a version of ticket system.

  2. http://x.x.x.185/en/alert/Index.htm

    Yap - all is fine. I using windows 7 64bit.

    my hosts ( C:\\Windows\\System32\\drivers\\etc )

    ## Copyright © 1993-2001 Microsoft Corp.

    #

    # This file has been automatically generated for use by Microsoft Internet

    # Connection Sharing. It contains the mappings of IP addresses to host names

    # for the home network. Please do not make changes to the HOSTS.ICS file.

    # Any changes may result in a loss of connectivity between machines on the

    # local network.

    #

    127.0.0.1 localhost

    x.x.x.185 status.wow-europe.com

  3. Hey champs...On local server - no problem...But i bought dedicated server and when i compile i got this

    [ 9%] Building CXX object src/bindings/ScriptDev2/CMakeFiles/mangosscript.dir/system/ScriptLoader.cpp.o

    In file included from /root/mangos/src/bindings/ScriptDev2/include/precompiled.h:12,

    from /root/mangos/src/bindings/ScriptDev2/system/ScriptLoader.cpp:5:

    /root/mangos/src/bindings/ScriptDev2/include/sc_instance.h:58: error: 'AchievementCriteriaTypes' has not been declared

    make[2]: *** [src/bindings/ScriptDev2/CMakeFiles/mangosscript.dir/system/ScriptLoader.cpp.o] Error 1

    make[1]: *** [src/bindings/ScriptDev2/CMakeFiles/mangosscript.dir/all] Error 2

    make: *** [all] Error 2

    Whats wrong :/ ?

  4. Okey :P i got 2 questions....

    1. I made simple status script in php but when im in page, server console got spam this:

    WorldSocket::handle_input: Peer has closed connection

    WorldSocket::handle_input: Peer has closed connection

    WorldSocket::handle_input: Peer has closed connection

    WorldSocket::handle_input: Peer has closed connection

    WorldSocket::handle_input: Peer has closed connection

    WorldSocket::handle_input: Peer has closed connection

    WorldSocket::handle_input: Peer has closed connection

    WorldSocket::handle_input: Peer has closed connection

    WorldSocket::handle_input: Peer has closed connection

    WorldSocket::handle_input: Peer has closed connection

    Whats wrong?

    2. I tried to make autostarter after crash, so i made bash script:

    #!/bin/bash

    for (( ; ; ))

    do

    if [ -z "$(pgrep mangosd)" ] then

    echo "Loading MaNGOS [ Press CTRL+C to Stop ]";

    /root/mangos-server/bin/mangosd

    fi

    done

    But then i trying to run this thing i got:

    root@debjan:~/restarter# ./as

    ./as: line 8: syntax error when an unexpected tag `fi'

    ./as: line 8: ` fi '

  5. Hello :D Im totalny new in mangos and i have a question. I fully compiled server with good DB + vmaps in linux. Evrything works fine...BUT i cant crash it xD im doing quests and still cant crash :F Why i wanna do it? Cuz id like to know - is server gonna autorestart itself? Or i need somthing else for it?

    If i need - can any1 give me a solution?

    Im using Debian 5.0 32bit.

  6. Hello !

    First, sorry for my weak english :P

    Im trying to run mangos one 2.4.3 server. I dont have problem to run it without vmaps, evyrthing runs fine, but :/ shooting by walls sucks..So i decide to turn vmaps. And here is a problem...I have good configured mangosd.conf ( DataDir = "/root/mangos-server/Data" ) Here i got 3 folders, DBC, MAPS, and VMAPS. All those files i extracted from my 2.4.3 Client....And i got this:

    WORLD: VMap support included. LineOfSight:1, getHeight:0, indoorCheck:1 WORLD: VMap data directory is: /root/mangos-server/Data/vmaps VMap file '/root/mangos-server/Data/vmaps/000.vmtree' is missing or point to wrong version vmap file, redo vmaps with latest vmap_assembler.exe program Correct *.map files not found in path '/root/mangos-server/Data/maps' or *.vmtree/*.vmtile files in '/root/mangos-server/Data/vmaps'. Please place *.map and vmap files in appropriate directories or correct the DataDir value in the mangosd.conf file.

    I rly PLEASE for help.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use