Jump to content

WhiteEagle

Members
  • Posts

    489
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by WhiteEagle

  1. At this to data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\Information over_arrow.bmp
  2. Sleep2 doesn't really helps too. But thanks for trying to help.
  3. I think you talk about factions like Aion, WoW ~. Here is a link to an old system. Need some fixes I think.
  4. Thanks for your reply. But I think, adding a condition to stop the script isn't a good idea. Players are then committed to hear/read the full stuff. That's why I need a function, what stop the soundfile. Well, if there no solution, I let npc's talk only short stuff like "Hi there / Welcome / greetings and so on". Not the best, but better than nothing. **Ragnarok needs more life**
  5. I try to add to npc some voices. Trouble comes with longer voice text. The soundfiles overlap…. Is there a way to end a soundeffect or if one is started to end the old one? Here as excample: soundeffect "welcome.wav", 0; mes("Welcome to the Kafra Corporation. Kafra's Employees are always ready to serve you. How can I help you today?"); next(); switch(select("Storage:Bye")) { case 1: mes("Blablabla?"); next; break; case 2: mes("See you later."); break; } soundeffect "bye.wav", 0; close(); }
  6. Then: switch(select( (!$EVT_Dice)?"^FF0000Dice^000000":"^00FF00Dice^000000", (!$EVT_Poring)?"^FF0000Poring Event^000000":"^00FF00Poring Event^000000",(!$EVT_LMS)?"^FF0000LMS Event^000000":"^00FF00LMS Event^000000")) { case 1: case 2: case 3: }
  7. Like this case 1: if (!$EVT_Dice) { mes "^FF0000Not Available^000000"; } mes "^00FF00Active^000000";
  8. Could be you need to fix something, very old scripts ? Poring Catcher: Dice Event:
  9. Hey Diana, I don't have any other options for you, but can you describe why no Gepard? For information only, since I wanted to acquire gepard in the future.
  10. roCORD would nice for you. https://github.com/Normynator/roCORD/tree/development
  11. WhiteEagle

    vending

    You're welcome. It is easy to configure~
  12. @Functor Can you please post how to hex the exe for more Memo Points?
  13. I try to find the part in src.
  14. Does anyone know where can I find the part for the death animation? I wanna change this
  15. Hey guys, It's possbile to change the database stucture from mob.db, item.db and other? Only for personal use! For the question, why do not you use hercules? I think rAthena is simply better, but the structure in hercules is much clearer and easier to style. Like this from hercules:
  16. Thank you. Works perfect !! Very nice from you.
  17. Hey ~ Can anyone help me please with this here? I only want to display 2 randomly from the Array .@gqname$. Thanks in Advance.
  18. Ah cool. Special thanks, Mr. Sader1992.
  19. It's possible to make quests countable for the whole Guild? Excample: Someone start a Guild quest (Kill 100 Mantis), all Guild mates can kill them too (without being in a Party)
  20. Ah... Yea.. Right. Sorry. Hercules got only the old ones. With ne 1.8 Version works all fine. Thanks mate ?
  21. Hey folks, After a break, I wanted to continue with scripts & Co, but the GRF EDITOR does not work for me anymore. When I try to open the data.grf or anything larger than 1GB, the error message comes. Can anyone help me please?
  22. Sorry if it's in the wrong section. ? It's possible to bring the auction house system back to the new clients like 2018-06-20~?? I don't want to miss the new features but also have the auction System.
  23. Please update it to the latest rev. Thanks ?
×
×
  • Create New...