Jump to content

Meister

Members
  • Posts

    841
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Meister

  1. Anyone have a dummy input for biolab nightmare? Can you share? I try to create via server DB editor it always says too many columns.
  2. Unless the client has this feature its manageable to add but if not you need to force the client to do it.
  3. If you have disabled packet encryption on the server side, make sure to disable it also in the client side. There should be a prompt in the console.
  4. Hi, If I add entry in mob_db should I need to change in source? Lets say the mobs are dummy mobs from official implementation like Charleston Mobs. Do I need to edit in src like for MAX_MOBS? is there such parameters?
  5. Hi, how to add check for item_eq in src? Let's say skill DK_Deathcoil can only be used with Spear. I don't want to look at skill_require_db.txt since I have some skills that are autocasted for a low chance when using another skill. Regards
  6. How come can't? kRO can show it from Ziu's video. Does it need newer client like 2017? or packet issue?
  7. I tried to bypass the check for multi-hit with adding && !(skill_id == TF_DOUBLE) It works all double attack now are crit even with double attack but the problem is that it doesn't show the yellow damage. I don't know what does it call. Like when you attack double there's a yellow damage showing.
  8. @Lighta The freeze is not constant. Sometimes it happens sometimes it not. Repeated? Yes because it happens twice in a row but after sometime it didn't again. Normal and no freeze. As for the players, not sure but also checking them on. As for the WoE, no freeze happened during that time so I assume it wasn't woe script or woe controller. (I checked instanced though) Also, I'm checking of spamming "warp command" specifically when pc_isdead or warp asura something like that. @sader1992 The line "Best option is see what's not causing the problem to know what cause it" is a good one. Will check! Thanks for the suggestion. Will get back to you once I've done all things!
  9. @Lighta Is there a chance the server will be multi-threaded? By long-action like casting something or? For the scripts? Is it NPC scripts or SRC script? If src, should not be a problem since I used default rA and used 2 PR from rA also. If scripts, I might check all scripts. @sader1992 Additional Information: VPS is 1vCore and 2.5GB Ram Ping: Normal no Packet Loss Debug: Didn't since there was no Map-Crash only sudden freeze Version: Latest with Active Pull Request (renewal ASPD and Refine UI) Custom Patches: None From lighta, maybe its a script issue? But all scripts that I have are just freebies npc, warper, woe controller, woe timer.
  10. Hi, What causes the map server to freeze? Is it because of memory leaks? or warning messages from console? The freeze by the way doesn't cause the map server to crash. It's just the map-server freezes and nothing happens. The player able to move 1 click then freeze after warping also the mobs are not moving. Regards
  11. Hi, Requesting a little modification for Euphy's Script Item Reward. Modification will be: Enable to give cash points via input All items to be given are account_bound Regards
  12. Hi SRC Masters, Anyone who can port this src edit to rA? https://github.com/HerculesWS/Hercules/pull/1898/commits/1a4327551900db5e2ecbb754bef7c05f4edfc6dd This is a good feature for autofeeding for pets. Thanks in advance!
  13. Anyone who could lead? Thanks!
  14. Hi, Anyone who could lead me the way in proper implementation of item_stack? I've been messing with the config already including the item_db and item_stack but still not able to make the items stack in storage or inventory. (See image below) Item #1 Item #2 So what I did is, add a value in re/item_stack.txt Value: 14003,100,15 //ItemID,MaxStackAmount,Type Problem: I can't make it stack. Not sure if its a database error that I encounter or maybe client? BTW: Client using: 20170125 Appreciate the help. Regards!
  15. So what do I need to edit for the novice chant to work on max level?
  16. @GodKnows Jhomz: Unfortunately it doesn't work with autoloot with the script provided or I was wrong. That's why it's better if its not script. Like an item_global_drop.txt wherein you can just add items there like 607,100 // ITEMID,Drop Rate
  17. So if its getitem, will autoloot 100% or alootid +itemID will get the item? or?
  18. How to enable Super Novice Chant while at max level? When I try to use the chant when at level 99 or 160 there's pop-up chat that is says. How to remove that check? Want super novice chant to be used in max level.
  19. @GodKnows Jhomz: Unfortunately don't want to use NPCKillEvent since it will be directed to your Inventory.
  20. Hi Sir, you choose an instance and remove the cooldown for it. Since some instance have cooldown. But to be able to remove the cooldown you should pay x item or zeny.
  21. Hi, Requesting for a global drop src wherein you can add items to be dropped by all monster via global_drop.txt. E.G. ItemID,Percentage (10518,50) Wanted to use NPCKillEvent but problem is that all items go directly to the inventory. I want it to be dropped normally by monster. Regards!
  22. I don't get it. How to put on warps/teleporters?
×
×
  • Create New...