Search results

  1. U

    Help Removing duplicates value from array

    getinventorylist(); for ( .@i = 0; .@i < @inventorylist_count; .@i++ ) { setarray .@IdList[.@i],@inventorylist_id[.@i]; } Q1 For above code how would I remove duplicates item ID or extract only Unique Item ID within array of .@idList so the end result would be array with no...
  2. U

    Help to Hide this if NPC is not active.

    As Title, How to Hide this Stuff?
  3. U

    H>How to make it report actual sold item count?

    I need help to make this npc work correctly to tell how much item count it has sell.
  4. U

    H>Need help to stop Autospell from card spamming messages?

    1. Need help to limit or stop the messages from autospell showing up from card or equip when normal attacking. eg.  Cannot use [Magnum Break] due to cooldown delay. this happens a lot if you using any fast attack character with autocast spell when attacking weapons and is annoying lot when...
  5. U

    Q>sql query MD_BOSS

    I was trying to take / borrow script card seller from rathena and this MD_BOSS is not working like MD_MVP in rathena [Error]: script_rid2sd: fatal error ! player not attached! [Debug]: Source (NPC): card_seller_creation (invisible/not on a map) [Warning]: script_get_val: cannot access player...
  6. U

    Q> Error Compiling server warning C4018: '<=': signed/unsigned mismatch

    Visual studio 2017 Running Window 7 x32 Compiling &gt; Hercules-15.sln Retargeted solution as visual studio says  with Windows SDK Version 10.0.17763.0 for  vcproj-15\Char-server.vcxproj vcproj-15\Login-server.vcxproj vcproj-15\Map-server.vcxproj vcproj-15\Plugin-sample.vcxproj...
  7. U

    Q>Difference between Zero and Traditional Client

    1. What's the difference between Zero and Conventional non-Zero Client?  (been MIA for 2 years from Ragnarok thing) 2. If "Zero" is a browser type does it affect anything?  or needed different unpacked client?
  8. U

    H>Run Atcommand through npc script in commandprompt

    As topic says  Need help run        gm use @reloadscript From NPC script in mapserver's commandprompt window is this be do able?
  9. U

    H>atcommand from npc

    I need help on an npc I am trying to make. It runs atcommand @reloadscript when I whisper to it, but it never did reloadscript at all, anyone can help me?
  10. U

    Skill clone by plugin system?

    I was reading somewhere in the forum about how hercules be made to fully configurable. Then I thought why isn't skill be made clonable too? Would there be any chance for this to happen?
  11. U

    H>query_sql prev_class homunculus

    Was having trouble to create the line to read prev_class example player 1 has evolved homunculus 6009 and i want to make that npc script read from sql it evolve from 6001 so how should I struct my script? query_sql  ( select prev_class from homunculus ) and has a check of the player 1's...
  12. U

    Atcommand in item

    I was moving from eathena 13786 to hercules master revision downloaded as zip. So here's the thing, a line like this work before in itemdb  atcommand "@reloadscript "+strcharinfo(0)+""; but cease to work now please help me to fix it
Back
Top