[Release] Fix for gobies don't spawn.

Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    Account Upgraded | Title Enabled! xazerrx is offline
    MemberRank
    Jul 2008 Join Date
    SiNGaPoReLocation
    718Posts

    [Release] Fix for gobies don't spawn.

    Here is a small fix for all you people who posted in the support section for this. Basically, this disables MonsterAutoAggro. If you want MonsterAutoAggro and don't mind about the goby bug, then don't read this. If you are really worried about the goby bug and would do anything to solve it, here is the fix for you.

    Open MoveLifeHandler.java, Ctrl + F and search
    Code:
    monster.setControllerHasAggro
    Change this
    Code:
    } else {
    			if (skill == 255 && monster.isControllerKnowsAboutAggro() && !monster.isMobile()) {
    				monster.setControllerHasAggro(true);
    				monster.setControllerKnowsAboutAggro(true);
    			}
    		}
    		boolean aggro = monster.isControllerHasAggro();
    		c.getSession().write(MaplePacketCreator.moveMonsterResponse(objectid, moveid, monster.getMp(), aggro));
    		if (aggro) {
    			monster.setControllerKnowsAboutAggro(true);
    		}
    To this
    Code:
    } else {
    			if (skill == 255 && monster.isControllerKnowsAboutAggro() && !monster.isMobile()) {
    				monster.setControllerHasAggro(false);
    				monster.setControllerKnowsAboutAggro(false);
    			}
    		}
    		boolean aggro = monster.isControllerHasAggro();
    		c.getSession().write(MaplePacketCreator.moveMonsterResponse(objectid, moveid, monster.getMp(), aggro));
    		if (aggro) {
    			monster.setControllerKnowsAboutAggro(false);
    		}
    Now, open MapleMonster.java, Ctrl + F and search
    Code:
    setControllerHasAggro
    Change this
    Code:
    if (immediateAggro) {
    			setControllerHasAggro(true);
    		}
    		setControllerKnowsAboutAggro(true);
    	}
    To this
    Code:
    if (immediateAggro) {
    			setControllerHasAggro(false);
    		}
    		setControllerKnowsAboutAggro(false);
    	}
    Compile and you're done. Now please don't beg for anymore of this in the support section. I bolded the changed parts so you noobs would learn.


  2. #2
    You've got my respect! Traitor is offline
    MemberRank
    Apr 2008 Join Date
    Portland,OregonLocation
    959Posts

    Re: [Release] Fix for gobies don't spawn.

    this is a guide.

  3. #3
    Account Upgraded | Title Enabled! xazerrx is offline
    MemberRank
    Jul 2008 Join Date
    SiNGaPoReLocation
    718Posts

    Re: [Release] Fix for gobies don't spawn.

    Quote Originally Posted by Trait0r View Post
    this is a guide.
    its a fix. use it if u need it. else dont bother.

  4. #4
    Burn the land, HydroBenZ is offline
    MemberRank
    Aug 2008 Join Date
    2,710Posts

    Re: [Release] Fix for gobies don't spawn.

    Nice one =]

  5. #5
    Account Upgraded | Title Enabled! xazerrx is offline
    MemberRank
    Jul 2008 Join Date
    SiNGaPoReLocation
    718Posts

    Re: [Release] Fix for gobies don't spawn.

    I think this bug is only in PCMaple because PCG added monsterautoaggro o.o

  6. #6
    Alpha Member Moogra is offline
    MemberRank
    Jul 2008 Join Date
    1,804Posts

    Re: [Release] Fix for gobies don't spawn.

    nah I have that one now that I added MonsterAutoAggro.
    This is a good release.

  7. #7
    Infraction Banned CptObvious is offline
    MemberRank
    Aug 2008 Join Date
    366Posts

    Re: [Release] Fix for gobies don't spawn.

    Quote Originally Posted by xazerrx View Post
    I think this bug is only in PCMaple because PCG added monsterautoaggro o.o
    That's because PCMaple Repack is full of pure RageZONE fail.

  8. #8
    Omega ihatehaxor is offline
    MemberRank
    Apr 2008 Join Date
    JerseyLocation
    5,461Posts

    Re: [Release] Fix for gobies don't spawn.

    nice release xazzerx
    i like how u contribute so much stuff to ragezone lol.

  9. #9
    RaGEZONE = FLaMEZONE thisisakevin is offline
    MemberRank
    Jul 2008 Join Date
    284Posts

    Re: [Release] Fix for gobies don't spawn.

    Yep. PCMaple is full of fail all over.

  10. #10
    RaGEZONE = FLaMEZONE thisisakevin is offline
    MemberRank
    Jul 2008 Join Date
    284Posts

    Re: [Release] Fix for gobies don't spawn.

    And this is a guide-fix :/

  11. #11
    Account Upgraded | Title Enabled! xazerrx is offline
    MemberRank
    Jul 2008 Join Date
    SiNGaPoReLocation
    718Posts

    Re: [Release] Fix for gobies don't spawn.

    Quote Originally Posted by Moogra View Post
    nah I have that one now that I added MonsterAutoAggro.
    This is a good release.
    Glad it helped :D

    Quote Originally Posted by ihatehaxor View Post
    nice release xazzerx
    i like how u contribute so much stuff to ragezone lol.
    Yes I help alot when people need help. But I dont get any when I need help =/

    Quote Originally Posted by thisisakevin View Post
    And this is a guide-fix :/
    *Ignores =/*

  12. #12
    Account Upgraded | Title Enabled! chuayaowei is offline
    MemberRank
    Jul 2008 Join Date
    SingaporeLocation
    1,410Posts

    Re: [Release] Fix for gobies don't spawn.

    Nice fix you have XD

  13. #13
    Account Upgraded | Title Enabled! happydud3 is offline
    MemberRank
    Apr 2008 Join Date
    351Posts

    Re: [Release] Fix for gobies don't spawn.

    Or you could go to the goby xml file and remove the "first attack" line

  14. #14
    Infraction Banned XxOsirisxX is offline
    MemberRank
    Jul 2008 Join Date
    2,456Posts

    Re: [Release] Fix for gobies don't spawn.

    It where always working i guess :x never used PC anyhow :x

  15. #15
    Apprentice hermit5 is offline
    MemberRank
    Jul 2008 Join Date
    10Posts

    Re: [Release] Fix for gobies don't spawn.

    help!! i have done all of what you said recompile nothing works!! Gobies still don't spawn I have check the bombing fish house id and it already have the revive thingy help



Page 1 of 2 12 LastLast

Advertisement