Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    409

Everything posted by Emistry

  1. try change L_PoringKilled into OnPoringKilled
  2. perhap you have disabled that ?? try /notalkmsg /notalkmsg2
  3. 1993
  4. 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.
  5. 1991!!!!!!!!
  6. 1989
  7. 1987
  8. @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";
  9. 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....
  10. 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; }
  11. 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; }
  12. use search engine ~ fluxcp-renewal - Finally native rAthena Support
  13. 1984
  14. 1977
  15. 1975
  16. 1973
  17. 1971
  18. 1969
  19. 1967
  20. 1965
  21. 1962
  22. out side of the npc script.... just place it a the very very very very very bottom of your text file .....
  23. change OnPCLoginEvent: into OnPCLoadMapEvent: if( strcharinfo(3) != "bat_c01" ) end; then add this bat_c01 mapflag loadevent
  24. double the new item with new item bonus you have add recently....
  25. edit this file https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/re/statpoint.txt
×
×
  • Create New...