karazu
Members-
Content Count
1115 -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by karazu
-
Axe Tornado and other axe skills (Mechanic Skill)
karazu replied to Kong's question in General Server Support
Try to get a Official Axe and compare the Numbers, Its simple and its working fine in my server. -
Hello @@Dastgir If you can update this one and include in the collection? http://herc.ws/board/topic/2611-identifyall/
-
Please update. Latest Hercules identifyall.c: In function 'atcommand_iall':identifyall.c:37: warning: pointer type mismatch in conditional expression
- 12 replies
-
- identifyall plugins
- identifyall
-
(and 2 more)
Tagged with:
-
@@Dastgir I found a new BUG. Monsters that are killed by Critical Strike Via Magic don't drop any items anymore. Its like even if poring drops an apple 100% if its killed by critical strike it will never drop.
- 17 replies
-
- critical strike
- magic critical
-
(and 1 more)
Tagged with:
-
This is already implemented in game long time ago
-
Tested and its working fine now.
- 17 replies
-
- critical strike
- magic critical
-
(and 1 more)
Tagged with:
-
I cannot reproduce the problem, can u please give me ur script?
-
Wow thank you very much. I'll test this asap EDIT: Looking good so far, I've tested it on my test servers and it's working fine. @hide+aura or aura+buffs status does not produce crash anymore. I'm moving this to my Live Server to see if it will still crash. @@Dastgir Map crashed again. To reproduce: - Get aura in-game - Get buffs/status - Character select - Map crash Seems like AuraSet likes to make new crashes each time I will test it also..
-
Haven't check that, just got minimal time to display major bugs. Thank you my friend..
- 17 replies
-
- critical strike
- magic critical
-
(and 1 more)
Tagged with:
-
We don't have official one,I remember @@OverLord provided me info, but i am too busy to complete it. Thank you! We will wait for it.
-
I just saw that the New Shadow Item Sets are need to be refined to get the potential effect. Anyone can tell me where is the official refiner? Or if we needed a custom one can someone make please?
-
Sometimes this occurs like 1/10 restarts
-
-
Because funding is not required xD.It's just my busy time this project progress is slow.. Donations will do.. Lets donate guys
-
Yes, its already in Herc.
-
Its not a problem since GOLD is not the main source of Zeny in my server
-
@evilpuncker items[i].value = value; This one forces all the items to be sold from NPC to Players as 0. How about forces all the items to be sold from Players to NPC as 0? wahhh ! what project are you trying to do. It will make your server messy. huhu I want to sell items 20z each. and I have around 120 items that needs to be edited just not to show warnings in the console telling me shit about the price hehehe. I am talking about my mall.
-
Better, open Notepad++,Go to Find command. Select the last option(something named extended or regex search on find window) Type there bonus2 [A-Za-z]+,8,1; doing it now.. This one?
-
There's some bonus2 blabla,8,1;And bonus2 blabla,6,1; And that blabla isn't a appropriate bonus(maybe a typo??) Sorry I am not sure, I am not good in reading scripts/formulas so I cannot identify.
-
@evilpuncker items[i].value = value; This one forces all the items to be sold from NPC to Players as 0. How about forces all the items to be sold from Players to NPC as 0?
-
@mrlongshen It came out after updating my item_db
-
Yes, but what I only want is to get rid of this Warnings.. its hurts to see them after restarting the server lol.. I only want to set the selling price to all items to 20 so that the warnings will be remove.
-
Thank you! such a big help.. @@evilpuncker Errors are still showing [Warning]: npc_parse_shop: Item Infiltrator_ [1266] discounted buying price (1000->750) is less than overcharged selling price (28500->35340) in file 'npc/custom/****/mall.txt', line '56'.
-
Is there an easy way to convert all the prices of the items in the item_db to 20z?