Jump to content

Dastgir

Script Developers
  • Content Count

    3805
  • Joined

  • Last visited

  • Days Won

    250

Everything posted by Dastgir

  1. Video added for achievement system : (Thanks to Ziu)
  2. Snaehild, there's no way, and yet I guess we don't have any info on how kro uses it(maybe a cash item to change sex)
  3. Topic moved to Source Request. On topic, this is useless if your charnames are bigger, since client have limitation of 24 characters, so kinda not useful.(except if all your titles are really small and char limit name decerease on your server )
  4. Personally , I had this issue before, and fixed it by reducing the resolution on setup.exe
  5. Unitstop and unitattack somehow fails on monster(I was irritated by that command in the past month) Unit talk works, haven't chexk others
  6. Dastgir

    eAmod down?

    Haha , notice on svn commit
  7. We know that many quests are not translated , it will be better if you provide quest Id of those, so we can give priority to those quests first.
  8. Basically PayPal should have favoured you, since it's digital good, and PayPal usually favours buyer in case of this(20 days after dispute is opened, PayPal takes action). Better be careful next time, and give payment only when they show progress(and give by parts) Offtopic: 110AUD for server and client(even with vps) is too expensive.
  9. We need to know what error or how it is broken... Or paste your itemdb missing bracket in itemdb can also cause this kind of error.
  10. Replay don't connect to server.Replay records all activity and saves them, so if you warp to custom map, replay tends to find that map in grf, and loads it, if not found, error. Same applies with custom item/mob, and we cannot tell anything without any logs. Make sure that you run replay from -Replay tag in your RO CLIENT.
  11. Not exactly, since command is not depreciated, the server owner will eventually open thread here saying getpartynember not working(we can't check if they using old variable name), so maybe eitherAdd a optional arguments which accepts variable name, and data will be stored there.
  12. Support for scope variable is good, but it surely will broke all scripts using those commands. Though haruna would be able to comment if it's viable or not.
  13. There may be crash due to some file not found(or using different grf which does not have that specific view ids or maps)
  14. Msvc texts are easy to understand/predict (Maybe there's conflict on your source which is preventing you from recompiling) But the msvc error would explain the exact problem
  15. vanishing in the air till the new year(or Christmas)

  16. I have made conf2txt for itemdb in lua, and the trick I do is convert libconfig format to lua and make the lua read that format(thus i don't use any libconfig)
  17. Update your texture. x icon simply means texture not found and thus uses that x one
  18. login interface to HPM is incomplete, as Haru finishes reviewing the PR and merge it to Hercules, this error will be gone.
  19. maybe you commented only 1 line and not the whole item entry, that's whyparsing errors
  20. Dastgir

    event

    announce command was problem announce "[MvP Global]"+strcharinfo(0)+" matou o MvP!",bc_map,"0xFF8C69"; should be announce "[MvP Global]"+strcharinfo(0)+" matou o MvP!",bc_map,0xFF8C69; http://upaste.me/f6d515766f8ea864d
  21. Duplicate of http://herc.ws/board/topic/3854-mob-dbtxt-to-mob-dbconf/
  22. Implemented: http://herc.ws/board/topic/7618-2014-10-22-roulette-and-per-char-gender/?view=getnewpost
  23. to my best knowledge, login interface in in progress and that error will be vanished once 4144's PR will be accepted. i.e you can ignore HPMHooking_login error since its not usable
×
×
  • Create New...

Important Information

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