Jump to content

Stolao

Developer
  • Posts

    1443
  • Joined

  • Last visited

  • Days Won

    40

Everything posted by Stolao

  1. Don't bump without providing additional information.
  2. Don't bump without providing additional information.
  3. Don't bump without providing additional information.
  4. Don't bump without providing additional information. Also here you just need to tweak mine it does based off players already https://github.com/Stolao/Npc_Release/blob/master/Floating_Rates/floating_rates.txt
  5. Thought of it after seeing emistrys usable ores yesterday.
  6. I thought he's asking for 2 char sever connected to 1 map server which would be ugly
  7. Dont bump unless providing additional information.
  8. Try searching I know of several in release section.
  9. You have to give more details then you provided.
  10. 2 Login Servers would prove no benefit whatsoever, from what I can think of, Only server that could be useful to have 2 of is map IMO.
  11. 2 Character Servers would prove no benefit whatsoever, from what I can think of, Only server that could be useful to have 2 of is map IMO.
  12. gotta give more info then that, Fire Ivy is a skill dropped by Gravity and never made it to live other then the renaming skill entry in client if you wanted to make it into a custom skill it would be quite easy.
  13. most the code can be read even without formal knowledge of C/C++ as long as you can follow a logical thought process, though knowing C will help a lot, anything you can't figure out ask about.
  14. Stolao

    Vip System

    *vip_status(<type>,{"<character name>"}) Returns various information about a player's VIP status. Valid types: 1 - VIP status. (1 if VIP, 0 if non-VIP) 2 - VIP expire date. (timestamp string if VIP, 0 if non-VIP) 3 - VIP time remaining. (timestamp string if VIP, 0 if non-VIP) NOTE: This command is only available if the VIP System is enabled. --------------------------------------- *vip_time <time>,{"<character name>"}; Changes a player's VIP time (in minutes). A positive value will increase time, and a negative value will decrease time. NOTE: This command is only available if the VIP System is enabled. ---------------------------------------
  15. < Stolao's Clickable Bottles > Features: Adds a clickable Empty Bottle for crafting purposes Supports Skill Requirements and Item requirements for all items Contains All Potions and items made with Empty Bottles, using original recipes Todo: Suggestions? Optimize? Changelog: 1.00 Release Links: Latest
  16. It's Technoken anyways im glad to help. Hi Poporing~
  17. I'm assuming your using this box for an event or something is why you need it, why not leave that alone and make a special box that uses makeitem instead.
  18. Stolao

    @go command

    Yes its possible just need to add a special case in the src with a switch(rnd()%4){} or something similar leading to 4 different locations.
  19. Don't feel rushed to publish this, just work at your own pace. This is why I didn't announce my own project still. Keep up the good work and finish when you finish.
  20. That depends on your settings in https://github.com/rathena/rathena/blob/master/conf/battle/pet.conf
  21. int maxcount = (skill_id==AM_CANNIBALIZE)? 6-skill_lv : skill_get_maxcount(skill_id,skill_lv); Edit that line
×
×
  • Create New...