-
Posts
166 -
Joined
-
Last visited
-
Days Won
4
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Posts posted by Ice Bear
-
-
you guys able to solve the errors when the slave attacking mobs then spam crash errors?
-
9 hours ago, louisplag said:
Hello! did you solve this problem?
i gave up
-
what a weird error...
-
can someone tell me where to find metallic sound sp drain on src?
-
up for this but seems there is no solution for this problem anyone?
-
On 2/26/2021 at 9:35 AM, Scylla said:
In status.hpp
OPTION_IGNOREDROP = 0x20000000,
Change to:
OPTION_IGNOREDROP = 0x40000000,
ill give this a try thanks @Scylla
-
i did it but you cant use a skill when ignore drop is on. give it up or wait for the author. to update those.
-
-
On 6/6/2013 at 8:02 PM, Encon said:
Super late, but rawr. Modified patch file attached to this post.
(Leave enable_extra_bonus as 2 for this to work)
Right now it works with up to 90 bonus effects, but it's easy to edit it to allow for more if you need to. First 30 bonuses in the db/extra_bonuses.txt file apply to the EXTRA_BONUS variable, next 30 bonuses apply to EXTRA_BONUS2, next 30 apply to EXTRA_BONUS3. Make sure you leave all the blank {} lines, otherwise it'll mess things up since it relies on the empty bonuses to know where the next variable starts.
Inside conf/battle/player.conf:
extra_bonus_count1: 30 // EXTRA_BONUSextra_bonus_count2: 30 // EXTRA_BONUS2extra_bonus_count3: 30 // EXTRA_BONUS3That sets how many lines it'll count for each variable, that's just random optimizing in case you use less than 30 each. I'm sure it barely makes a difference but I'm tired and it seemed like a good idea at the time so leave me alone.You can probably just leave them at 30 I guess, I dunno. As a note, even if you set it to less than 30, the EXTRA_BONUS2 variable will still start from the 31st bonus line, so don't erase the empty {} lines or anything. This just tells the server to skip to the next variable once it hits the max amount for the current one.
The EXTRA_BONUS variables use those bitwise number things that moneymuch mentioned, so when you set the variables it's like...uh...1 = first bonus line2 = second bonus line4 = third bonus line8 = fourth bonus lineetc.6 = 4+2 = second and third bonus lines7 = 4+2+1 = first, second and third bonus linesetc.Holy crap I'm so tired...this is the worst explanation ever.Anyways yeah. Don't hate pl0x, I know I could have done it better but I'm too tired/lazy to really care, and as long as it works I'm happy. :x(Almost guaranteed that I'll forget to ever check this for replies, but uh...yeah...)1 unresolved externals...
-
this part still producing errors @rootKid
struct map_session_data * sd = script_rid2sd(st);
-
doesnt work anymore because of the update in npc_shop_discount() **** BUT MANAGE TO FIX JUST COMMENT THAT ONE
old : bool npc_shop_discount(enum npc_subtype type, bool discount) {
new : bool npc_shop_discount( struct npc_data* nd ){
manage to fix i guess just comment out this one.
//nd->u.shop.discount = is_discount > 0; << THIS ONE
-
1
-
-
@Haruka Mayumi thank you very much
-
@Epoque I would like to know if this one still on progress
-
you can add new effects in it. it really shows little or few effect list but it doesnt mean that is the limit.
for the status one refer to sc_hiding.
for the direction krane is right then why not change dir while casting the skill.
you can do it bro.
-
Spoiler
@AnnieRuru is this possible to showscript too?
-
2 minutes ago, Ice Bear said:
thanks ill give a try
seems its also in the data.grf and rdata
-
2 hours ago, Naruto said:
yeah but you dont really want too
but its like Alpha_down alpha_up
bmp or tga.... in your grf
thanks ill give a try
-
-
-
solved. i gave up haha
-
1 hour ago, sader1992 said:
as far as i know , skills have their own animation not like normal attack or multi hit attack
yes i found a way to add the crit same with ground drift? forgot the other skill but it works
-
1 hour ago, sader1992 said:
sorry i am kind of confused but anyway i have fix it its just the crit animation not showing thank you @sader1992 :3
-
On 3/19/2019 at 9:49 AM, Anta said:
Hello guys, i'm newbie in the community, so i don't know if my post is in the correct section.
Yesterday i implemented multi-hit critical damage, then i started to check some skills, in fact everything Works fine, but i think that maybe there's a bug with Sharp Shooting.
It's supposed that Sharp Shooting Will deal a critical damage if you have a high critical rate, but the skill doesn't do something like that.
I tested in my server, and also i tried in a local server with the last emulator update, because i believed that maybe the bug appears when i applied the multi-hit critical patch, but it doesn't.
First this's on my server:
And this's on the local server with the last emulator update:
Like you can see, Sharp Shooting can't do a critical damage, and because of that anything that increases critical damage like the paper card, temporal boots LUK, or anything else doesn't boost the damage.
Excuse me for my bad english.
Forget it. i already solved it.
how do you solve it.
???
-
On 12/22/2019 at 8:59 PM, gidzdlcrz said:
@Ice Bear
So it should be like this?yes and click GO Button
also if you encounter .sql files upload you can refer to what @Amir Azman saying you can import if the file is in .sql format. that is located in the import tab , export that should be you know
-
1
-
map_freeblock_timer error
in Source Support
Posted
map_freeblock_unlock(); is the answer