Jump to content

Hijirikawa

Members
  • Posts

    193
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Hijirikawa

  1. If you check your console, pretty sure easy to figure out the issue there.
  2. Sorry, I just got back and was only able to check this thread now. Thank you for the great advice everyone, I might end up using Tokei's way since it initializes once only, basically I was thinking of a "Deal or No Deal" type of NPC event script and while I do have a working way to shuffle out the variables, it is what you would call not efficient, it works,but it ain't clean. The shuffle feature is really nice and could be used in multiple ways. Thanks again.
  3. need a little help with something, for instance i have 4 npcs and 4 variables, i want each npc to take one variable (randomly) however they should not contain the same variables at the same time, for instance npc 1 = variable 1 with val of 1 npc 2 = variable 3 with val of 3 npc 3 = variable 4 with val of 4 npc 4 = variable 2 with val of 2 basically if the variable is already assigned to an npc, it should not be assigned to another npc, any idea on how to do that?
  4. Take a look at this http://pastebin.com/e3meqR3m credits to the owner
  5. Open up 12 instances of your RO client, log in 12 accounts, kill 1 boss, profit. If you don't see that system being abused, I suggest you do not use it.
  6. http://pastebin.com/VwfnTMWG Don't remove the author and whatnot please thanks
  7. I completely support this project. I'll probably send in donations to Secret every now and then. Also, Are you serious? I don't want this to be a flame thread, but re-read your reply, and then re-read the whole point of this project or update or something. It's gonna make life easier (I'm a C++ programmer too and I approve of this with lots of <3s)
  8. Hello everyone, Cyan Hijirikawa here, the Project Lead of MIDICityRO Project. As thanks to everyone from rAthena, I'll personally be releasing some of our scripts every now and then. I wish that these scripts will prove to be useful to other people. These will be free releases, but I would like to ask people not to remove the Author notes and whatnot. Halloween Collection Event Script DescriptIon: This is a finders-keepers type of event Only the first person to find the npc on that map can win that map's reward Rewards are randomized, if you want to change this and don't know how to do it, contact me http://pastebin.com/xYarzVRY Classic Headgear Quest Script Description: This doesn't give headgear preview, but uses old-style RO headgear quest mechanic This was messy, but yeah, it functions properly and as intended http://pastebin.com/PNZfFMRR Radio NPC Description: Basically let's you play a song of your own choosing from any of the available playlist Be sure to follow proper formatting to keep it functional Also, be sure to have the proper bgm files in your bgm folder for this to work http://pastebin.com/UJw4HPfA
  9. Looks fine, did you change anything at all?
  10. RagnaHosting is probably dead already. I hope the owner is doing better than his hosting.
  11. Why not use this one? http://pastebin.com/JZgsXCr7credit to owner.
  12. Would be more easier if you can post what the error was.
  13. Functor, I sent you a message on Skype already, get no reply.
  14. Just add a function to an item and sell it for VIP.
  15. Why are the boxes not stacking? That's the problem lmao.
  16. Please use code box, and would be nice you let us know what the error was.
  17. // Choose if server begin with night (yes) or day (no) night_at_start: no // Define duration in msec of the day (default: 7200000 = 2 hours) // Set to 0 to disable day cycle (but not @day GM command). // Except 0, minimum is 60000 (1 minute) day_duration: 0 // Define duration in msec of the night (default: 1800000 = 30 min) // Set to 0 to disable night cycle (but not @night GM command). // Except 0, minimum is 60000 (1 minute) night_duration: 0
  18. You could also post how you managed to fix it. It will hep the community more if you are interested.
  19. Soultion already posted on the page you've linked.
  20. What do you mean by this? You should describe it more in detail.
×
×
  • Create New...