can't get freefly to work for 2.7

Results 1 to 3 of 3
  1. #1
    Enthusiast Devincean is offline
    MemberRank
    Feb 2006 Join Date
    NorrathLocation
    29Posts

    can't get freefly to work for 2.7

    So i have been trying to figure this out I have changed the configs to
    Code:
    # Unlimited Flight Time for GMs
    gameserver.administration.flight.unlimited = 3 (Changed it to 0 so normal players can have unlimited flight time)
    
    # Free Flight Everywhere for GMs
    gameserver.administration.flight.freefly = 3 (Changed it to 0 so normal players can fly in all zones)
    I have the system.ovr file with the code

    Code:
    -- [System-Configuration]
    -- add your settings to this file, not system.cfg
    -- Also setup for ACT [Advanced Combat Tracker]
    -- so no system.ovr modification is needed.
    
    g_open_aion_web= "0"
    g_save_preset = "1"
    g_auto_disconnect = "0"
    g_chatlog = "1"
    log_IncludeTime = "1"
    con_disable_console = "0"
    g_freefly = "1"
    and have the launcher with the command
    Code:
    -DEVMODE "con_disable_console = 0" -DEVMODE "g_freefly 1"
    Even went so far as to edit the zones/flight zones to add fly = "true" but still nothing

    What am I doing wrong to get freefly to work on aionjemu with a 2.7 client?

    Please would appreciate the help
    Last edited by Devincean; 10-11-11 at 05:59 PM.


  2. #2
    Member itons is offline
    MemberRank
    Sep 2011 Join Date
    ThailandLocation
    71Posts

    Re: can't get freefly to work for 2.7

    i used bin32 (2.5.0.5 build) run with client 2.7.0.0

    GS config :
    # Enable server freefly
    gameserver.enable.freefly = false (If you want to free fly change True)


    set
    -ng -port:2106 -cc:1 -ingameshop -lang:enu -noweb -DEVMODE "con_disable_console = 0" -DEVMODE "g_chatlog 1" -DEVMODE "log_IncludeTime 1" -DEVMODE "log_Verbosity 1" -DEVMODE "log_FileVerbosity 1" -DEVMODE "g_freefly 1" -DEVMODE "g_auto_disconnect 0" -DEVMODE "g_maxfps 0"


    -----good luck----

  3. #3
    Enthusiast Devincean is offline
    MemberRank
    Feb 2006 Join Date
    NorrathLocation
    29Posts

    Re: can't get freefly to work for 2.7

    Thx i tried playing with the config a bit too i have it like this
    Code:
    # Enable server freefly
    gameserver.enable.freefly = true
    
    # Unlimited Flight Time for GMs
    gameserver.administration.flight.unlimited = 0
    
    # Free Flight Everywhere for GMs
    gameserver.administration.flight.freefly = 0
    and I have a 2.5.0.5 bin32 client folder using aionjfree rev44

    and the batch file I made to test the game is

    Code:
    @echo off
    start bin32\aion.bin -ip:xx.xx.xx.xx -ng -port:2106 -cc:1 -ingameshop -lang:enu -noweb -DEVMODE "con_disable_console = 0" -DEVMODE "g_chatlog 1" -DEVMODE "log_IncludeTime 1" -DEVMODE "log_Verbosity 1" -DEVMODE "log_FileVerbosity 1" -DEVMODE "g_freefly 1" -DEVMODE "g_auto_disconnect 0" -DEVMODE "g_maxfps 0"
    but still getting no free fly in everywhere the anywhere I go accept normal city/fly area's



Advertisement