Dastgir
Script Developers-
Content Count
3805 -
Joined
-
Last visited
-
Days Won
250
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Dastgir
-
You have to compile db2sql plugin first, load it via plugins.conf , then run db2sql.bat
-
I havent got a chance to test this, but have you compiled the plugin after the adding the include line.
-
Hercules have autotrade persistency, read here http://herc.ws/board/topic/3886-hercules-1st-2014-megapatch/
-
Maybe can refer to http://herc.ws/board/topic/3037-script-add-str-wrong-case/ 4 months and still no solution.
-
Problem still exist for me, it doesnt show correct filename.
-
Make a function , example named "xyz", put the codes there, (pass 1 var with func so that func. Can identify which npc invoked it) and let it do the work, you only need to put callfunc on every script. limitation: * It cannot delete any message or functions *cannot edit messages by npc * cannot remove original functionality.
-
@joinbg and Tribe system / Clan System/Faction System/RACE System
Dastgir replied to Nash's question in Source Requests
Well back then, in july was no rule like this afaik, probably, if I get time, I will release plugin source. @mumbles, thanks for reminding me. -
and why we dont take inspiration on the system rathena is using? for real, ind and the others are realized such crazy and awesome stuff. and the sourcecode is realy heavy (heavy = great). And now they are stucking at a storage cap and chracter slot creation? cant imagine that o.O stuck, NO WAY,AFAIK, they are working on something else, and dont know if this is on the list but maybe, they will implement once they are done with their planned commits.
-
updated https://github.com/ROClientSide/Translation/commit/774f13fb0bb0b3adaad0d6c0b2998e7f5d212000Bymistakely added 1 extra line. Sorry. :-p
-
@joinbg and Tribe system / Clan System/Faction System/RACE System
Dastgir replied to Nash's question in Source Requests
This is hpm plugin, I will have to update it, since its compiled many months back. -
I found that theres new fles and all id for navigation system is changed, so i just updated all the lua files on client-side-translation with only some string untranslated in worldviewdata.
-
Haha, Ind's profile pic.
-
Updated to 97761f8a97 What's New? New WorldViewData released and Strings Translated(Some of them is remaining)[Please Make a Pull request to complete the translations]And all other lub files updated to match till Feb 2 2014 kRO. Edit: Updated to 5c24b5231a Navigation Folder is matching the kRO Navigation Folder. Edit2: Updated to cfcaf03724 First Time we managed to decompile navi_linkdistance_krpri.lubFormatted stateiconinfo.lub to kRO Format(For Easy Merging with new kRO Data) Edit3: Updated to 829d0d3c3f Updated MsgString with 2013-12-30RagexeAdded a untranslated msgStringTable.txt to Msgstring Folder, to help us translate to proper words(by making pull requests) Edit4: Updated to 907123f064 Fixed Some Gibberish Text(Blame my text editor).Removed 1 Extra Line from msgstringtable.txt
-
script.h Under struct Script_Config { Add const char *stat_calc_event_name; Then recompile.
-
Well, the trouble in it is RFIFOW is not properly working, its crashing the server.
-
The localhost version of InternalGuard is free(AFAIK), you can try it on your own.
-
http://upaste.me/ca8610349ff03a215 Try it.
-
Well no, since this is not part of hercules project, we cannot put it there, instead you can view it here, https://github.com/ROClientSide/Translation/commits/master Commit update, merged themon cashshop images and fixed several more lines in msgstringtable.txt
-
Maybe make it type 11. It doesnt consume the item.
-
what you mean by first sentence??for contributing, you can open a pull request, method is same as you do for hercules, just instead of their url, use our url.
-
Sorry for confusion.. Yes what I really want to do is to reduce the price of all items in item_db without modifying the file. Item listed on npc or shops are not affected since modifying the shop files is easy. The goal is to easily control your future game economy. Without editting each line in itemdb. reduce price by percentage or fixed price?and if price is reduced, surely all shops will be affected.
-
Nice, congrats.
-
Remove /* that is in line 555 and add } in last line in itemdb2.conf
-
Well its possible, but you want this for global shops? If want shop specific its better to edit script, if want global, then edit the source. Today, have no time so maybe in next 2 days, i can do this, Just describe it more, so others can also help you. You said reduce all price, but in next line you told, healing item worth 10k, but some healing items are only of 100, so would it be possible for you to describe little more about how you want it to work?