schan
Members-
Content Count
60 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by schan
-
This is great! Imma test this now! Rep up!
-
Use this guide : http://herc.ws/board/topic/968-guide-how-to-setup-hercules/ and welcome to Hercules!
-
It worked with 20120410 but won't work with 20131223 client. How did you make it work with 2013 client?
-
I'm having trouble with my 20131223 client http://herc.ws/board/topic/3609-2013-12-23c-kro-client-merry-christmas-3/?p=29827
-
Hi, My name/NPC name won't show and disconnects me everytime I hover my mouse over my character/NPC. I used these diffs: 2 Chat Flood Allow8 Custom Window Title9 Disable 1rag1 type parameters (Recommended)13 Disable Ragexe Filename Check (Recommended)14 Disable Hallucination Wavy Screen (Recommended)15 Disable HShield (Recommended)17 Enable Official Custom Fonts19 Enable Title Bar Menu20 Extend Chat Box21 Extend Chat Room Box22 Extend PM Box24 Fix Camera Angles (Recommended)28 Increase Headgear ViewID30 Increase Zoom Out 50%33 Always Call SelectKoreaClientInfo() (Recommended)34 Enable /showname (Recommended)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)44 Translate Client (Recommended)46 Use Normal Guild Brackets47 Use Ragnarok Icon48 Use Plain Text Descriptions (Recommended)49 Enable Multiple GRFs (Recommended)50 Skip License Screen53 Use Ascii on All Langtypes (Recommended)61 Disable Packet Encryption (Recommended)64 @ Bug Fix (Recommended)67 Remove Quake skill effect68 Enable 64k Hairstyle69 Extend Npc Dialog Box71 Ignore Missing File Error72 Ignore Missing Palette Error73 Remove Hourly Announce (Recommended)74 Increase Screenshot Quality205 Enable Monster tables75 Enable Flag Emoticons209 Enable Mail Box for All Langtypes84 Remove Serial Display (Recommended)86 Only First Login Background88 Allow space in guild name90 Enable DNS Support (Recommended)97 Cancel to Login Window (Recommended) Also, the party recruitment window always pops out every 10-20sec i guess. Is it normal? How to turn it off? Can anyone help me with these? Thanks!
-
http://herc.ws/board/topic/152-obtaining-hercules/
-
Search itemid/incomplete item name in Searchstore
schan replied to schan's question in Source Support
bump! -
try: if($@dice_event == 2 && getusers(8) == 1) or if($@dice_event == 2 && getmapusers("quiz_01") == 1)
-
Search itemid/incomplete item name in Searchstore
schan replied to schan's question in Source Support
Bump! -
Do you think it has something to do with the way I diff my client?
-
So how can I make it work? will check on this later. -- Okay back to sleep.
-
found anything Annie? will this work with the latest clients?
-
Hi, Searchstore - http://herc.ws/wiki/Searchstores Currently, searchstore will only return a query if the item name matches a complete item name and is case sensitive. What I want is to modify this that will let me search for ItemID, incomplete item name and remove case sensitivity. I think it is better this way. How can I do this? Thanks!
-
Try replacing your System folder with this. (remove your old one) System.7z
-
Have you tried Annie's latest fix for that script? http://rathena.org/board/topic/91042-utility-sql-mission-board/page-3#entry243485
-
Hi, Tried this plugin and found this error: CC costumeitem.cIn file included from costumeitem.c:20:../common/HPMDataCheck.h:10: error: array type has incomplete element type../common/HPMDataCheck.h:127: error: empty scalar initializer../common/HPMDataCheck.h:127: error: (near initialization for ‘HPMDataCheck’)make[1]: *** [../../plugins/costumeitem.so] Error 1 How to fix this?
-
Try using this setup.exe Setup.rar
-
I'm not sure what's causing the problem. I tried your code and yes my client froze after that line.
-
type '@mission'and see the magic but I don't think you can see it because your server doesn't support *strcmp . . I purposely put that as a test to know the user is using latest rathena or notbecause this script can only use in latest rathena https://github.com/rathena/rathena/commit/d569d288bd73b9eb076e76302ecf4c17a0340d10 there are a few commands which are not compatible with hercules however after developer fix this bug, I might consider fix this to use in hercules Yay! Great thing you're here in Hercules now. Thanks!
-
I don't have this dispbottom message when killing monsters. Still incomplete even though I set it right: I'm currently using 2263dc4660. A little bit old too. Also, I had this error earlier: It says unmatched ')' , but it wasn't.
-
Hi, I tried Annie's fix for Emistry's SQL Mission board found here: http://rathena.org/board/topic/91042-utility-sql-mission-board/page-3#entry243485 and I found these problems: 1.) It is always 'incomplete' in Monster List even though I finished setting up a monster to kill. 2.) I tried Submitting a mission even though I haven't finished killing all the required number of monster and it let me continue thus giving me the reward. 3.) I checked my db and found out that mob_hunt was blank as seen above. Can you help me fix these problems? Thank you!
-
That's weird. How come it won't work for me?
-
Yeah I think I've read somewhere that this only works with old clients. Maybe that's why it won't work for me.
-
I think I'm missing something. What client version should I use for this? I'm using 2012-04-10.
-
Does it work in 2012-04-10 clients? I tried your code and it wont work.