Jump to content

WhiteEagle

Members
  • Content Count

    52
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by WhiteEagle

  1. Does anyone know how to translate this?
  2. Why is your Char Select translated? I test https://github.com/Asheraf/Translation and https://github.com/zackdreaver/ROenglishRE
  3. Yea right. I mean the stuff from merchants what is sell by their vending skill. rAthena stored it in vending_sql as excample. And I tried in hercules to use the Item above, but it doesn't work.
  4. Hey guys, can anyone say me where the vending stuff is stored? Don't find anyting like vending_sql or .txt. Next problem is, the item -> Universal Catalog Silver Item ID# 12580 (Vending_Search_Scroll) don't work for me. (Can't find any item) Would be happy for any helpings. Ty
  5. Hey guys, hope you can help me~ I need an ingame time which changes every 2 hours to the next day. The 2h correspond 24h as day. One hour ingame time are: 120min / 24days = 5min One minute ingame time are: 5min / 60sec = 0.0833333333333333 So the ingame time increases by 1 second in 0.833333333333333 real milliseconds How do I set the gettimetick, which he calculates per tick 0.0833333333333333 seconds and displays ingame the correct time. Time format: %H:%M:%S - %d.%m.%Y All those who know the game Aion or World of Warcraft may be able to imagine easier what I mean. Thanks in advance.
  6. Hey everyone, does anyone know why the signboardlist.lub dont work? I've all files in "data/texture/À¯ÀúÀÎÅÍÆäÀ̽º/information" tried it too with grf "data/texture/유저인터페이스/information". signboardlist.lub is for the icons above the npc ~
  7. I'm using a clean svn and tried it with 2015-5-13 and 2015-10-29. Same problem with the disguise. If you disguise, the monster remains where you were last. If you undisguise, the monster remains visible.
  8. Hey, has anyone the files for the achievment system? RebirthRO got it running: http://wiki.rebirthro.com/wiki/Achievements For the Item Link System, which Ragexe is needed? I'm using atm the 20150513 exe. Thanks for help
  9. If you wanna have 2hours day and 2hours night, you need to change it to: // 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: 7200000 // 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: 7200000
  10. Can anyone help me to fix this? mapannounce.c:166:67: error: macro "addBattleConf" requires 4 arguments, but only 3 given
  11. I got the same problem. I try to change in map and server.conf from 127.0.0.1 to host ip, used a new account with S and always the same error that the connection refused T_T
  12. I've the error now too. I change int_guildc 'GPERM_ALL' but still the same error. Any solution? T_T
  13. Is there already a Ragexe for Itemlink system?
  14. Yea I know. I have some custom Items which droped global. So, no important Items will be deleted. ^-^ I don't know how much performance will be used for this script. If it will be to much, I use it only for events. My serverperformance: Intel® Core™ i7-4770 Quad-Core Haswell 32 GB DDR3 RAM
  15. @ Zhao Chow Special thanks. This is exactly what I am looking for.
  16. Thank you so much. I have questions about your script. How do I add a player now a recipe and how can I add the scripts based on SQL. All of my profession system running on SQL. My plan is: The Recipe NPC must display the learned recipes, for each recipe have their own choice, for each recipe there is give their own success chance. For every success in crafting there are points. Thanks in advance
  17. @Winterfox Thanks for your answer. This was my idea before, but it will only displayed this "^0000FFRed Potion^000000" If I change the itemslotcounttable, then I get a different color for each card, but then you can see the number of slots no longer ingame + is based on cards. I try to give some Items special colors like "green = Quest Item", "grey = crap stuff like Yellopie", "normal = material stuff like Herbs"
  18. Well, this is all nice, but this is a server not a download.
  19. Yes. But I think that is based on the slot number. This feature is nice too. Do you know where I can dowload this?
  20. How is it possible to use items automatically as soon as it is pick uped? Example: A monster drop a White Herb and when I pick up this item, it will be used. Thanks in advance.
  21. It is possible to give items colored names like other games which works?
  22. Can anyone help me to script a NPC who show only learned recipes and give for each "showing" recipe an own selection? Hope anyone can help me. Example:
  23. Seach function used and found in 1 second..... http://herc.ws/board/files/file/71-bank-system-english-texture/
  24. I have this problem too. I try to add the auraset plugin and I've add in src/plugins/MakeFile.in, Then I have recompile with make plugins. But I got this error: Fixed myself.
  25. Hey guys, can anyone tell me how much ram is needed, so you can make instant @reloadscript? (clean hercules) Thanks in Advance
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.