Jump to content

Mhalicot

Community Contributors
  • Content Count

    1971
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Mhalicot

  1. Mhalicot

    @autopots

    can I ask? why there is an empty #include in there? is it typo error? can you remove it in your code and recompile @autopots check if still have error? if theres error try to use autotpots
  2. Mhalicot

    @autopots

    can you share me your codes? i really can't reproduce your error
  3. Mhalicot

    [HELP]

    No one can able to help you if you only provide a piece of ScreenShot.. try to explain it wider... Goodluck
  4. Mhalicot

    refine_db

    // Chance:// 100 = 100% to reduce from 8 ~ 9 for example for this line from 20% reduce to 10% from 10% reduce to 1% //Nearly imposible
  5. Cant reproduce. Make sure you are using version 4.1 Im using 4.1 now this Im sorry but I cant reproduce, I'm using the latest hercules version and autopots v4.1 it doesn't show any error upon compiling and I can use the command in game..
  6. The warning tells you the answer already check your item_packages.conf scan and remove does name.
  7. Works for me but the background of the login is black how to fix this. Use NEMO patcher and patch Restore Login window
  8. Just add the script after checkmount if(hascashmount()){setcashmount();}
  9. Not sure, maybe two files have different grf.
  10. Cant reproduce. Make sure you are using version 4.1
  11. have you modify anything? is your kro is updated? make sure that the items in your roulette_db.conf are correct.
  12. Try using @monsterignore. @monsterignoreMakes you immune to attacks (monsters/players/skills cannot target/hit you).
  13. Hello, It will be awesome if you will share your solution here and please take time to read our Hercules Forum Rules.
  14. can reproduce. make sure that you compile the plugins without error. Update: 4.1 Fixed Compiling Error and Update to latest Revision e9d6955 [Mhalicot]
  15. Cant reproduce, make sure that you are using 1.4
  16. ^ I hope you read my response, in that case you must set checkmount() == MOUNT_MADO
  17. Hello, for your information checkriding has been deprecated on this commit c6f102e Insted of using checkriding, use. checkmount() instead. for more information about deprecated script, refer to this link. Deprecation of legacy script command
  18. hi annie. how to disable Boss cards? i tried it at map_zone_db but error. how can i disable boss cards? What error is it? make sure you type it correctly. disabled_items: {//Both examples below disable apple (id 501)//Apple: true//ID501: true
  19. I believe its been discussed before. @reloadmapcache
  20. you need to look at picklog table: type field mysql limit, you need to offset to show them all Not Tested Samplequery last 20 items that you sent in storage sample set .@nb, query_logsql("SELECT nameid, amount FROM picklog WHERE type='R' AND amount<0 AND char_id=150000 ORDER BY time DESC LIMIT 20",.@item,.@amount); for(set .@i,0; .@i < .@nb; set .@i,.@i+1) mes .@item[.@i] +" "+ .@amount[.@i]; *set <variable>,<expression>;*set(<variable>,<expression>)This command is deprecated and it shouldn't be used in new scripts, exceptsome special cases (mostly, set getvariableofnpc). Use direct valueassignment instead. so for example: instead of usingset .@nb, query_sql("select name,fame from `char` ORDER BY fame DESC LIMIT 5", .@name$, .@fame);use.@nb = query_sql("select name,fame from `char` ORDER BY fame DESC LIMIT 5", .@name$, .@fame);
  21. Post back your question then response with the solution sometimes reading Hercules Forum Rules can help you understand what to do.
  22. I think the best solution for that is to make another mob that has the same sprite of Green Maiden then remove the drop. anyways lets wait for others response if it can do without editing mob_db
  23. If you will post more information about why, maybe someone can answer your question..
  24. Make sure for every change you made you re-compile your server or else changes will not work..
  25. There are some helpful guide in our Blog like Crash Course: Scripting 101-A, Crash Course: Scripting 101-B, Scripting Academy, etc.. try to explore using search.. Good Luck
×
×
  • Create New...

Important Information

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