Jump to content

matheus00123

Members
  • Posts

    34
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by matheus00123

  1. Hello
    I will check, editor after you have the answer, but I believe it is not, but the code below will check more before have real certainty

    		case CUSTOM_CATCH_FISH:
    			if( sd )
    			{
    				if( !npc->script_event(sd,NPCE_PEACHEVENT) ) {
    					ShowDebug("Event 'OnPeachEvent' not found in any npc!\n");
    					clif->skill_fail(sd,skill_id,USESKILL_FAIL_LEVEL,0);
    				}
    			}
    			break;
    
  2. Hello,

    Sorry if I'm in the wrong area, I am Brazilian and my English did not and it such thing despite using the translator: D

    I'm upgrading to rAthena to be more up to date and have better support, so let's end it.

    I bought some scripts to the other emulator and it worked, time to migrate all gave error, some managed to solve, the script below and are fishing system error in time to recompile, below pictures of error and diff src.

    If anyone can help me I would appreciate it.

    Error pattern to compile.

    post-1533-0-11774100-1465040744_thumb.jpg

    Diff used.

    sistema_de_pescaria.diff

    I managed to work more to teleport skill to use alone, and I wanted the skill to work on time so that you are in the water.

    The issue below run more as said it works only in time to teleport ...

    case CUSTOM_CATCH_FISH:			if(sd)			{				if( npc_script_event(sd,NPCE_PEACHEVENT) ) {					ShowDebug("Event 'OnPeachEvent' not found in any npc!\n");					clif_skill_fail(sd,skill_id,USESKILL_FAIL_LEVEL,0);				}			}			break;
×
×
  • Create New...