Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. try change L_PoringKilled into OnPoringKilled
  2. perhap you have disabled that ?? try /notalkmsg /notalkmsg2
  3. you have to show your script..we wont know how you store the timer in a variable ... and the way Jhosef do is right...but you have to make sure the variable is correct and the script used is compatible for it.
  4. @deathscythe Sorry...but Wrong ~ that use to disable the NPC... @topic starter.. well...it should be caused by this L_Champ: mapannounce "quiz_01","Mr. Banker: Please talk to me to get your prize..",0; pvpoff "quiz_01"; hideonnpc "Mr. Banker"; <-------------------------------------------------- end; the that line into thiss enablenpc "Mr. Banker";
  5. the correct way suppose to be this.. change L_cluckannounce: into OnClock0500: OnClock1000: OnClock1500: OnClock2000: L_cluckannounce: if( $@startcluck == 1 ) end; and what you dont understand with the SET ? just use to assign a value / string into a specific Variable given by yourself....
  6. Emistry

    New Commands

    you can do it like this also if you dunno much in src related stuffs... // Add this in your Command SRC file. ACMD_FUNC(Mall){ npc_event(sd,"Warp::OnType",0); return 0; } // Add this NPC Script. - script Warp -1,{ OnType: warp "mall",0,0; end; }
  7. typo + some mistake in variable suppose to be this - script Reward -1,{ OnPCLoginEvent: if( #RD == gettime(8) ) end; getitem .rewarditem[rand( getarraysize( .rewarditem ) )],1; set #RD,gettime(8); end; Oinit: setarray .rewarditem[0],512,513,514; //reward item id end; }
  8. use search engine ~ fluxcp-renewal - Finally native rAthena Support
  9. out side of the npc script.... just place it a the very very very very very bottom of your text file .....
  10. change OnPCLoginEvent: into OnPCLoadMapEvent: if( strcharinfo(3) != "bat_c01" ) end; then add this bat_c01 mapflag loadevent
  11. double the new item with new item bonus you have add recently....
  12. edit this file https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/re/statpoint.txt
×
×
  • Create New...