[Rhisis] Rhisis test server

Page 1 of 2 12 LastLast
Results 1 to 25 of 42
  1. #1
    Member Dumle is offline
    MemberRank
    Nov 2008 Join Date
    SwedenLocation
    82Posts

    [Rhisis] Rhisis test server

    Rhisis emulator test server

    Closed, since Rhisis is going closed source no public updates will come

    Server rates:
    - Exp: 45x
    - Drop: 10x
    - Penya: 200x

    Hosting specifications:
    - Processor: 2.3 GHz AMD Athlon 4400+ X2
    - RAM: 2 GB
    - Connection: 24 Mbit/s

    Source information:
    - Running the latest revision from the Rhisis emulator, with some fixes from me.

    I heard that the team wanted a test server for finding bugs more quickly so here it is! If I'm wrong or it's already a test server out, well here's one more :)

    Bug report:
    http://rhisis.freeforums.org/bug-tracker-f10.html

    Website: http://rhisistest.servegame.com
    Last edited by Dumle; 05-06-09 at 06:13 PM.


  2. #2
    Account Upgraded | Title Enabled! x103strike is offline
    MemberRank
    Sep 2008 Join Date
    EarthLocation
    993Posts

    Re: [Rhisis] Rhisis test server

    server status says
    down???

    ok then goodluck better you put link for bug report also ^_^

  3. #3
    Member Dumle is offline
    MemberRank
    Nov 2008 Join Date
    SwedenLocation
    82Posts

    Re: [Rhisis] Rhisis test server

    Whoa, that was fast. Yeah I had to change one thing, will be up in 2 min max ^^

  4. #4
    Account Upgraded | Title Enabled! shay2134 is offline
    MemberRank
    May 2005 Join Date
    123456Location
    525Posts

    Re: [Rhisis] Rhisis test server

    bro i think its good now but you need to do all the registers will be admins/gms alot easy to test
    because right now cant up levels normally the items not add there attacks/sets not add def(items only for buity,skills not works,nothing that add attacks or def not work not have items bonuses so you will die all the time
    its why need to do all registers are admins

  5. #5
    Member lvl1010s is offline
    MemberRank
    Aug 2008 Join Date
    SomewhereLocation
    78Posts

    Re: [Rhisis] Rhisis test server

    Its nice But! the drops fall a little late and arnt where the mob dies

  6. #6
    Founder of Musara-Network zebra is offline
    MemberRank
    Apr 2007 Join Date
    HomeLocation
    676Posts

    Re: [Rhisis] Rhisis test server

    Rhisis is coming so close to becoming a playable emulator.

  7. #7
    Rhisis Developer Akitasha is offline
    MemberRank
    Jun 2005 Join Date
    NY, USALocation
    220Posts

    Re: [Rhisis] Rhisis test server

    Omg fix items plzzzzzzzzzzzz
    can I b GM?!

  8. #8
    Member dragoniux is offline
    MemberRank
    Feb 2007 Join Date
    93Posts

    Re: [Rhisis] Rhisis test server

    I would test it... But - Game: Down

  9. #9
    Account Upgraded | Title Enabled! HolySinX is offline
    MemberRank
    Sep 2008 Join Date
    LocalhostLocation
    787Posts

    Re: [Rhisis] Rhisis test server

    Just a suggestion, use my Rhisis Server restarter incase the Game server crashes or something.

  10. #10
    Member Dumle is offline
    MemberRank
    Nov 2008 Join Date
    SwedenLocation
    82Posts

    Re: [Rhisis] Rhisis test server

    I am using it :3

  11. #11
    Account Upgraded | Title Enabled! HolySinX is offline
    MemberRank
    Sep 2008 Join Date
    LocalhostLocation
    787Posts

    Re: [Rhisis] Rhisis test server

    Quote Originally Posted by Dumle View Post
    I am using it :3
    Oh, haha. I bet you're the only one that uses it, oh well..

  12. #12
    Rhisis Developer Akitasha is offline
    MemberRank
    Jun 2005 Join Date
    NY, USALocation
    220Posts

    Re: [Rhisis] Rhisis test server

    Quote Originally Posted by Dumle View Post
    I'm working on a web script to change job, so now you'll have to ask me to change it ^^
    Um, I do believe I have added basic scripting to Rhisis so why don't you try my job script example and go from there :P?
    Code:
    addEvent("Introduction","L_Introduction","Welcome to Flyff Rhisis Style.");
    addEvent("Mercenary","L_Mercenary","Would you like to change to a Mercenary? The Mercenary Class is a melee based class, which means you have to be at a close range to use their skills.");
    addEvent("Farewell","L_Farewell","");
    addEventText("L_Mercenary","If you think that's not for you, there are always other options.");
    addOption("L_Mercenary","__YES__","L_True");
    addOption("L_Mercenary","__NO__","L_False");
    addLinkedEvent("L_True","L_WrongJob","You're not a vagrant","GetJob",0);
    addLinkedEvent("L_True","L_WrongLevel","You're not the right level.","GetLevel",15);
    addLinkedEvent("L_True","L_ChangeJob","Now you're job is mercenary.","SetJob",1);
    addLinkedEvent("L_False","L_SameJob","You've decided not to be a mercenary.");
    for an explaination of each command
    http://rhisis.freeforums.org/jobchan...ample-t68.html

  13. #13
    Member lesda is offline
    MemberRank
    May 2005 Join Date
    77Posts

    Re: [Rhisis] Rhisis test server

    your server has no change of job

  14. #14
    Account Upgraded | Title Enabled! Wokki is offline
    MemberRank
    Aug 2008 Join Date
    FinlandLocation
    724Posts

    Re: [Rhisis] Rhisis test server

    Nice! I will be trying out everything. :)

    Btw. Can you tell us your in game name so we can try PMing you if you are online? For the job change.

  15. #15
    Member Dumle is offline
    MemberRank
    Nov 2008 Join Date
    SwedenLocation
    82Posts

    Re: [Rhisis] Rhisis test server

    @Akitasha I tried it but it didn't work. Inserted it in databaseLoad/NPCs/, maybe that's not the correct file?
    @Aitsihia My IGN is CrazyCoder or Dumle ^^.

  16. #16
    Ragezone OG FrostElite is offline
    MemberRank
    Sep 2008 Join Date
    United StatesLocation
    1,880Posts

    Re: [Rhisis] Rhisis test server

    I think you should increase the experience rate.

  17. #17
    Rhisis Developer Akitasha is offline
    MemberRank
    Jun 2005 Join Date
    NY, USALocation
    220Posts

    Re: [Rhisis] Rhisis test server

    Quote Originally Posted by Dumle View Post
    @Akitasha I tried it but it didn't work. Inserted it in databaseLoad/NPCs/, maybe that's not the correct file?
    @Aitsihia My IGN is CrazyCoder or Dumle ^^.
    No you add it to a specific npc or make your own npc

    I added it to MaFl_Gergantes.lua in your NPCs folder as an example
    You choose w/e file you want to be the job change NPC.
    So it'd be like
    Code:
    addNPC("MaFl_Gergantes",63,226,1,6960.129883,100.000000,3339.729980,1,0);
    addEvent("Introduction","L_Introduction","Welcome to Flyff Rhisis Style.");
    addEvent("Mercenary","L_Mercenary","Would you like to change to a Mercenary? The Mercenary Class is a melee based class, which means you have to be at a close range to use their skills.");
    addEvent("Farewell","L_Farewell","");
    addEventText("L_Mercenary","If you think that's not for you, there are always other options.");
    addOption("L_Mercenary","__YES__","L_True");
    addOption("L_Mercenary","__NO__","L_False");
    addLinkedEvent("L_True","L_WrongJob","You're not a vagrant","GetJob",0);
    addLinkedEvent("L_True","L_WrongLevel","You're not the right level.","GetLevel",15);
    addLinkedEvent("L_True","L_ChangeJob","Now you're job is mercenary.","SetJob",1);
    addLinkedEvent("L_False","L_SameJob","You've decided not to be a mercenary.");
    And now Gergantes will be able to change player's job to Mercenary.

  18. #18
    Account Upgraded | Title Enabled! x103strike is offline
    MemberRank
    Sep 2008 Join Date
    EarthLocation
    993Posts

    Re: [Rhisis] Rhisis test server

    suggestion link the forum to the rhisis forum???

  19. #19
    Member Dumle is offline
    MemberRank
    Nov 2008 Join Date
    SwedenLocation
    82Posts

    Re: [Rhisis] Rhisis test server

    Thanks x103strike, didn't think of that ^^ Changed now :)

  20. #20
    Gamma 404 is offline
    MemberRank
    Jul 2007 Join Date
    3,143Posts

    Re: [Rhisis] Rhisis test server

    Site is down =/

  21. #21
    Member Dumle is offline
    MemberRank
    Nov 2008 Join Date
    SwedenLocation
    82Posts

    Re: [Rhisis] Rhisis test server

    The server is now up again, it was down because I was on a 4 day trip lol. Updated to revision 43 :)

  22. #22
    Account Upgraded | Title Enabled! x103strike is offline
    MemberRank
    Sep 2008 Join Date
    EarthLocation
    993Posts

    Re: [Rhisis] Rhisis test server

    Where is the job change located?? I'm stuck in lvl 15 XD

  23. #23
    Member Dumle is offline
    MemberRank
    Nov 2008 Join Date
    SwedenLocation
    82Posts

    Re: [Rhisis] Rhisis test server

    Changing job currently crashes the server, so I removed it. And bump for those who wants some testing :)

  24. #24
    Enthusiast Kasoki is offline
    MemberRank
    Oct 2008 Join Date
    39Posts

    Re: [Rhisis] Rhisis test server

    i tested it ;) im now lvl 15 and i must say very nice :)

    No jobchange ^^?

  25. #25
    Alpha Member GlaphanKing is offline
    MemberRank
    Sep 2008 Join Date
    World of MorrowLocation
    2,594Posts

    Re: [Rhisis] Rhisis test server

    I believe there is going to be a lua file to change jobs unless you use the GM command !job and the number 1-33. so for merc it would be !job 1. the masters/heros are around the 20s I think.



Page 1 of 2 12 LastLast

Advertisement