Jump to content

Mhalicot

Community Contributors
  • Content Count

    1971
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Mhalicot

  1. Mhalicot

    Geffen Scrolls

    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; },{},{}
  2. 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.
  3. Mhalicot

    Geffen Scrolls

    Check this types
  4. Solved, I redownload a fresh copy of herc.
  5. 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.
  6. how to fix I don't know where that error came from Latest rev. 13252~6
  7. 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(); },{},{}
  8. Is there any error inside your client showing in red text? can you provide detailed screenshot?
  9. ^ If you read their post you will notice that the answer to your question is mentioned already.
  10. 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
  11. 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..
  12. Mhalicot

    about bgm

    Answered already, .wav = data/wav .mp3 = /BGM and if you read Mumbles description it says Sometimes try to read first
  13. Mhalicot

    Help me

    your itemID is too high, try to set it below 30000, for the script you can check const.txt
  14. 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
  15. possible if you can manually apply the commits, but I think it will be hard for you because of the huge changes..
  16. Mhalicot

    @aura

    Already here but no update :3 http://herc.ws/board/topic/454-aura-patch/?hl=aura
  17. Same Topic: Invalid NPC constant
  18. yes you can use 20130807 client and diff it that way you can search here does diffs, I'm sure it is discussed already..
  19. since you are using 2012 client I recommend you to use WeedDiffGen. Note what Neo said: His patcher is more compatible on 2013 clients.
  20. 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
  21. I wish there is also overhaul in Mob db file structure
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.