GameServer 1.00.90

Page 82 of 86 FirstFirst ... 327274757677787980818283848586 LastLast
Results 2,026 to 2,050 of 2143
  1. #2026
    Mulegend Server Mulegend is offline
    MemberRank
    May 2006 Join Date
    Montevideo - UruguayLocation
    461Posts

    Re: GameServer 1.00.90

    Yep, EXC Drop if Rand()%2000 = 1 u have Exc Item, to hight Drop, put low number

  2. #2027
    Proficient Member Van_Bom is offline
    MemberRank
    May 2009 Join Date
    194Posts

    Re: GameServer 1.00.90

    how to change 1/n -> n/100 ?

    I like n/100.

    set = 90 -> Ex drop = 90% (^_^)..
    thanks

  3. #2028
    Proficient Member caothuphutho is offline
    MemberRank
    Dec 2007 Join Date
    0x00000000Location
    150Posts

    Re: GameServer 1.00.90

    Quote Originally Posted by Van_Bom View Post
    drop rate = 1/n

    if you set = 2000 -> Don't drop
    if you set = 2 -> drop rate = 50% -> Ex drop
    don't work

    ---------- Post added at 02:44 AM ---------- Previous post was at 02:42 AM ----------

    Quote Originally Posted by Mulegend View Post
    Yep, EXC Drop if Rand()%2000 = 1 u have Exc Item, to hight Drop, put low number
    thank you !

  4. #2029
    Apprentice tatarin is offline
    MemberRank
    Aug 2011 Join Date
    6Posts

    Re: GameServer 1.00.90

    hi all
    i have problem with s5quest system
    when I go into the game, I'm starting to go quest, but it's worth out of the game in shadow phantom soldier writes select a quest and there is nothing to choose a blank



    how to fix this?

    ---------- Post added at 08:20 AM ---------- Previous post was at 06:32 AM ----------

    i am fix this problem

  5. #2030
    Apprentice tatarin is offline
    MemberRank
    Aug 2011 Join Date
    6Posts

    Re: GameServer 1.00.90

    i am fix this problem

  6. #2031
    Apprentice tatarin is offline
    MemberRank
    Aug 2011 Join Date
    6Posts

    Re: GameServer 1.00.90

    who know how edit max monster attribute in gs_cs?

  7. #2032
    Proficient Member xom1b is offline
    MemberRank
    Aug 2006 Join Date
    VietnamLocation
    197Posts

    Re: GameServer 1.00.90

    Quote Originally Posted by tatarin View Post
    who know how edit max monster attribute in gs_cs?
    lot of works todo it and it's a hard work, very hard

  8. #2033
    Account Upgraded | Title Enabled! hugab is offline
    MemberRank
    Oct 2007 Join Date
    516Posts

    Re: GameServer 1.00.90

    Dark Raven durable consumption offset code need not be

  9. #2034
    Mulegend Server Mulegend is offline
    MemberRank
    May 2006 Join Date
    Montevideo - UruguayLocation
    461Posts

    Re: GameServer 1.00.90

    Google translator?

  10. #2035
    Proficient Member caothuphutho is offline
    MemberRank
    Dec 2007 Join Date
    0x00000000Location
    150Posts

    Re: GameServer 1.00.90

    "Blood Castle Master Enter" and "Devil Square Master Enter" . who can share full offset fix ? thank for all !

  11. #2036
    Account Upgraded | Title Enabled! hugab is offline
    MemberRank
    Oct 2007 Join Date
    516Posts

    Re: GameServer 1.00.90

    Dark Raven durable
    Exhausted too quickly.
    Durable modification of the offset code required

  12. #2037
    Apprentice tatarin is offline
    MemberRank
    Aug 2011 Join Date
    6Posts

    Re: GameServer 1.00.90

    how to integrate GSCS to GS?

  13. #2038
    Proficient Member josesp is offline
    MemberRank
    Mar 2009 Join Date
    186Posts

    Re: GameServer 1.00.90

    Quote Originally Posted by hugab View Post
    Dark Raven durable
    Exhausted too quickly.
    Durable modification of the offset code required

    #define offset_DarkRavenDurability (0x004F0D1D+1)

  14. #2039
    Proficient Member xom1b is offline
    MemberRank
    Aug 2006 Join Date
    VietnamLocation
    197Posts

    Re: GameServer 1.00.90

    Quote Originally Posted by caothuphutho View Post
    "Blood Castle Master Enter" and "Devil Square Master Enter" . who can share full offset fix ? thank for all !
    For BC:
    Modify it to XOR EAX,EAX (free EAX)
    Code:
    0x0057FE6D
    0x0057FDB3
    For DS: Set to JMP
    Code:
    0x00460396

  15. #2040
    Apprentice tatarin is offline
    MemberRank
    Aug 2011 Join Date
    6Posts

    Re: GameServer 1.00.90

    how to add exc opt,luck,soul use,bless use on 4lvl wings?
    i have example 18 gs lcteam

    unsigned char Wings1[] = {
    0x3D,0x29}; //CMP EAX, 1807 => CMP EAX, 1829
    memcpy((DWORD*)0x004FE309,Wings1,sizeof(Wings1)); //Bless usage
    //GS90
    //unsigned char wings1[] = {0x3D,0x86};//1886
    //memcpy((DWORD*)0x00536919,Wings1,sizeof(Wings1));<-no't right offset

    unsigned char Wings2[] = {
    0x81,0xF9,0x29}; //CMP ECX, 1807 => CMP ECX, 1829
    memcpy((DWORD*)0x004FE84E,Wings2,sizeof(Wings2)); //Soul usage
    //GS90
    //unsigned char Wings2[] = {0x81,0xF9,0x86};//1886
    //memcpy((DWORD*)0x00536EAE,Wings2,sizeof(Wings2));<- not right offset

  16. #2041
    Account Upgraded | Title Enabled! hugab is offline
    MemberRank
    Oct 2007 Join Date
    516Posts

    Re: GameServer 1.00.90

    Dark Raven durableExhausted too quickly.Durable modification of the offset code required

  17. #2042
    Account Upgraded | Title Enabled! juajua123 is offline
    MemberRank
    Aug 2010 Join Date
    203Posts

    Re: GameServer 1.00.90

    Quote Originally Posted by hugab View Post
    Dark Raven durableExhausted too quickly.Durable modification of the offset code required
    Lol, josesp already gave you the offset:
    #define offset_DarkRavenDurability (0x004F0D1D+1)

  18. #2043
    Novice fiasco4738 is offline
    MemberRank
    Sep 2011 Join Date
    3Posts

    Re: GameServer 1.00.90

    we were updating php version... web is online now.. and server too

  19. #2044
    Account Upgraded | Title Enabled! hugab is offline
    MemberRank
    Oct 2007 Join Date
    516Posts

    Re: GameServer 1.00.90

    Quote Originally Posted by juajua123 View Post
    Lol, josesp already gave you the offset:
    #define offset_DarkRavenDurability (0x004F0D1D+1)

    you good guy~

    I need DarkRaven enable the Knight
    offset code

  20. #2045
    Account Upgraded | Title Enabled! hugab is offline
    MemberRank
    Oct 2007 Join Date
    516Posts

    Re: GameServer 1.00.90

    I need DarkRaven
    How to enable other classes
    Need an offset code

  21. #2046
    Proficient Member 007jodex is offline
    MemberRank
    Sep 2008 Join Date
    158Posts

    Re: GameServer 1.00.90

    Quote Originally Posted by hugab View Post
    I need DarkRaven
    How to enable other classes
    Need an offset code
    Come on! Are you kidding?

    Have you checked Item.txt? he have Class Value ;)

  22. #2047
    Account Upgraded | Title Enabled! hugab is offline
    MemberRank
    Oct 2007 Join Date
    516Posts

    Re: GameServer 1.00.90

    Quote Originally Posted by 007jodex View Post
    Come on! Are you kidding?

    Have you checked Item.txt? he have Class Value ;)



    I need DarkRaven skill <==
    How to enable other classes
    Need an offset code
    Leadership in the <=> Energy

  23. #2048
    Proficient Member josesp is offline
    MemberRank
    Mar 2009 Join Date
    186Posts

    Re: GameServer 1.00.90

    Quote Originally Posted by hugab View Post
    I need DarkRaven skill <==
    How to enable other classes
    Need an offset code
    Leadership in the <=> Energy
    Research it by yourself! -.-

  24. #2049
    Account Upgraded | Title Enabled! hugab is offline
    MemberRank
    Oct 2007 Join Date
    516Posts

    Re: GameServer 1.00.90

    Quote Originally Posted by josesp View Post
    Research it by yourself! -.-
    Is too difficult
    Somebody is able to

    -translate.google-

  25. #2050
    Apprentice hermexjohn is offline
    MemberRank
    Jul 2005 Join Date
    23Posts

    Re: GameServer 1.00.90

    Quote Originally Posted by hugab View Post
    Is too difficult
    Somebody is able to

    -translate.google-
    I did the research on GS_CS, now you'll have to do it on GS common. Here it is:

    Code:
    CDarkSpirit::Run change:
    
    0050118F  |. /74 05         JE SHORT GameServ.00501196 (Make JMP to Enable All Classes)
    
    00501218  |. /74 2C         JE SHORT GameServ.00501246 (Make JMP to Disable Leadership Check or change 0x100:Leadership and 0x102:AddLeadership below)
    
    CDarkSpirit::SetTarget change:
    
    00501ECC  |. /74 02         JE SHORT GameServ.00501ED0 (Make JMP to Enable All Classes)
    
    
    CDarkSpirit::ReSetTarget change:
    
    00501F3C  |. /74 02         JE SHORT GameServ.00501F40 (Make JMP to Enable All Classes)
    
    
    CDarkSpirit::SetMode change:
    
    00501FD2  |. /74 05         JE SHORT GameServ.00501FD9 (Make JMP to Enable All Classes)
    
    
    CDarkSpirit::Set change:
    
    0050223F  |. /74 05         JE SHORT GameServ.00502246 (Make JMP to Enable All Classes)
    
    005022A1  |.  66:8B91 00010>MOV DX,WORD PTR DS:[ECX+100] (0x100 = Leadership)
    
    005022AD  |.  66:8B88 02010>MOV CX,WORD PTR DS:[EAX+102] (0x102 = AddLeadership)



Advertisement