Jump to content

Stolao

Developer
  • Posts

    1443
  • Joined

  • Last visited

  • Days Won

    40

Everything posted by Stolao

  1. http://irowiki.org/wiki/Clan_System
  2. When a sever prompts you to vote for points to me it's like asking whether you think, but even if you think badly or even think it's meh the server will still receive praise from you. A player is only insentavised to vote good not give an opinion which just leads to high population servers sitting at top not the "best" server at the top. Did that clear it up a bit?
  3. Yoy should give points for negative votes, the point is to give opinions not to artificially inflate ranking right? Just IMO
  4. Yes using autobonus reference atroce card for an example (on phone cant leave details)
  5. https://github.com/Stolao/Npc_Release/blob/master/Custom_Functions/F_ItemWeight.txt I wrote this just for obb type items
  6. Glad you finished it, hope we can get an official version soon but till then +1
  7. I do plan to update this script with a config for this just so you know.
  8. You can't put a timer on a variable but what you can do is my method with a start time in the array number So kinda like this (on ohone can't code well) Donate 10,000,000z Set $Guild_dun[getcharid(2)], get time; Then do an on hour check clearing all index of the array > 48 hours old And in 2nd npc if($Guild_dun[getcharid(2) ) can enter Else can't enter
  9. How lazy can you be @Bringer? @HappyMan is offering to help you fix the issue with a script that does what you want and all you can say is "Thanks but I don't like that script", well frankly I have a few exspatives regarding that... Stop being lazy, learn to do things don't expect to be spoon fed, If you don't like something about an npc and don't know how to edit it I'm all for helping but you can't help those who can't help themselves, we are will gladly teach you and help you grow, I'm sure @Akkarin and most other members of the community feel the same way as well.
  10. Personally I resolved this by making an array where the index is the Guild ID so something like Line 287 of https://github.com/Stolao/Npc_Release/blob/master/PvP_Ladder/Pvp_Ladder.txt
  11. For an example of a reset look at my pvp ladder about line 162~ https://github.com/Stolao/Npc_Release/blob/master/PvP_Ladder/Pvp_Ladder.txt Then just add an OnHour00: Label which you can learn about https://github.com/Stolao/rathena/blob/master/doc/script_commands.txt
  12. Then your posting in the wrong section, this is a support section not a request section we don't like to spoon feed in support can't help those who can't help themselves ya know, only way to learn is to do it.
  13. You want to turn all skills into "skill shots" correct? In that case you will have to edit all skills to be ground skills like "storm gust" this would not be an easy task.
  14. Then install rAthena and manually remove anything episode 7+
  15. @Nova if you want use my link function https://github.com/Stolao/Npc_Release/blob/master/Custom_Functions/F_ItemLink.txt it should help with those who have issues not supporting item link
  16. You should post them on a git instead of a pastebin so makes posting updates easier. but ill +1 you since its nice to see people give back to community
  17. If you don't feel like using IG_ https://github.com/Stolao/Npc_Release/blob/master/Custom_Functions/F_ItemWeight.txt
×
×
  • Create New...