[Release] Guardian Version Server Files, Client and Source - Currently most corrected

Page 6 of 24 FirstFirst 123456789101112131416 ... LastLast
Results 76 to 90 of 347
  1. #76
    Ragezone Advisor Men In White is offline
    MemberRank
    Feb 2011 Join Date
    C:/Windows/Location
    475Posts

    Re: [Release] Guardian Version Server Files, Client and Source - Currently most corre

    Quote Originally Posted by Exodice View Post
    that command doesnt work either.
    And I've used everything else but a good amount of the commands dont work
    instead of using /help try to use .commands like .help

  2. #77
    Member xxodnr12 is offline
    MemberRank
    Apr 2020 Join Date
    56Posts

    Re: [Release] Guardian Version Server Files, Client and Source - Currently most corre

    //sh sync

  3. #78
    Enthusiast Exodice is offline
    MemberRank
    Jun 2021 Join Date
    40Posts

    Re: [Release] Guardian Version Server Files, Client and Source - Currently most corre

    Quote Originally Posted by Men In White View Post
    instead of using /help try to use .commands like .help
    those dont work

  4. #79
    Member muroko is offline
    MemberRank
    Sep 2009 Join Date
    56Posts

    Re: [Release] Guardian Version Server Files, Client and Source - Currently most corre

    Quote Originally Posted by Exodice View Post
    those dont work
    when you say it doesn't work, what exactly do you mean? what kind of respose are you getting when you type //help for example?
    if you need help, it would be best if you would provide as much detail as you can ¯\_(ツ)_/¯
    not trying to be rude, but "it doesn't work" is just not enough information

  5. #80
    Apprentice Lazuli is offline
    MemberRank
    Jul 2021 Join Date
    13Posts

    Re: [Release] Guardian Version Server Files, Client and Source - Currently most corre

    Quote Originally Posted by Exodice View Post
    those dont work
    You can check it out by looking at the java file.

  6. #81
    Apprentice b9876504b is offline
    MemberRank
    Aug 2015 Join Date
    23Posts

    Re: [Release] Guardian Version Server Files, Client and Source - Currently most corre

    Hey guys, are there any ways to complete the guardian awakening quest line...
    I tried the quest complete command... but it is not working.
    How to complete guardian awakening? Please help

  7. #82
    Apprentice nishi99 is offline
    MemberRank
    Nov 2017 Join Date
    8Posts

    Re: [Release] Guardian Version Server Files, Client and Source - Currently most corre

    Thank you
    but server DC when i atk monster sometime

  8. #83
    Valued Member Ryfon is offline
    MemberRank
    Jul 2005 Join Date
    USALocation
    114Posts

    Re: [Release] Guardian Version Server Files, Client and Source - Currently most corre

    Quick fix for miss typed config definitions

    red_battlefield.properties:
    - pvp.red_battlefield.silver_reward.winner = 2000000
    - pvp.red_battlefield.silver_reward.loser = 1000000

    battleoption.properties:
    - ActionAttackBasePVERate = 500000
    - ActionAttackBasePVPRate = 1000000

    also added a quick hacky fix for the sync issues, will work for now until the regions are handled better
    https://mega.nz/file/GYlyBZTR#MnUS7G...MJpNo_-PQFBcTA

  9. #84
    Enthusiast Exodice is offline
    MemberRank
    Jun 2021 Join Date
    40Posts

    Re: [Release] Guardian Version Server Files, Client and Source - Currently most corre

    Quote Originally Posted by muroko View Post
    when you say it doesn't work, what exactly do you mean? what kind of respose are you getting when you type //help for example?
    if you need help, it would be best if you would provide as much detail as you can ¯\_(ツ)_/¯
    not trying to be rude, but "it doesn't work" is just not enough information
    Doesn't work. Theres no action for the commands. I get that your not trying to be rude but "doesn't work" is literally what the commands do. The //add bag command works. And SOME others. But not the sync or help commands. Its quite perplexing. It feels like it wasnt written into the code properly.

    - - - Updated - - -

    Quote Originally Posted by nishi99 View Post
    Thank you
    but server DC when i atk monster sometime
    Do not set yourself as a level 4 account. Level 3 should be fine

  10. #85
    SnigelB
    Guest

    Re: [Release] Guardian Version Server Files, Client and Source - Currently most corre

    [QUOTE=Exodice;9102184]Doesn't work. Theres no action for the commands. I get that your not trying to be rude but "doesn't work" is literally what the commands do. The //add bag command works. And SOME others. But not the sync or help commands. Its quite perplexing. It feels like it wasnt written into the code properly.

    @CommandHandlerMethod(accessLevel = EAccessLevel.USER, desc = "sh boss next|now") <---- Try //sh or //.sh

  11. #86
    Member muroko is offline
    MemberRank
    Sep 2009 Join Date
    56Posts

    Re: [Release] Guardian Version Server Files, Client and Source - Currently most corre

    Quote Originally Posted by Exodice View Post
    Doesn't work. Theres no action for the commands. I get that your not trying to be rude but "doesn't work" is literally what the commands do. The //add bag command works. And SOME others. But not the sync or help commands. Its quite perplexing. It feels like it wasnt written into the code properly.

    - - - Updated - - -


    Do not set yourself as a level 4 account. Level 3 should be fine
    i dunno, //help works for me. this is what i get when i type it:

    54816350966944972-1-.png

    but like xxodnr12 said it earlier, in this version it's //sh sync , just tested it too and it works for me.

  12. #87
    Enthusiast Exodice is offline
    MemberRank
    Jun 2021 Join Date
    40Posts

    Re: [Release] Guardian Version Server Files, Client and Source - Currently most corre

    Snigel I'm sorry, I'm not sure what you are trying to say here

    - - - Updated - - -

    Quote Originally Posted by muroko View Post
    i dunno, //help works for me. this is what i get when i type it:

    54816350966944972-1-.png

    but like xxodnr12 said it earlier, in this version it's //sh sync , just tested it too and it works for me.
    Ooooh. wait are you a level 4 or level 3 user? Everytime i set myself to lvl 4 I dc when i attack something

  13. #88
    Apprentice nirvano is offline
    MemberRank
    May 2010 Join Date
    10Posts

    Re: [Release] Guardian Version Server Files, Client and Source - Currently most corre

    I can't establish a connection between the server and the client I get the message "now processing" permanent on the screen I configured the ip on the server and client "game service" but I can't login.
    Any possible solution?

  14. #89
    Life is beautiful, after Ledie is offline
    MemberRank
    Aug 2019 Join Date
    /tp homeLocation
    569Posts

    Re: [Release] Guardian Version Server Files, Client and Source - Currently most corre

    Quote Originally Posted by Ryfon View Post
    Quick fix for miss typed config definitions

    red_battlefield.properties:
    - pvp.red_battlefield.silver_reward.winner = 2000000
    - pvp.red_battlefield.silver_reward.loser = 1000000

    battleoption.properties:
    - ActionAttackBasePVERate = 500000
    - ActionAttackBasePVPRate = 1000000

    also added a quick hacky fix for the sync issues, will work for now until the regions are handled better
    https://mega.nz/file/GYlyBZTR#MnUS7G...MJpNo_-PQFBcTA

    Explain me more this sync fix?

    - - - Updated - - -

    Quote Originally Posted by nirvano View Post
    I can't establish a connection between the server and the client I get the message "now processing" permanent on the screen I configured the ip on the server and client "game service" but I can't login.
    Any possible solution?
    Instead of 127.0.0.1 Use your ipv4. And please dont share your ipv4 here

  15. #90
    Alpha Member john007 is offline
    MemberRank
    Dec 2005 Join Date
    In MarsLocation
    2,342Posts

    Re: [Release] Guardian Version Server Files, Client and Source - Currently most corre

    it's possible to run this server with 4-8GB RAM on a laptop for hosting? example limits maps or mobs.



Advertisement