Dastgir
Script Developers-
Content Count
3805 -
Joined
-
Last visited
-
Days Won
250
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Dastgir
-
kRO Introduces Pet Evolution System, Roulette Game,RoDex
Dastgir replied to Dastgir's topic in Ragnarok News
Video added for achievement system : (Thanks to Ziu) -
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)
-
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 )
-
Personally , I had this issue before, and fixed it by reducing the resolution on setup.exe
-
Unitstop and unitattack somehow fails on monster(I was irritated by that command in the past month) Unit talk works, haven't chexk others
-
quest subject not translated / but detail translated
Dastgir replied to sako's question in Client-Side Support
Moving to client support. -
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.
-
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.
-
20120410 Client crashes when playing .rrf replays
Dastgir replied to Zirius's question in Client-Side Support
So we can accurately tell what's problem -
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.
-
20120410 Client crashes when playing .rrf replays
Dastgir replied to Zirius's question in Client-Side Support
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. -
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.
-
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.
-
20120410 Client crashes when playing .rrf replays
Dastgir replied to Zirius's question in Client-Side Support
There may be crash due to some file not found(or using different grf which does not have that specific view ids or maps) -
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
-
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)
-
Update your texture. x icon simply means texture not found and thus uses that x one
-
Compile error coming from HPMHooking.c and HPMHooking.H
Dastgir replied to anjasoleil0's question in Source Support
login interface to HPM is incomplete, as Haru finishes reviewing the PR and merge it to Hercules, this error will be gone. -
maybe you commented only 1 line and not the whole item entry, that's whyparsing errors
-
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
-
Duplicate of http://herc.ws/board/topic/3854-mob-dbtxt-to-mob-dbconf/
-
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