Leaderboard
Popular Content
Showing content with the highest reputation on 11/12/19 in all areas
-
My custom Launcher created 100% by me Login Launcher + Update + Account Manager + Vote 4 Points + Donate No need to go to the server site ? What do you think? Suggestions? OLD2 points
-
2 points
-
View File Blazering Modified NPC sprite as a monster sprite. In addition to the normal monster animations, it also has one pet performance animation. Note: the preview gifs don't exactly look great, but it's due to the transparency of the flame effects. It looks normal on the ACT editor and ingame. Submitter Ciar Submitted 11/12/2019 Category Monster Sprites Video Content Author Edited by Ciar of HeRO1 point
-
Yes it is possible to add percentage on drop. However, it is pointless to do so. It will only complicate this simple event which most probably be ignored by players as your server runs.1 point
-
I dunno why you used npc timers and stuff for this, from what i understood. This should update the cashpoint of a player when loggin in. This is why you dont use `atcommand` script because it is very inefficient. (personally) - script DonationUpdate -1,{ OnPCLoginEvent: .@aid = getcharid(3); query_sql("SELECT `id`, `status`, `donate` FROM `test_donation` WHERE `account_id` = "+.@aid, .@id, .@status, .@donation); if ( !.@status ) { #CASHPOINTS += .@donation; query_sql("UPDATE `test_donation` SET `status`='1' WHERE `id`='"+.@id+"' AND `account_id`="+.@aid); } end; } Although that is untested, but it should work as how i understood your script. Make sure you use this on a test server first to avoid messing up your data. I believe this should greatly reduce memory usage on your server. Edit : Changed #CASHPOINT to #CASHPOINTS PS: I suggest just let players relog instead of putting timers to avoid any unnecessary memory consumption.1 point
-
Basico do Ragnarok, cast fixo não se acumula. Fica o maior valor destacado. Quando se refere em porcentagem. No caso, se usar uma fenrir card que da 70% e uma carta que da 30% de redução de conjuração fixa, não ficará 100% .. ficará 70% pois é o maior valor. POREM, quando se usa redução fixa em tempo real, 0.1 0.2 0.3 .. os valores se acumulam e podem atingir 100% do valor da conjuração fixa. Sendo assim, poder usar rabo de gato, temporal boots e atingir 1 sec de conjuração fixa, sendo 100% do Sopro do Dragão. ------------- Ragnarok basics, fixed cast does not accumulate. It is the highest highlighted value. When it refers in percentage. If you use a fenrir card that gives 70% and a card that gives 30% fixed cast reduction, it will not be 100% .. it will be 70% because it is the highest value. However, when using real-time fixed reduction, 0.1 0.2 0.3 .. the values accumulate and can reach 100% of the fixed casting value. Therefore, you can wear cat tail, temporal boots and achieve 1 sec cast spell, being 100% Dragon's Breath.1 point
-
// by Mabuhay // 24 hrs cd // account bound prontera,149,191,5 script Daily Reward 911,{ .@cd = 60*60*24; // 24 hrs .@time = gettimetick(2); if ( #DAILYRENTREWARD+.@cd > .@time ) { mes "Come back again after "+Time2Str(#DAILYRENTREWARD+.@cd)+" for your reward."; close; } mes "Here is your daily reward!"; close2; rentitem 1201, 7200; // <id>, <time in seconds> #DAILYRENTREWARD = .@time; end; } Untested but should work1 point
-
conf/char_athena // Restrict character deletion by BaseLevel // 0: no restriction (players can delete characters of any level) // -X: you can't delete chars with BaseLevel <= X // Y: you can't delete chars with BaseLevel >= Y // e.g. char_del_level: 80 (players can't delete characters with 80+ BaseLevel) char_del_level: 0 [ no lvl for delet ] // Restrict character deletion by email address or birthdate. // This restricts players from changing the langtype and deleting characters. // Defaults based on client date. // 1: Email address // 2: Birthdate // 3: Email address or Birthdate // IMPORTANT! // - This config only works for clients that send 0x0068 or 0x01fb for delete request. // - Use langtype 1 for newer clients (2013+), to use 0x01fb. // - Clients that are not using 0x0068 or 0x01fb, only use birthdate (YYMMDD) as default. char_del_option: 1 [ use email only ] // Restrict character deletion as long as he is still in a party or guild // 0: No restriction is applied // 1: Character cannot be deleted as long as he remains in a party // 2: Character cannot be deleted as long as he remains in a guild // 3: Character cannot be deleted as long as he remains in a party or guild(default) char_del_restriction: 3 [ leave party and guild ]1 point
-
1 point
-
1 point
-
@Zeiyan if you want to update in client resources. i recommend this: For data things: https://github.com/llchrisll/ROenglishRE this is the most recommended for rAthena. I have not used the client 2018-06-20 before, i recommend this one 2018-06-21aRagexeRE We are currently using this NEMO for the most updated versions of exe client. In case you want to try that exe client I share a secure diff list. 257 Use Default Web Browser for <URL> 1 Use Tilde for Matk 258 Enable Shortcut All Item 9 Disable 1rag1 type parameters (Recommended) 13 Disable Ragexe Filename Check (Recommended) 16 Disable Swear Filter 19 Enable Title Bar Menu 23 Enable /who command (Recommended) 24 Fix Camera Angles (Recommended) 32 Increase Zoom Out Max 34 Enable /showname (Recommended) 36 Read msgstringtable.txt (Recommended) 38 Remove Gravity Ads (Recommended) 39 Remove Gravity Logo (Recommended) 40 Restore Login Window (Recommended) 41 Disable Nagle Algorithm (Recommended) 44 Translate Client (Recommended) 46 Use Normal Guild Brackets (Recommended) 47 Use Ragnarok Icon 48 Use Plain Text Descriptions (Recommended) 50 Skip License Screen 53 Use Ascii on All LangTypes (Recommended) 61 Disable Packet Encryption 64 @ Bug Fix (Recommended) 65 Load Custom lua file instead of iteminfo*.lub (Recommended) 73 Remove Hourly Announce (Recommended) 75 Enable Flag Emoticons 76 Enforce Official Login Background 84 Remove Serial Display (Recommended) 88 Allow space in guild name 90 Enable DNS Support (Recommended) 91 Disconnect to Login Window 97 Cancel to Login Window (Recommended) 101 Skip Friend list Cheat Check 102 Skip Guild Member Cheat Check 200 Enable Multiple GRFs - Embedded 208 Restore Cash Shop Icon 212 Restore Roulette 213 Disable Help Message on Login (Recommended) 222 Show Replay Button 225 Show Register Button 230 Always load Korea ExternalSettings lua file 239 Ignore /account: command line argument 251 Allow close cutin by pressing esc key 253 Skip some hidden menu icon buttons 256 Use Default Web Browser In Cashshop if you need more help, just keep commenting on this topic ?1 point
-
you can edit and control the skill damage in db / skill_damage_db.txt or db / import / skill_damage_db.txt and add this WS_CARTTERMINATION,1,6,15 - increase 15% skill damage in cart termi WS_CARTTERMINATION,1,6,-15 - nerf the skill damage by - 15% in cart termi1 point
-
1 point
-
Version 1.0.1
1133 downloads
Requared the latest kRo data (2019-10-02+)! New maps now don`t crash client. Fixed some 3D models and their position. Thanks Tokei for converting (rsm2 to rsm) models. Textures for models: EP_17.2-textures.grf Include only: fixed maps (rsw) @Balfear fixed models @TokeiFree1 point -
Thanks for that, I have recently made changes. We'll have to wait for mods to approve.. If you cant wait, here is the copy : Dice_Event_v2.txt (recent update down below) Change : for ( .@j = 0; .@j < .@amt; .@j += 2 ) getitem .item[.@j], .item[.@j+1]; To simple F_Rand function: getitem F_Rand(501,502,503), 1; // random 501, 502, 503 x 1 pc1 point
-
Try In status.cpp find: void status_read_soullink_db(char* file_name) { change to: void status_read_soullink_db(const char* file_name) {1 point