Rhisis 0.0.1

Page 5 of 5 FirstFirst 12345
Results 101 to 114 of 114
  1. #101
    Grand Master GlaphanKing is offline
    Grand MasterRank
    Sep 2008 Join Date
    World of MorrowLocation
    2,593Posts

    Re: Rhisis 0.0.1

    Quote Originally Posted by divinepunition View Post
    Don't speak about what you don't know...

    1- osa don't need to have VS200 installed to work (just .netFramework
    2- There no steal we discuss together BBim and me and exchange our idea. I give him info for packet i find and he give me what is team find. Who have first make Pang work ?hu ? What i don' t hear you ?...

    Well, while the two project are open source we could see Rhisis source and Rhisis can see our source, we're developming the same game, but in different way. They will be some functionnality that you must not find in rhisis and same for them. But for basic part (how can i run, how can i make a party etc.) we will have the same system cause we're making an emulator for same game !

    I don't have aki or GK msn so i just speak with BBim and i don't think that exchange idea is stealing...or i need to reurn on wikipedia to see another define of stealing ?
    Wise words indeed.

  2. #102
    Grand Master divinepunition is offline
    Grand MasterRank
    Dec 2008 Join Date
    FranceLocation
    621Posts

    Re: Rhisis 0.0.1

    thanks glaphan oh by the way, last time i speak to BBim he haven't implemented the windows asking you if you want to be resurrect by other player when your using resurrect skill.

    Command server send to show the windows is 0x27 you don't other thing that moverid and this command

    The client answer are :

    Code:
    RECV_RESURRECT_YES          = 0xFFFFFF78,
                                RECV_RESURECT_NO            = 0xFFFFFF79,
    i will add this for V10 but i tell you what i have done. I create a temporary variable in all client. When someone send a ressurection skill on target. target temporary value stock skill data.

    I send an offer to resurrect. If target say no, i delete temporary variable.
    I player say YES :

    1-I send a remove lodelight screen (command is 0xEB)

    2-I update xp of player and while i have memorized skill data of the caster i will know how many EXP are re given to player !

    2- I update and resurect player (just HP are modified not MP or FP like in game)

    The only thin that i don't find is the effect that make you fly 1seconde before being resurrect.


    Well i hope people will understand that we're helping each other...

  3. #103
    Grand Master BBim is offline
    Grand MasterRank
    Sep 2008 Join Date
    127.0.0.1Location
    1,110Posts

    Re: Rhisis 0.0.1

    lol when I saw what the other guy said I got so mad that I couldnt answer before calming down.
    Divine and me lots of time are exchanging information and also both are open source projects, so you can look at it, understand and make it at your source.
    And, if they were stealing, what we would call you using rhisis as a base to make a server?
    lol totally bullshit.

    @divine
    Thanks for that code, Im really busy this week so I will need to look at it later :\

  4. #104
    Member yanir3 is offline
    MemberRank
    Apr 2008 Join Date
    95Posts

    Re: Rhisis 0.0.1

    great release , thank's .
    btw , can some one give me download for visual C++ 2008 express Without downloading from microsoft ? b'cuz it got error after downloading >_>

  5. #105
    Sorcerer Supreme shins012 is offline
    Member +Rank
    Jul 2008 Join Date
    Philippines,ManLocation
    333Posts

    Re: Rhisis 0.0.1

    i cant execute the rhisis script...

  6. #106
    Newbie najram26 is offline
    MemberRank
    Mar 2009 Join Date
    12Posts

    Re: Rhisis 0.0.1

    can u have a guide on how to use the character source?? using visual studio 2005 cause i dont have 2008... and im asking this so that i could learn how to use the source u have provided... i dont want to use 2008 because i want to learn how to do it using source codes... can u please have a guide...
    i can understand c programming a little bit... so im asking for a guide(step by step guide) on how to use the source code provided by the thread starter... thanks a lot...

  7. #107
    Grand Master divinepunition is offline
    Grand MasterRank
    Dec 2008 Join Date
    FranceLocation
    621Posts

    Re: Rhisis 0.0.1

    first of all you should download VS C++ 2008 express, it's free. Why cause you cna use sources from 2005 to 2008 but not necessary the contrary (could have some compatibility problem)

    Then, know a little bit C will not help you a lot, you really need to learn C++ to really understand their code.

    Making a step by step for how to code in their file ??? Mmmm i'm not sure they will take time for this while developping take a lot of time BUT... a good idea could be to make a guide with an exemple of functionality like, "create jewel" or "remove card on a weapon" and show how it could be implemented in the source. Well this will not take a lot of time, will not give an "easy way" to code yourself without need to learn C++ but that vould help you to understand how they work yes...

    I say that but i can't do it for you :p but it could be an idea ^^

  8. #108
    Grand Master GlaphanKing is offline
    Grand MasterRank
    Sep 2008 Join Date
    World of MorrowLocation
    2,593Posts

    Re: Rhisis 0.0.1

    Quote Originally Posted by najram26 View Post
    can u have a guide on how to use the character source?? using visual studio 2005 cause i dont have 2008... and im asking this so that i could learn how to use the source u have provided... i dont want to use 2008 because i want to learn how to do it using source codes... can u please have a guide...
    i can understand c programming a little bit... so im asking for a guide(step by step guide) on how to use the source code provided by the thread starter... thanks a lot...
    You should really update to 2008. Its free.

  9. #109
    Newbie Aparatek is offline
    MemberRank
    Sep 2008 Join Date
    2Posts

    Re: Rhisis 0.0.1

    When i logged in I cant choose server, therers not servers on list? Anyone know what might be wrong?
    Last edited by Aparatek; 03-05-09 at 01:02 PM. Reason: other prob

  10. #110
    Grand Master BBim is offline
    Grand MasterRank
    Sep 2008 Join Date
    127.0.0.1Location
    1,110Posts

    Re: Rhisis 0.0.1

    You are using neuz_no_gg.exe
    When you should be using this: http://www.4shared.com/file/71744143...f7e/FlyFF.html

  11. #111
    Sorcerer Supreme alist3r06 is offline
    Member +Rank
    Apr 2009 Join Date
    269Posts

    Re: Rhisis 0.0.1

    Does this serverfiles can let my friends connect?

  12. #112
    Grand Master BBim is offline
    Grand MasterRank
    Sep 2008 Join Date
    127.0.0.1Location
    1,110Posts

    Re: Rhisis 0.0.1

    Of course it does.

  13. #113
    Elite Member shappy23 is offline
    Member +Rank
    Dec 2008 Join Date
    PhilippinesLocation
    113Posts

    Re: Rhisis 0.0.1

    Hi guys i need Rhisis Cool Database i need please i want to be an rhisis user lol

  14. #114
    Elite Member Akitasha is offline
    Member +Rank
    Jun 2005 Join Date
    NY, USALocation
    220Posts

    Re: Rhisis 0.0.1

    Hoping the mods can close this one since 0.0.2 is out at @
    http://forum.ragezone.com/f457/relea...-0-2-a-571181/



Page 5 of 5 FirstFirst 12345

Advertisement