Jump to content

QQfoolsorellina

Members
  • Posts

    587
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by QQfoolsorellina

  1. It happens when the player is not within the sight range of the npc this kind of npc - script npcname -1,{} can bypass that limit
  2. prontera,150,150,4 script Prepare System 123,{ change to - script Prepare System -1,{ and to add a duplicate npc prontera,150,150,4 duplicate(Prepare System) Prepare System#1 123
  3. if(gettimetick(2)-lastwarptime < 60){ mes "please wait 1 minute"; close; } set lastwarptime,gettimetick(2);
  4. mes ""+getcanrefine(itemid); red part convert int to string
  5. try this skill.c case ST_WATER: + if(sd->status.class_ == JOB_SUPER_NOVICE_E) + break; if (sc && (sc->data[sC_DELUGE] || sc->data[sC_SUITON])) break; if (map_getcell(sd->bl.m,sd->bl.x,sd->bl.y,CELL_CHKWATER)) break; clif_skill_fail(sd,skill,USESKILL_FAIL_LEVEL,0); return 0;
  6. https://rathena.svn...._require_db.txt 86,0,0,15:20:20:25:25:25:25:25:25:25,0,0,0,99,0,0,water,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //WZ_WATERBALL water --> none
  7. 1888 downloads

    Basic Description: Three official Ragnarok carts by Gravity.
    Free
  8. Hello.... Does anyone have the official malangdo Enchant script ? I need the script and hopefully someone can share. Thank you so much.
  9. Sorry for posted wrong section. I'm really sorry if it has made you misunderstand me, What I really need idnum was extracted from TW-RO I must sort by myself so I need someone help me or tell me some way to handle that...
  10. Hi~ I need the sorted officail idnum2itemdisplaynametable but I dunno how to do it? I was wnodering if there any better way to sort idnum2itemdisplaynametable.txt?
  11. if(getequipid(1)>0 && getequipid(9)>0 && getequipid(10)>0){......} I think to use getequipid would be better
  12. 2011-11-16 not supporting Kagerou & Oboro
  13. maybe you can try to add time label before sonicxxx: +OnWed2000: sonicxxx: announce "[ Poring Hoster ]: Poring Soccer Event has just started!!!",bc_all; sleep 3000; announce "[ Poring Hoster ]: For those who wants to register, please make two party of 5 players each.",bc_all; sleep 2500; announce "[ Poring Hoster ]: After ready then go to the left portal in the center of prontera!",bc_all; enablenpc "poringballwarp"; initnpctimer; end;
  14. but the login character is gm ,only block walking cant stop him to do anything right?
  15. try this click I downloaded from here before credit to Ryophin
  16. http://rathena.org/wiki/Main_Page and http://rathena.org/b...earch_in=forums
  17. You can try to add another mod by manual.I think it should work 15194 and 15398
  18. another way : - script Reward -1,{ OnPCLoginEvent: if(#RD ==gettime(8)) end; getitem 501,rand(getarraysize(rewarditem)); se #RD,gettime(8); end; Oinit: setarray .rewarditem[0],512,513,514; //reward item id } edit :typo
  19. Ok ,after testing, the result as you say 1sec =10000 . I cant understand why it became 10000 but I know how to settting now ty
  20. This problem bothering me for a long time. May someone kindly check this ?
×
×
  • Create New...