Jump to content

Stolao

Developer
  • Posts

    1443
  • Joined

  • Last visited

  • Days Won

    40

Everything posted by Stolao

  1. For npc just give it a location, and for the images its called a cutin. How to do both can be found in here https://github.com/rathena/rathena/blob/master/doc/script_commands.txt
  2. I recommend converting everything into Korean personally make it easier to read then gibberish letters also.
  3. Edit skill_db, the inf3 (last variable) I believe it's 0x00004 That's for use while hiding For damage do an sc_check in skill.c or battle.s I forget which backstab is in.
  4. Can I reserve one of the mediums... And would you describe it as a large-medium or a small-medium? Maybe I should just get a large... sizing chart on first post
  5. Specify what your looking for then
  6. https://github.com/Stolao/Npc_Release/blob/master/Custom_Functions/F_ItemWeight_v1.01.txt Here is a custom function I wrote to emulate item boxes without having to source in a new IG_
  7. Yoy need to give way more details then just level 4 weapons. But I'm pretty sure you mean this https://github.com/rathena/rathena/blob/master/npc/quests/lvl4_weapon_quest.txt
  8. As the title says it's currently being overhauled alot of commands and stuff have changed and is not working 100%, I'm waiting on a svn update to finish revamping.
  9. Your retrieving account id not character id
  10. sd->status.status_point = statp[sd->status.base_level] + ( sd->class_&JOBL_UPPER ? 52 : 0 ) + ( (sd->class_&JOBL_THIRD && sd->class_&JOBL_BABY && !sd->class_&JOB_SUPER_BABY_E) ? 52 : 0 ); // extra 52+48=100 stat points
  11. If(eaclass()&eajl_third) your a third class
  12. // ----------------------------------------------------------- // Reward options. // ----------------------------------------------------------- // [1] Enable rewards. // [2] Mail all rewards. // - If not set, players receive items in their inventory. // - Only ONE item can be sent via mail, plus Zeny. // - Note that offline players do NOT receive rewards. // [4] Only reward Guild Masters. // - If not set, all guild members are rewarded. // - If mailing is enabled (option 2), offline Guild Masters WILL receive rewards. // [8] Duplicate IP check. // - Members in a guild with the same IP address are not rewarded. // - If Guild Masters is enabled (option 4), this feature is not used. // ----------------------------------------------------------- // Combine values as needed (e.g. 1|8 = 1+8 = 9). set .Options, 1|8; Change the set option removing the 8
  13. This would require a source mod, not a script.
  14. That's because it under the OnInit label which is only run on script loading, be to make it random you would need to move that up in the script where a player triggers it.
  15. https://rathena.org/board/topic/106234-stolaos-iro-bounty-board-quest-100/#entry303693
  16. it was actually release about 9 months ago on my git just didn't make a post about it. Your welcome, tell me how you like it.
  17. < Stolao's Mining > Features: An official looking mob based mining system Fully configurable Custom in game Item provided by Haziel Todo: Suggestions? Optimize Add Prison Mine Needs More Mining Spots Changelog: 4.44 Fixed bug with weapon sprite crashing (changed weapon type client side to 0) 4.45 Changed mob ids to 3900+ 4.46 Tabulation 4.47 More Tabulation fixes 4.48 Removed extra { 4.49 Removed use of 'set' 4.4A Fixed not collecting later rewards 4.4B Changed Iron Break Chance from 1200 -> 120 Links: Latest Mining GRF: Mining.grf Links: Latest Mining Note: I'm not going to be updating this script anymore other then bug fixes as I'm no longer using it myself since I have updated to a SRC based one, i will eventually release the SRC one.
  18. < Stolao's Bounty Board > Features:A Request from spinzaku to make http://irowiki.org/wiki/Bounty_Board_Quests Todo:Suggestions? Optimize Changelog: 1.0 First Released Links:Latest Bounty Board
×
×
  • Create New...