Jump to content

Jhosef

Members
  • Posts

    299
  • Joined

  • Last visited

Everything posted by Jhosef

  1. its temporary for restriction and some reason like i want that map is for GM's only or for the other class only
  2. i dont realy get how to do this... and pls give us the bmp file
  3. i want to restrict it because for some reason.... sprite error every go to izlude thats why i will restricted all players to go there or that town is for GM only Nobody is allowed to go Izlude? yah
  4. Great Job can i request... can you please add the time of respawn of the boss monster?
  5. im haveing a trouble when i press alt m and change it ... it is not saving like alt+1 = /! i will change it to /sit when i press the close or alt m it is not save to /sit it reverted to /! help im using the basic rathena client
  6. i just want to request a class restriction in town like all class / job is restricted to go in izlude.. then it will warp in prontera BUMP
  7. Help im having a sprite error... in zeny and cash when im click the vending PROBLEM SOLVE
  8. can u please upload this in the rar mode... because im having a hard time to know how to do this
  9. @emistry at your class restriction how can i restrict all the job in town like no can enter in this town of izlude
  10. can you please give us a sprite for the female mage class or warlock
  11. i figured out this a couple of hour ago i refered to chilly +20 Refiner using bradium and kalunium in this link http://www.eathena.w...3 this is the revised script for RATHENA SERVER (Try and Tested). here is the guide LOOK IN SCRIPT.C BUILDIN_FUNC(failedrefitem) { int i=-1,num; TBL_PC *sd; num=script_getnum(st,2); sd = script_rid2sd(st); if( sd == NULL ) return 0; if (num > 0 && num <= ARRAYLENGTH(equip)) i=pc_checkequip(sd,equip[num-1]); if(i >= 0) { sd->status.inventory[i].refine = 0; pc_unequipitem(sd,i,3); // ¸˜Bޏ”sƒGƒtƒFƒNƒg‚̃pƒPƒbƒg clif_refine(sd->fd,1,i,sd->status.inventory[i].refine); pc_delitem(sd,i,1,0,2,LOG_TYPE_SCRIPT); // ‘¼‚Ìl‚É‚àŽ¸”s‚ð’Ê’m clif_misceffect(&sd->bl,2); } return 0; } then add/copy/paste this below BUILDIN_FUNC(failedrefitemR) // by jhosef { int i=-1,num; TBL_PC *sd; num=script_getnum(st,2); sd = script_rid2sd(st); if( sd == NULL ) return 0; if (num > 0 && num <= ARRAYLENGTH(equip)) i=pc_checkequip(sd,equip[num-1]); if(i >= 0) { //Logs items, got from (N)PC scripts [Lupus] sd->status.inventory[i].refine = sd->status.inventory[i].refine - 3; pc_unequipitem(sd,i,2); // status calc will happen in pc_equipitem() below clif_refine(sd->fd,0,i,sd->status.inventory[i].refine); clif_delitem(sd,i,1,2); clif_additem(sd,i,1,0); clif_misceffect(&sd->bl,2); } return 0; } then look on this text BUILDIN_DEF(failedrefitem,"i"), then copy/past this text below BUILDIN_DEF(failedrefitemR,"i"), //jhosef then compile it here is the Script Renewal_Refine.txt i hope it might help it to you thanks to chilly and Jhared
  12. when he is casting and see his back after casting it go to gravity error this is the Print Screen HELP me
  13. i want to know where is the script in the renewal refining the +11 - +20 because i cannot see in the npc folder
  14. Create a new thread in support. its already solve i use the 7 zipped .... the winrar is not working in this :|
  15. can i ask why the other Sprite is error?? like king frog hat and ice cream hat i love china and other Zodiac sign sprite other item is apple and the log in text is korean
  16. I just want to know how to fix this i already Download the Basic CLient in renewal BUMP
×
×
  • Create New...