Jump to content

Stolao

Developer
  • Posts

    1443
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Stolao

  1. its in a separate file which can be found on my git.
  2. The "7049,5000" lowering 5000 should have fixed the issue if it cant find the item in question then it will default to 7049 because of the following code getitem getarg(.@i,7049),1; what don't you understand?
  3. double check if the script is actually loading, if there are no errors and its not working then you failed to "install" properly yes just add an if() check to the weapon check
  4. the filename is '30' not '30.mp3' for playbgm
  5. No SRC or SQL Required. Ill go ahead and work on this it sounds like a fun script but I'm going release it on my git once done, i might even add to my autoevent npc.
  6. What's your client version I'll write you on real fast? Just need to know if RoDex or old mail system.
  7. 1) Use a Codebox when posting code 2) Don't bump your topic it's against rules 3) That script is terrible I have a poring catcher code in my autoevent npc (it can also be run via at_runevent by gm) feel free to use it.
  8. https://github.com/rathena/rathena/wiki/Adding-a-Script
  9. Use my daily login rewards as a base if you like, v2 + minor tweaks should work for this. Then just disable npc after your event is over. Unfortunately I don't have time to code atm but it's fairly easy.
  10. It's against RMS TOS to rewards players. So should probably not do that. Server owners caught providing incentives to their players for reviews of their servers (no matter good or bad) will have their servers suspended from the listing. http://ratemyserver.net/TOS_owner.html
  11. Change this "100000,0,0,0,604,3,673,1", // Day 28: 100000 Zeny + Dead Branch + Moeda Cobre Roleta to "100000,0,0,0,604,3,673,1"; // Day 28: 100000 Zeny + Dead Branch + Moeda Cobre Roleta also last line of VIP needs same treatment of replacing , with ;
  12. show the code giving them blessing, its most likely incorrect.
  13. You could replace redeeming script with an onloginevent version that sends via RO dex, for reference on how to do that I would take a look at my autoevent script release it has an RO dex mail in it.
  14. This would just be a small src mod to SC_Devotion.
  15. Welcome hope you enjoy your stay.
  16. Updated Autoevent script fixed a few bugs and added in a randomizeevent command, will update further later
  17. // End Event Command to manually run event bindatcmd("endevent",strnpcinfo(1)+"::OnEndEvent",60,99); << should be endevent?? ya should be that ill fix in master thank you function dispell is https://github.com/Stolao/Npc_Release/blob/master/Custom_Functions/Dispell.txt
  18. Ya dynamic menus are great, and really easy once you wrap your brain around it though. (took me several tries till I got it working as intended when I first started using them).
  19. I honestly wish I had time like I use to so I could help put together some scripting and src guides. Maybe after my project finishes/ settles down a bit I can contribute a bit. @Alayne you have released alot of scripts in the last month, how many ish do you have in your personal stockpile seem like everyday you add 5 more, which is awesome btw.
  20. please don't post same issue on multiple pages sounds like either your running 2 script that sue the OnPcCalcEvent label to me. if not try increasing your event_queue
  21. Not without an aura mod no, if you have one then need to just add an if statement checking mastery and enable aura @wut751 where it does the weapon checks you would replace with a headgear check....
×
×
  • Create New...