Jump to content

mrlongshen

Members
  • Content Count

    1126
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by mrlongshen


  1. Emulator has nothing to do with BGM/FX Sounds.

     

    Login to your server, press esc (So you get the Settings, Character Select, Shotcuts, etc windows)

    Select Sounds Settings

    Make sure Effects has a ticket and volume. 

     

    i have tick the effect sound, but nothing sound hear. just background music only..


  2. done install php. got this error. 

     

     

    Warning: fopen(data/tmp/ConfigServers.cache.php): failed to open stream: Permission denied in /var/www/html/cp/lib/Flux.php on line 275 Warning: fwrite() expects parameter 1 to be resource, boolean given in /var/www/html/cp/lib/Flux.php on line 276 Warning: fwrite() expects parameter 1 to be resource, boolean given in /var/www/html/cp/lib/Flux.php on line 277 Warning: fclose() expects parameter 1 to be resource, boolean given in /var/www/html/cp/lib/Flux.php on line 278 Warning: fopen(data/tmp/LangEnUs.cache.php): failed to open stream: Permission denied in /var/www/html/cp/lib/Flux.php on line 275 Warning: fwrite() expects parameter 1 to be resource, boolean given in /var/www/html/cp/lib/Flux.php on line 276 Warning: fwrite() expects parameter 1 to be resource, boolean given in /var/www/html/cp/lib/Flux.php on line 277 Warning: fclose() expects parameter 1 to be resource, boolean given in /var/www/html/cp/lib/Flux.php on line 278 Warning: fopen(data/tmp/AddonsHelloworldConfigAddon.cache.php): failed to open stream: Permission denied in /var/www/html/cp/lib/Flux.php on line 275 Warning: fwrite() expects parameter 1 to be resource, boolean given in /var/www/html/cp/lib/Flux.php on line 276 Warning: fwrite() expects parameter 1 to be resource, boolean given in /var/www/html/cp/lib/Flux.php on line 277 Warning: fclose() expects parameter 1 to be resource, boolean given in /var/www/html/cp/lib/Flux.php on line 278 Warning: fopen(data/tmp/AddonsHelloworldConfigAccess.cache.php): failed to open stream: Permission denied in /var/www/html/cp/lib/Flux.php on line 275 Warning: fwrite() expects parameter 1 to be resource, boolean given in /var/www/html/cp/lib/Flux.php on line 276 Warning: fwrite() expects parameter 1 to be resource, boolean given in /var/www/html/cp/lib/Flux.php on line 277 Warning: fclose() expects parameter 1 to be resource, boolean given in /var/www/html/cp/lib/Flux.php on line 278 Warning: fopen(data/tmp/AddonsHelloworldLangEnUs.cache.php): failed to open stream: Permission denied in /var/www/html/cp/lib/Flux.php on line 275 Warning: fwrite() expects parameter 1 to be resource, boolean given in /var/www/html/cp/lib/Flux.php on line 276 Warning: fwrite() expects parameter 1 to be resource, boolean given in /var/www/html/cp/lib/Flux.php on line 277 Warning: fclose() expects parameter 1 to be resource, boolean given in /var/www/html/cp/lib/Flux.php on line 278 Error

    An error occurred while trying to process your request.

    Please try contacting an administrator: admin@localhost


  3.  

    hai all, i would like to ask how to change default directory /var/www/html ?

    im on root privileged, im using WinSCP, so i create 1 directory for control panel

    with is /root/www because im lazy to open my vps gui, i want to just use ftp only.

     

    what should i config at httpd.conf ?

    someone can guide me ? 

    i just change the directory, but cannot.

    please help me.

    you should put it on your webhost not on your vps.

    my vps got webhost bro. huhuhu


  4. hai all, i would like to ask how to change default directory /var/www/html ?

    im on root privileged, im using WinSCP, so i create 1 directory for control panel

    with is /root/www because im lazy to open my vps gui, i want to just use ftp only.

     

    what should i config at httpd.conf ?

    someone can guide me ? 

    i just change the directory, but cannot.

    please help me.


  5. go to db folder find the cashshop_db.txt

     

    follow the format there or here is an example

     

    itemid or item name then how much cash you want to put the price

     

    but much better to used itemdID than itemName

     

    //====================================================

    //= _ _ _    

    //=   | | | | | |  

    //=   | |_| | ___ _ __ ___ _ _| | ___  ___

    //=   |  _  |/ _ '__/ __| | | | |/ _ / __|

    //=   | | | |  __/ | | (__| |_| | |  __/__

    //=   _| |_/___|_|  ___|__,_|_|___||___/

    //=  

    //=   http://herc.ws/board/  

    //====================================================

    //= http://herc.ws/board/topic/367-introducing-cash-shop-support/

     

    cash_shop: (

    {

     cat_0: { //New

       Apple:100

       ID531:250

       ID22000:1000

     }

     

     cat_1: { //Popular

       ID513:100

       Banana_Juice:250

     }

     

     cat_2: { //Limited

       Grape:100

       ID533:250

     }

     

     cat_3: { //Rental

       ID515:100

       Carrot_Juice:250

     }

     

     cat_4: { //Permanent

       Green_Herb:100

       ID510:250

     }

     

     cat_5: { //Scroll

       ID501:100

       ID502:250

     }

     

     cat_6: { //Usable

       White_Potion:150

       Blue_Potion:500

     }

     

     cat_7: { //Other

       ID909:400

       ID907:500

     }

    }

    )

     

    ah its was at db folder. i thought a conf folder. thx alot bro :)


  6.  

    how do i add the cash shop item ?

    for now you'd need to add such items using the 'ID' syntax e.g. 'ID2115:70' for valkyrie shield.

     

    valkyrie shield itemd id is 2115 use ID2115 then the price is 70

     

    example like this:

     

    ID2115:70

     

     

     

     

    how do i add the cash shop item ?

    for now you'd need to add such items using the 'ID' syntax e.g. 'ID2115:70' for valkyrie shield.

     

    valkyrie shield itemd id is 2115 use ID2115 then the price is 70

     

    example like this:

     

    ID2115:70

    You're able to use the item's constant as well.

     

    where to edit it ? 

×
×
  • Create New...

Important Information

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