Angelmelody
Members-
Content Count
772 -
Joined
-
Last visited
-
Days Won
23
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Angelmelody
-
-
- oktoberfest
- fRO
- (and 5 more)
-
Sorry, I didn't clearly elaborate it , Setting the encoding to 950 will get stuck, but works fine with encoding 1252. -- An unhandled exception has been caught : 長度不可以小於零。 參數名稱: length I guess maybe the possible causes are here: Here is my grf editor version:
-
Hi~ @Tokeiburu, dunno why grf editor can't decompile the official lub file, can you fix it? skilldescript.lub extracted from TWRO skilldescript.7z
-
http://herc.ws/wiki/Import_folder
-
you can try to install OnPcStatCalcEvent then 1. disable the item script of Lord of the death card in item_db.conf 2.
-
I have never used vpn before ,dunno how....
-
Can someone share the newest idro client ? the official website seems to bind the IP of their country,I can't download it Here is official client download link: http://dl.lytogame.com/newclient/ro/Ragnarok_full.rar
-
you wanna triger OnPCStatCalcEvent ? if yes you should make server calculate the player's states
-
download new Equipment and Status Window interface
-
use mapflag in mapzone.conf
-
prontera,150,150,5 script Calculator 999,{ function Add; mes ""+Add(1,2); close; function Add { return (getarg(0)+getarg(1)); } }
-
I also have same issue but now I use 2013 instead https://github.com/HerculesWS/Hercules/issues/673
-
bEquipmentMatk was renamed as bMatk
-
Thank you very much for implementing my suggestion, it works perfectly...
-
Hi~@Tokeiburu Can you add a right mouse click menu option that save all my select search result files as a grf file?
-
Problem with script_rid2sd: fatal error ! player not attached!
Angelmelody replied to Baps's question in Script Support
find this line .delay2 = 120; // Nombre en secondes de delay pour BaseLevel > 70 then insert after end; OnTouch: -
16-4(.gat) -3(0011@elemen) -1(\0) = 8
-
Can anyone fix this for me please....
Angelmelody replied to almarket23's question in Script Requests
the data type of .@mapList should be string type so change all .@mapList into .@mapList$ -
Quest Coin Trader
Angelmelody replied to Mumbles's topic in Quest, Shops, Functions & Algorithms Releases
Any update for this script? I got the same issue like @@zackdreaver becoz this commit :https://github.com/HerculesWS/Hercules/commit/b1b1b1aa8edc866a83029081e93d3e7d0f138189 so should change the isday() into !isnight() -
https://github.com/HerculesWS/Hercules/issues/673 currently dont have solution, you can try vs2013 to compile
-
Maybe OnPCUseSkillEvent is only triggered by the skill which was specified in conf/import/OnPCUseSkillEvent.txt
-
not possible
-
I think that wouldn't work as you expect look here and here you should change the formula of var 'count' maybe you can try my method. count = (sd)? min((skill_lv>=5 ? 10: skill_lv),MAX_PC_DEVOTION) : 1;
-
I am wondering what's the exact syntax for making a text invisible until it's clicked ?
-
[Suggestion] Add *getequipuniqueid script cmd
Angelmelody replied to Angelmelody's topic in Suggestions
I prefer ra's method, convert the long long type var into string var snprintf(buf, sizeof(buf)-1, "%llu", (unsigned long long)item->unique_id);