[Release] zTeam Season 6 EP3 + Source

Page 43 of 304 FirstFirst ... 3335363738394041424344454647484950515393143 ... LastLast
Results 631 to 645 of 4549
  1. #631
    SDK Ema Leto is offline
    MemberRank
    Feb 2009 Join Date
    Villa PueyrredLocation
    309Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by 007jodex View Post
    Whats the point? People asking by custom? GTFO!

    This files have incomplete features, have more than 3 crashes, have incomplete quest system, some things that need be checked..

    STOP ASKING FOR CUSTOM! We are reporting and fixing bugs!
    Pense que estabas muerto (?


    I try to fix BC & IT counter but atm only fixed it


  2. #632
    Proficient Member 007jodex is offline
    MemberRank
    Sep 2008 Join Date
    158Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by Ema Leto View Post
    Pense que estabas muerto (?

    I try to fix BC & IT counter but atm only fixed it

    Ya va pibe, te conosco? ;) Jajajaja El que andas muerto, sos vos, que no respondes PM, no entras a ig, no me hablas, me olvidas... andate ema..

    Add me on skype! eljodex. Me, croix & zerosp working on some things ;)

  3. #633
    selling server files is against RZ rules LTPTeam is offline
    MemberRank
    Feb 2013 Join Date
    UkraineLocation
    551Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by webmonkey View Post
    wrong itembag config...
    itembag default

  4. #634
    Valued Member webmonkey is offline
    MemberRank
    Jul 2005 Join Date
    125Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Refining stones fix:

    open JewelOfHarmonySystem.cpp and find:

    Code:
    BOOL CJewelOfHarmonySystem::IsStrengthenByJewelOfHarmony(CItem *pItem)
    {
    	return false;
    	if ( this->GetItemStrengthenOption(pItem) >0  )
    		return TRUE;
    
    	return FALSE;
    }
    replace with:

    Code:
    BOOL CJewelOfHarmonySystem::IsStrengthenByJewelOfHarmony(CItem *pItem)
    {
    	if ( this->GetItemStrengthenOption(pItem) >0  )
    		return TRUE;
    
    	return FALSE;
    }
    Sorry I didn't took the time to make a video showing my INSANE line commenting skills.

    PD: updated list of fixes HERE

  5. #635
    Proficient Member aeyemo is offline
    MemberRank
    Feb 2009 Join Date
    154Posts

    re: [Release] zTeam Season 6 EP3 + Source


    help me please

  6. #636
    Account Upgraded | Title Enabled! BladeKnight109 is offline
    MemberRank
    Jun 2014 Join Date
    242Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Fix Drop Zero Money:
    Find:
    Code:
    BOOL MapClass::MoneyItemDrop(int money, int x, int y)
    And add:
    Code:
        if (money <= 0)
            return FALSE;

  7. #637
    Account Upgraded | Title Enabled! phgkhh is offline
    MemberRank
    Dec 2009 Join Date
    395Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by Th3AnG3L View Post
    can someone share Sphere client text display fix?
    Here it is: http://www.mediafire.com/download/w0...ooltip_eng.bmd

  8. #638
    Account Upgraded | Title Enabled! BladeKnight109 is offline
    MemberRank
    Jun 2014 Join Date
    242Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Fix Command /give15bless

    Code:
    BYTE CGMMng::GetData(char *szCmd,int &command_code,int &gamemaster_code)
    {
        for ( int n    =0; n< MAX_GM_COMMAND ; n++ )
        {
            if ( this->cCommand.nCmdCode[n] >= 0 )
            {
                if ( stricmp(szCmd, this->cCommand.szCmd[n]) == 0 )
                {
                    command_code = this->cCommand.nCmdCode[n];
                    gamemaster_code = this->cCommand.nGMCode[n];
                    return TRUE;
                }
            }
        }
    
        return 0;
    }

  9. #639
    Evolution Team Th3AnG3L is offline
    MemberRank
    Apr 2014 Join Date
    634Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by BladeKnight109 View Post
    Fix Command /give15bless

    Code:
    BYTE CGMMng::GetData(char *szCmd,int &command_code,int &gamemaster_code)
    {
        for ( int n    =0; n< MAX_GM_COMMAND ; n++ )
        {
            if ( this->cCommand.nCmdCode[n] >= 0 )
            {
                if ( stricmp(szCmd, this->cCommand.szCmd[n]) == 0 )
                {
                    command_code = this->cCommand.nCmdCode[n];
                    gamemaster_code = this->cCommand.nGMCode[n];
                    return TRUE;
                }
            }
        }
    
        return 0;
    }
    can you upload dataserver source files

  10. #640
    Enthusiast dlawls661 is offline
    MemberRank
    Oct 2011 Join Date
    37Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Jewel of Bless
    Jewel of Soul

    shop sell = wcoin

    source please

  11. #641
    King of the bongo Denied is offline
    MemberRank
    Oct 2009 Join Date
    RomaniaLocation
    986Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by 007jodex View Post
    Whats the point? People asking by custom? GTFO!

    This files have incomplete features, have more than 3 crashes, have incomplete quest system, some things that need be checked..

    STOP ASKING FOR CUSTOM! We are reporting and fixing bugs!
    Crash bugs like?

  12. #642
    Alpha Member ianvalls90 is offline
    MemberRank
    Apr 2007 Join Date
    ArgentinaLocation
    1,829Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Someone pleade, share an updated source, im at my mobile phone and it would take me a while to read all pages and make all fixes 1 by 1....now...if someone can upload some source decently updated it would be really lovely......

  13. #643
    King of the bongo Denied is offline
    MemberRank
    Oct 2009 Join Date
    RomaniaLocation
    986Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by ianvalls90 View Post
    Someone pleade, share an updated source, im at my mobile phone and it would take me a while to read all pages and make all fixes 1 by 1....now...if someone can upload some source decently updated it would be really lovely......
    http://forum.ragezone.com/f197/zteam...3/#post8124553

    And add latest 2 fixes of BladeKnight from latest page

  14. #644
    selling server files is against RZ rules LTPTeam is offline
    MemberRank
    Feb 2013 Join Date
    UkraineLocation
    551Posts

    re: [Release] zTeam Season 6 EP3 + Source

    New wings not displayed in character select. give me fix please.

  15. #645
    King of the bongo Denied is offline
    MemberRank
    Oct 2009 Join Date
    RomaniaLocation
    986Posts

    re: [Release] zTeam Season 6 EP3 + Source

    Quote Originally Posted by cocs55 View Post
    New wings not displayed in character select. give me fix please.
    Also in BC too



Advertisement