Jump to content

caspe

Members
  • Content Count

    146
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by caspe


  1. Well basically u have to link website with your server database, no need to link with your Web host database it just meaningless because your server database is located in VPS, so just link your server database with your site using servers.php which u can find in Config folder. 
     
    In your servers.php

     

     

                'Hostname'   => 'Your vps ip',
                'Username'   => 'Sql Username', //bassically create another user and assign him permissions
                'Password'   => 'Sql user password',
                'Database'   => 'Database name',
           
    This is your main config in your servers.php DbConfig, do same with LogsDbConfig and in your application.php use your web host IP.
     
    Also even after doing this your VPS server SQL Database does not accept outside host to manipulate it, so there is one sql file you have to edit (i don't remember name right now, so u have to search google for it or maybe someone here know) after that your flux start working.

    Check here for remote connection to mySql, just change bind-address = 0.0.0.0 and restart and check


  2. Well ready made host are re sellers who provide some extra service (such as Ragnarok patcher, sub-domain with flux installed) and charge for it. If u know how to manage VPS, then u can cut your expenses in half.

     

    If u afraid of wasting money on VPS because u don't know how to use, just go digital ocean and find coupon code like 10$ coupon code for new user, then create minimum price droplet and keep testing.


  3. Error :

     

    1. Triple inferno when someone killed, when skull dropped on ground.

     

    8yaws7.jpg


    Easycore

     

    The patch u have provided for show guild emblem worked, but when i used hBG.c from your github, to remove sword icon, i need to on noshift option to attack opponents.

    can u provide function which will remove sword emblem? or maybe just adding transparent ÀüÀåÀûÇ¥½Ã.bmp in grf work fine. 

     

    Also my client does not show emblem in proper way, which client your using?


    j7wah0.jpg

     

    See the emblem mismatching lines, using 2013-08-07 client


  4. Some ERRORS and BUGS

     

    1. After player left from running battleground (tested on Team Deathmatch, not other BG modes)

     

    29p2b7p.jpg

     

    2. After one side players left BG (TeamDeath Match) easy to fix, but need to add pull request and i think this feature is only for Teamdeath match mode other BG mode does not end when one side players left.

     

    280o6e1.jpg

     

    3. Rush mode still has this debug error.

     

    317jpxh.jpg

     

    4. BG only show emblem on opposite team members, it should be like Image which Smoke provided (using 2013-08-07 client)

     

    o06plu.jpg

     

    5. There is no delay for emergency call, it can be spam instantly.


  5. Does your server renewal or pre-renewal? don't just copy paste from directory try to open those files and understand code.

    - Fixed Guild Skills cooldown in Battleground.

    - Added 3 new commands ( @leader, @bgsize and @bgmode )

     

    Details on Pull Request.
    @Smoke  :D

    nice.

     

    it is possible to add option to enable or disable specific battleground mode from config file? like i don't like Bossnia mode so i want to disable it without touching bg_common file.

     

    such as

     

    // Enable or Disable BG modes

     

    TeamDeathmatch: 1

    Bossnia: 1

     

     

     

    @hit

     

    download this and replace files fix

    also update your battleground npc files and src files

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.