Leaderboard
Popular Content
Showing content with the highest reputation on 04/03/18 in all areas
-
You abandoned all who had bought the bg system, dropped without updates with a bugged emulator causing duplication of items. Welcome back....3 points
-
Hi everybody. Long time away from Ragnarok but I am setting a new server for my old community. Who remember me? who is still alive? What about my Battlegrounds? I read about a 3.0 version... could someone emulate the virtual BG guilds I did?1 point
-
View File Ragnarok Event - Battleground This is my first battleground script being release for free. Hope you Enjoy it, Here is a FREE release of Rune War (Ragnarok Event v2) You can edit this part: OnInit: // Registration time .RegistrationTime = 5; // Duration of the event $@rWarDuration = 10; Then load it on your server! Enjoy! https://github.com/pajodex/ScriptCollections/blob/master/RagnaEvent.txt Note: I have a 2nd (Original) version of this which features the ff: 1. Added more flexible configurations such as: .RegistrationTime = 5; $@min_level = 80; $@rWarDuration = 10; $@re_map$ = "prt_are01"; $@RedDye = 407; $@BlueDye = 380; $@Item_ID = 7773; setarray $@Amt, 10, 5; // <WIN>, <LOSE> $@bonus_max = 10; // Max additional reward receive to players who killed many enemies. $@resuDelay = 10; // delay on resurrection (in seconds) setarray $@redTeam_Spawn, 251, 149; setarray $@blueTeam_Spawn, 47, 149; 2. GM activation via "@startre" 3. Bonus rewards - calculated via enemy kill counts 4. Auto-change Team cloth color (Red) or (Blue) 5. Rune Spawn during match (Like DOTA2) - makes the game more fun and exciting! a. Invisibility Rune b. Haster Rune c. Double Damage Rune d. Illusion Rune e. Regenaration Rune I can also incorporate this to my BG Queue System. For those who are seriously interested with the v2, please do leave me a DM here of in Discord Thank you! Here is a FREE release of Rune War (Ragnarok Event v2) https://github.com/pajodex/ScriptCollections/blob/master/RuneWar.txt By downloading this file, you agree with my Terms of Service: • You are not allowed remove my signature from any of the included files. • You are not allowed sell, resell or in any form for money or rewards using my work. • You are not allowed claim my work as yours. • I have the rights to change all the terms above without prior notice. Submitter pajodex Submitted 04/02/2018 Category PvP, GvG, WoE, Battleground Video Content Author pajodex1 point
-
This is fix for 2017 clients, patch Enable 64k Hairstyle Problem: client crashes with some hair style ids (31, 81 and randomly 30, 32 and others) Solution: edit Enable64kHairstyle.qs after: //Step 4b - Remove the reg32_B * 4 from all the matches for (var i = 0; i < offsets.length; i++) { offset2 = offsets[i] + code.hexlength(); exe.replaceWord(offset2 - 1, 0x9010 + (exe.fetchByte(offset2) & 0x7)); } add: //Step X - extra for 2017 clients, again Find the string table fetchers code = " 8B AB AB AB AB AB" //MOV reg32_B, DWORD PTR DS:[EBP - 8C] + " A1 AB AB AB 00" //MOV reg32_A, DWORD PTR DS:[addr] + " 8B 14" //MOV EDX, DWORD PTR DS:[reg32_B * 4 + reg32_A] ; //need find probably 2 occurences offsets = exe.findAll(code, PTYPE_HEX, true, "\xAB", offset-1000, assignOffset); if (offsets.length !== 0) { for (var i = 0; i < offsets.length; i++) { offset2 = offsets[i] + code.hexlength(); exe.replaceWord(offset2 - 1, 0x9010 + (exe.fetchByte(offset2) & 0x7)); } } Tested on: 2017-06-14bRagexeRE 2017-05-17aRagexeRE1 point
-
Version 1.1.0
395 downloads
This is my first battleground script being release for free. Hope you Enjoy it, Here is a FREE release of Rune War (Ragnarok Event v2) You can edit this part: OnInit: // Registration time .RegistrationTime = 5; // Duration of the event $@rWarDuration = 10; Then load it on your server! Enjoy! https://github.com/pajodex/ScriptCollections/blob/master/RagnaEvent.txt Note: I have a 2nd (Original) version of this which features the ff: 1. Added more flexible configurations such as: .RegistrationTime = 5; $@min_level = 80; $@rWarDuration = 10; $@re_map$ = "prt_are01"; $@RedDye = 407; $@BlueDye = 380; $@Item_ID = 7773; setarray $@Amt, 10, 5; // <WIN>, <LOSE> $@bonus_max = 10; // Max additional reward receive to players who killed many enemies. $@resuDelay = 10; // delay on resurrection (in seconds) setarray $@redTeam_Spawn, 251, 149; setarray $@blueTeam_Spawn, 47, 149; 2. GM activation via "@startre" 3. Bonus rewards - calculated via enemy kill counts 4. Auto-change Team cloth color (Red) or (Blue) 5. Rune Spawn during match (Like DOTA2) - makes the game more fun and exciting! a. Invisibility Rune b. Haster Rune c. Double Damage Rune d. Illusion Rune e. Regenaration Rune I can also incorporate this to my BG Queue System. For those who are seriously interested with the v2, please do leave me a DM here of in Discord Thank you! Here is a FREE release of Rune War (Ragnarok Event v2) https://github.com/pajodex/ScriptCollections/blob/master/RuneWar.txt By downloading this file, you agree with my Terms of Service: • You are not allowed remove my signature from any of the included files. • You are not allowed sell, resell or in any form for money or rewards using my work. • You are not allowed claim my work as yours. • I have the rights to change all the terms above without prior notice.Free1 point -
I quit eAmod a time ago. My last version of eAmod was stable (I was the first using it with a 2010 exe), the one MINE, not including others work. I read someone sold it and did their customs mods, but I wasn't me. If there was bugs, exploids, crashs, it wasn't my release. I am going to take a look on Assembla commits log.1 point
-
Здравствуйте, попробуйте этот способ: Issue: 1145 char_clif.cpp int chclif_parse_req_charlist(int fd, struct char_session_data* sd){ if( RFIFOREST(fd) < 2 ) return 0; RFIFOSKIP(fd,2); //chclif_mmo_send099d(fd,sd); //delete this line will fix this problem return 1; }1 point
-
Something like this? Didn't test tho. cos_hg_enchant.txt Regards, Chris1 point
-
alrighty ~ yup I've done adjusting this script to suit your needs ~ http://upaste.me/7e7849543c8aa9db21 point
-
the reason why I do not immediately answer your question because you are asking a high level scripting question I experienced in the past when I misunderstood topic starter, and I posted a very complicated script, they just stop giving any feedback ... makes me feel my effort wasted what you need to learn is Fisher-Yates shuffle Haru and me perfected the script and it is currently inside Hercules here's an example poring_w01,100,100,5 script dfdsfsadfsdf 1_F_MARIA,{ // here we declare some array setarray .@tmp, 123,234,345,456,567,678,789; .@size = getarraysize( .@tmp ); // just to output the original array .@string$ = .@tmp[0] +""; for ( .@i = 1; .@i < .@size; ++.@i ) .@string$ += ","+ .@tmp[.@i]; dispbottom "original = "+ .@string$; // randomize the array ~ callfunc "F_ShuffleNumbers", 0, .@size -1, .@r; for ( .@i = 0; .@i < .@size; ++.@i ) .@tmp2[.@i] = .@tmp[ .@r[.@i] ]; // output the result ~ .@string$ = .@tmp2[0] +""; for ( .@i = 1; .@i < .@size; ++.@i ) .@string$ += ","+ .@tmp2[.@i]; dispbottom "shuffle = "+ .@string$; end; } EDIT : PS: if you wanna learn sorting algorithm script I can always show off a little bit1 point
-
Hi there, Man I feel great, seems this forum always is on activity and I do stalk a lot of new maps and so as map creators ^^ sadly not enough time to reply on some topics, but I do follow this forum a lot. Was already time to shows some map stuff, you 'll find it out on spoilers. Is an improved version of a map I did a while ago. The map is done already, I don't think it will have any editions whatsoever soon but suggestions are always welcome on new work I'm doing already. Best wishes to you all, see you soon1 point
-
delay: 5000 set this one for 5 seconds cooldown. its normal that admin bypass the cooldown. In able for you make fast reply. But you can remove this part !pc_has_permission(sd, PC_PERM_CHANNEL_ADMIN) && channel->msg_delay != 0 && So that all user even gm groups has a cooldown in you #main.1 point