

shockwar14
Members-
Posts
71 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by shockwar14
-
-
As per title, can anyone help me how can I edit Mjolnir to be able for Monk class to wear it? Thanks!
-
Here you go.. //===== Hourly Points Script ========================================= //===== By: ========================================================== //= GorthexTiger modified by Nibi //===== Current Version: ============================================= //= 1.0 //===== Compatible With: ============================================= //= Any eAthena Version //===== Description: ================================================= //= Get Points every successful hours of gameplay, you cannot get //= the points even if you miss a second or a minute. A player will //= get a very big bonus if they played 12 hours consecutively //= or without logging out of the game. If the player is vending //= the script will then stop. //===== Additional Comments: ========================================= //= You can modify the script to your liking. //= The default points is Kafrapoints change it anyway if you like. //= 1.1 = Check Chatting too //= 1.2 = 5 Minute Idle Check & @at/@autotrade check. //= 1.3 = Corrected the current balance line on 12 Hours Consecutive //==================================================================== - script hourlyreward -1,{ //--Start of the Script OnPCLoginEvent: attachnpctimer ""+strcharinfo(0)+""; initnpctimer; end; OnTimer30000: //Check if Vending (normal or @at) if(checkvending() >= 1 || checkchatting() == 1) { dispbottom "The Hourly Rewards event stopped because you were vending / chatting / afk. Please relog if you wish to start again."; stopnpctimer; end; } //Check if Idle getmapxy( .@map$, .@x, .@y, 0 ); if(@map$ == .@map$ && @x == .@x && @y == .@y) { set @afk, @afk + 1; } //If move timer resets else { set @afk, 0; } set @map$, .@map$; set @x, .@x; set @y, .@y; //Idle Check for 7 Minutes if(@afk == 7) { dispbottom "The Hourly Rewards event stopped because you were idle for 7 minutes. Please relog if you wish to start again."; stopnpctimer; end; } end; OnTimer60000: set @minute, @minute + 1; //Check for 1 Minute if(@minute == 60){ set @minute,0; getitem 25010,2; set #CASHPOINTS,2; dispbottom "You received 2 "+getitemname(25010)+" by staying ingame for 1 hour."; dispbottom "You now have "+countitem(25010)+" Midgard Coin!"; dispbottom "You now have "+#CASHPOINTS+" Cash Points!"; } //Check for 12 hours consecutive if(@consecutive_hour == 12) { set @consecutive_hour,0; getitem 25010,20; set #CASHPOINTS,20; dispbottom "You received 20 "+getitemname(25010)+" by playing for 12 consecutive hours."; dispbottom "You now have "+countitem(25010)+" Midgard Coin!"; dispbottom "You now have "+#CASHPOINTS+" Cash Points!"; } stopnpctimer; initnpctimer; end; } //--End of the Script Thanks
-
Hi Guys, Is it possible to have a @command script to know the time remaining before the hourly reward come?. Ex: If I type @ctr a display bottom will come out saying: "10 minutes left before you get your Hourly Reward/s." Thank you.
-
Well.. I'm not sure what revision I'm using cause everytime I check the revision it shows Unknown Revision. Does updating my revision will somehow fix the bug?. Hi Guys, Already solved the problem, just patch your client with the newest NEMO patcher. Thanks.
-
Hi Guys, I Have a problem on MC_IDENTIFY skill. Whenever I use this skill it does nothing. The skill will just cooldown and nothing will come out. I'm using 2013-08-07 as my client. Thanks.
-
Hi Guys, Is it ok to use the BG script in rAthena emulator?. Thanks.
-
-
-
Hi Guys, Is it possible to change the announcement's font size?. Thanks.
-
Hi Guys, I just found a 7v7 Script lying around here in rAthena forums but I cant seem to make it work and don't really have the idea how it function. Can you help me check the script?. Thanks. GvG Event Script.txt
-
Thanks Emistry!.
-
Is it possible to call a menu upon double clicking the item?.
-
Hi, this is cool, but is it possible to set a fixed coordinates? instead of typing the exact numbers?. thanks.
-
Hi Guys, Can anybody make a script that whenever I double click an item for example; "Woe Ticket Transportation" a menu of WoE maps will appear and after I click one on the menu it will warp me instantly to the chosen location. BTW, my WoE castle map is till schg_cas05. Thank you.
-
I see, well I have to find these old files then. Yeah, if anyone can upload the old prontera map files that would be awesome!. Thanks Zack!.
-
Hi Guys, I reverted back my prontera map to old one to prevent players from getting loading errors and client crash. Everything is fine inside prontera map even in the prontera_in's. But my problem is, whenever I use updated data.grf the outside of prontera map is still on new map design. Should I replace something on my .grf file?. Any response will be highly appreciated, thank you. Here is my DATA.INI config: 0=mydata.grf 1=data.grf 2=rdata.grf
-
Hi Guys, Im having problem with my PM. I can see others response on the PM Window but I cannot see mine. Also, if I tend to whisper someone who's offline, my client is crashing. Please help me on this one. Thanks. Additional info: Im using 2013-08-07 client My packet DB is 45 My langtype on clientinfo is set to 1 Also the mmo.h is also set to 2013-08-07 and already compiled I used latest NEMO for patching my client. Here is my patch: 8 Custom Window Title 9 Disable 1rag1 type parameters (Recommended) 10 Disable 4 Letter Character Name Limit 11 Disable 4 Letter User Name Limit 12 Disable 4 Letter Password Limit 13 Disable Ragexe Filename Check (Recommended) 15 Disable HShield (Recommended) 18 Skip Service Selection Screen 19 Enable Title Bar Menu 20 Extend Chat Box 21 Extend Chat Room Box 22 Extend PM Box 23 Enable /who command (Recommended) 24 Fix Camera Angles (Recommended) 28 Increase Headgear ViewID 30 Increase Zoom Out 50% 33 Always Call SelectKoreaClientInfo() (Recommended) 34 Enable /showname (Recommended) 35 Read Data Folder First 36 Read msgstringtable.txt (Recommended) 37 Read questid2display.txt (Recommended) 38 Remove Gravity Ads (Recommended) 39 Remove Gravity Logo (Recommended) 40 Restore Login Window (Recommended) 41 Disable Nagle Algorithm (Recommended) 43 Always Use Email for Char Deletion 44 Translate Client (Recommended) 46 Use Normal Guild Brackets (Recommended) 47 Use Ragnarok Icon 48 Use Plain Text Descriptions (Recommended) 49 Enable Multiple GRFs (Recommended) 50 Skip License Screen 53 Use Ascii on All LangTypes (Recommended) 54 Chat Color - GM 61 Disable Packet Encryption 63 Use Official Cloth Palettes 64 @ Bug Fix (Recommended) 65 Load Custom lua file instead of iteminfo*.lub 68 Enable 64k Hairstyle 71 Ignore Resource Errors 72 Ignore Missing Palette Error 73 Remove Hourly Announce (Recommended) 77 Enable Custom 3D Bones 84 Remove Serial Display (Recommended) 86 Only First Login Background 88 Allow space in guild name 90 Enable DNS Support (Recommended) 91 Disconnect to Login Window 96 Remove GM Sprites 97 Cancel to Login Window (Recommended) 100 Disable Multiple Windows 105 Hide Nav Button 106 Hide BG Button 107 Hide Bank Button 108 Hide Booking Button 205 Enable Monster Tables 207 Resize Font 213 Disable Help Message on Login (Recommended) 214 Restore Model Culling 215 Increase Map Quality 216 Hide Cash Shop 218 Show Exp Numbers 220 Disable Map Interface Already solved the problem. I just recompile the server and after PM chat is all good. Thanks.
-
you can disable it in "conf/battle/client.conf" // Show rAthena version to users when the login? display_version: no Thanks!
-
-
Guys, an update on this: I already solved the issue. What I did was, I downloaded the latest version of NEMO then repatch my current client whis is 2013-08-07aRagexe.exe then set my lang type to 1. If anyone's having a problem on this, kindly message me here. Thanks.
-
Ah... sorry I didn't notice, alright i'll download and will extract the file needed and I will get back to you, thanks.
-
Yes I know how, but the problem is I don't have kdata.grf. Can you provide a link i which I can download this file? thanks.
-
Packet Version: 55 Pick the update packet_db from rAthena Github Hi Sir, I got these couple errors... after the third error, the client closes.
-
Hmm yeah, I've read this too but no resolution so far. I think I'm gonna be needing to upgrade my client. Man, if you're using rAthena updated, I suggest you use 2015-11-04a Ragexe. It have support in rAthena and is easy do diff. If you want help, just click spoiler below. Again, it's easy: Sir, may I know if you can give me the packet version of this?.