Echo of Soul Level 70

Page 18 of 28 FirstFirst ... 81011121314151617181920212223242526 ... LastLast
Results 256 to 270 of 417
  1. #256
    Account Upgraded | Title Enabled! djbadboys38 is offline
    MemberRank
    Aug 2010 Join Date
    TanzanyaLocation
    1,365Posts

    Re: Echo of Soul Level 70

    Quote Originally Posted by xlw00tlx View Post
    using the vm My server says :
    failed to connect to log server
    and client says
    Die Verbidung zum Server wurde unterbrochen//The connection to the server was interrupted
    failed to connect to log server
    it's log error not important. Are there any other errors?

  2. #257
    Infraction bannëd xlw00tlx is online now
    MemberRank
    Aug 2014 Join Date
    outer space!Location
    1,468Posts

    Re: Echo of Soul Level 70

    my bad,vm keep changing ip for no reason,so i set it to static


    edit:to change language use MULTI_LANG_CODE=EN
    edit2:my vm with 6 gb ram says it run out of memory...
    Last edited by xlw00tlx; 09-01-20 at 11:32 AM.

  3. #258
    Valued Member justin654 is offline
    MemberRank
    Mar 2007 Join Date
    119Posts

    Re: Echo of Soul Level 70

    Quote Originally Posted by xlw00tlx View Post
    my bad,vm keep changing ip for no reason,so i set it to static


    edit:to change language use MULTI_LANG_CODE=EN
    edit2:my vm with 6 gb ram says it run out of memory...
    I upd mine to 12gb of ram and have had no issues since.


    Sent from my iPhone using Tapatalk

  4. #259
    Account Upgraded | Title Enabled! djbadboys38 is offline
    MemberRank
    Aug 2010 Join Date
    TanzanyaLocation
    1,365Posts

    Re: Echo of Soul Level 70

    Quote Originally Posted by xlw00tlx View Post
    my bad,vm keep changing ip for no reason,so i set it to static


    edit:to change language use MULTI_LANG_CODE=EN
    edit2:my vm with 6 gb ram says it run out of memory...
    i have 8GB ram on my VM but required to up 10GB My main ram is 16Gb, so server is really required min specs to run with for 1 player on local

  5. #260
    Infraction bannëd xlw00tlx is online now
    MemberRank
    Aug 2014 Join Date
    outer space!Location
    1,468Posts

    Re: Echo of Soul Level 70

    Server shows in maintenance mode and vm shows this,i cant assign more ram,i have 12,vm is set to 7

  6. #261
    Account Upgraded | Title Enabled! djbadboys38 is offline
    MemberRank
    Aug 2010 Join Date
    TanzanyaLocation
    1,365Posts

    Re: Echo of Soul Level 70

    Quote Originally Posted by xlw00tlx View Post
    Server shows in maintenance mode and vm shows this,i cant assign more ram,i have 12,vm is set to 7
    SBServer.exe is force closing if you enought Ram... Set VM ram to 10GB and try again,

    - - - Updated - - -

    Quote Originally Posted by maqui View Post
    Yes, I changed the sql queries to ignore token time, only need to login 1 time, then use this token forever. It work for me. Used it for couple days without problems thought.

    Example change:
    where can i found this example? i mean which file?

    - $request_data = db::queryfirstrow('select id, username from tokens where token = %s and date > now() - INTERVAL 20 MINUTE', $_REQUEST['access_token']);
    + $request_data = db::queryfirstrow('select id, username from tokens where token = %s', $_REQUEST['access_token']);

  7. #262
    Member jedon3 is offline
    MemberRank
    Jul 2019 Join Date
    56Posts

    Re: Echo of Soul Level 70

    how to add AP to buy at shop?

  8. #263
    Account Upgraded | Title Enabled! djbadboys38 is offline
    MemberRank
    Aug 2010 Join Date
    TanzanyaLocation
    1,365Posts

    Re: Echo of Soul Level 70

    okay guys i found way to 10 year (unlimited) token

    Open with editor: access_token.php
    change
    INTERVAL 20 MINUTE
    with
    INTERVAL 10 YEAR
    enjoy ^^

    - - - Updated - - -

    How to add cash to account? it's easy

    - - - Updated - - -

    Quote Originally Posted by jedon3 View Post
    how to add AP to buy at shop?
    in mysql users (balance)

    or use this command for api

    http://192.168.1.41/add_cash.php?username=admin&cash=9000

  9. #264
    The endless wave... DamSF is offline
    MemberRank
    Jun 2012 Join Date
    Ash LakeLocation
    286Posts

    Re: Echo of Soul Level 70

    Quote Originally Posted by djbadboys38 View Post
    okay guys i found way to 10 year (unlimited) token

    Open with editor: access_token.php
    change

    with


    enjoy ^^
    Does that apply to the cash shop too?

  10. #265
    Account Upgraded | Title Enabled! djbadboys38 is offline
    MemberRank
    Aug 2010 Join Date
    TanzanyaLocation
    1,365Posts

    Re: Echo of Soul Level 70

    Quote Originally Posted by DamSF View Post
    Does that apply to the cash shop too?
    yes, already apply cash shop i mean (AP)

  11. #266
    Member Kozak999 is offline
    MemberRank
    Nov 2018 Join Date
    69Posts

    Re: Echo of Soul Level 70

    Quote Originally Posted by DNC View Post
    The config.json files, there are tables in several SQL databases, and the admin_eos_api mysql database; all of those have locations you need to change IPs but not all IPs.
    Are there other Tables in DB with IP where we need to change for external connection? I have found only ip adresses in ewmdb
    Last edited by Kozak999; 09-01-20 at 05:50 PM.

  12. #267
    Account Upgraded | Title Enabled! djbadboys38 is offline
    MemberRank
    Aug 2010 Join Date
    TanzanyaLocation
    1,365Posts

    Re: Echo of Soul Level 70

    Now i am looking to change/edit cash shop item price and add/new items... Anyone have info?

  13. #268
    Enthusiast klon22 is offline
    MemberRank
    Sep 2013 Join Date
    47Posts

    Re: Echo of Soul Level 70

    on the server it is possible to edit without problems, but in the client and on the server it should be the same otherwise if you edit only on the server then the client will not display the goods correctly

  14. #269
    Account Upgraded | Title Enabled! djbadboys38 is offline
    MemberRank
    Aug 2010 Join Date
    TanzanyaLocation
    1,365Posts

    Re: Echo of Soul Level 70

    Quote Originally Posted by klon22 View Post
    on the server it is possible to edit without problems, but in the client and on the server it should be the same otherwise if you edit only on the server then the client will not display the goods correctly
    you know how to edit items in cash shop?

  15. #270
    Infraction bannëd xlw00tlx is online now
    MemberRank
    Aug 2014 Join Date
    outer space!Location
    1,468Posts

    Re: Echo of Soul Level 70

    im moving all the files inside the vm to my dedicated host pc ,it has 8 gb ram,test thre and see,but i think we are doing something wrong cause old server files i had used less ram,the chinese vm used 3 gb to run all the stuff,sadly i dont remember how did i make it work
    also as i said before this version doesnt use api and mysql (?) i dont know why
    client patchs folder,the last one cause there are 10,says EOS_0.04.1130_0.04.2070 maybe its an older version





Advertisement