Mhalicot
Community Contributors-
Content Count
1971 -
Joined
-
Last visited
-
Days Won
37
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Mhalicot
-
use this as an example // Cash Shop Usable Items12202,Str_Dish10_,Steamed Tongue,0,2,,10,,,,,0xFFFFFFFF,63,2,,,,,,{ sc_start SC_FOOD_STR_CASH,1800000,10; percentheal 15,5; },{},{}
-
R>Item data structure overhaul error msg
Mhalicot replied to Mhalicot's question in Database Requests
Up! -
dont loose hope..
-
I would like to request item data structure console error message. because for now when there's something wrong with the item data, it doesn't show any error or information about that, thus it will crash your map-server without knowing why.. After searching the root of error, I found out that the reason of map server crash is because of Inherit. example: item_db.conf { Id: 2169 AegisName: "Kalasak" Name: "Kalasag" Type: 5 Buy: 20 Weight: 400 Def: 40 Upper: 63 Loc: 32 View: 1 Script: <" bonus2 bSubRace,RC_Boss,getrefine()/3; ">}, I want to add a slot, so in item_db2.conf // Kalasag{ Id: 2169 Inherit: true Slots: 1}, Then restart the server. this will result of map-server crash and restart without any error or debug.
-
Solved, I redownload a fresh copy of herc.
-
No, definitely not. Tested on different servers, I only getting this Error when I use Hercules-10.sln. but using Hercules-11.sln there's no error at all. Note: sprite error will crash your client, not the server.
-
how to fix I don't know where that error came from Latest rev. 13252~6
-
do you mean cash mount? I think it is available in item_db 12622,Boarding_Halter,Halter Lead,11,20,,0,,,,,0xFFFFFFFF,63,2,,,,,,{ setmounting(); },{},{}
-
Is there any error inside your client showing in red text? can you provide detailed screenshot?
-
^ If you read their post you will notice that the answer to your question is mentioned already.
-
did you update your server upto latest rev? Hercules is now using item_db2.conf not item_db2.txt see full changes item DB file structure overhaul
- 206 replies
-
- control panel
- flux
-
(and 1 more)
Tagged with:
-
did you read this? http://herc.ws/board/tracker/issue-7795-hercules-mail-system-not-working/?view=findpost&p=20921&hl=mail&fromsearch=1 and this http://herc.ws/board/topic/2696-how-to-open-function-mail-system-on-server/?hl=mail working in latest revision..
-
Answered already, .wav = data/wav .mp3 = /BGM and if you read Mumbles description it says Sometimes try to read first
-
your itemID is too high, try to set it below 30000, for the script you can check const.txt
-
Item description problem Ragexe 2012-07-16 Client
Mhalicot replied to Gelo's question in Client-Side Support
You need to use iteminfo.lub/lua for your item description.. pLease read Custom Items Note: Only Renewal Clients <= 2012-04-10a & Main Clients <= 2012-07-10a are using *table.txt -
possible if you can manually apply the commits, but I think it will be hard for you because of the huge changes..
-
Same Topic: Invalid NPC constant
-
yes you can use 20130807 client and diff it that way you can search here does diffs, I'm sure it is discussed already..
-
I will update this soon, Good to know
- 50 replies
-
- kagerou oboro iRO
- job change quest
- (and 3 more)
-
since you are using 2012 client I recommend you to use WeedDiffGen. Note what Neo said: His patcher is more compatible on 2013 clients.
-
You must patch your client Disable RagexeRE Filename Check (Recommended) not Disable Ragexe Filename Check (Recommended) because you are using ragexeRE or maybe you can use launcher like loki and rolex
-
I wish there is also overhaul in Mob db file structure