-
Content Count
1058 -
Joined
-
Last visited
-
Days Won
37
Syreldar last won the day on March 3
Syreldar had the most liked content!
Community Reputation
492 GoodAbout Syreldar

-
Rank
Royal
- Birthday 12/22/1997
Informations
-
Nationality
Italian
-
Gender
Male
-
Location
Italy
Social Networks
-
Skype
aresyournightmare
-
Discord
𝓝𝔂'𝓪𝓵𝓸𝓽𝓱𝓪#0001
- Website
Skills
-
Mapping
Beginner
-
Music / Audio
Intermediate
-
2D
Beginner
-
C++
Intermediate
-
C#
Advanced
-
C
Beginner
-
LUA
Expert
-
Python
Intermediate
-
SQL
Advanced
-
Syreldar changed their profile photo
-
Syreldar started following Why is it so hard to buy services from Martysama?, lua quest problem (with / and), Party flag problem and 4 others
-
Post the whole quest.
-
This video was meant for an italian community only, it wasn't supposed to go on m2dev, so there aren't many m2dev members :<
- 95 replies
-
- programming
- meme
-
(and 1 more)
Tagged with:
-
https://streamable.com/z74wah
- 95 replies
-
- 10
-
-
-
-
- programming
- meme
-
(and 1 more)
Tagged with:
-
Quest - when player receive item from chat
Syreldar replied to Jordan's question in Questions & Answers
make some vectors of chests and items, then check it via item->GetVnum() and broadcast the notice if the item is one of the items of the chest you want to be noticed about when found. -
quest item_change_sex begin state start begin when 71048.use begin say_title(translate().change_empire._50_sayTitle) if (pc.get_level() < 50) then return say_reward(translate().item_change_sex._10_sayReward); elseif (pc.get_wear(19) ~= nil) then return say_reward("You have to unequip your body costume first."); elseif (pc.is_engaged()) then return say_reward(translate().item_change_sex._30_sayReward) elseif (pc.is_married()) then return say_reward(translate().item_change_sex._30_sayReward) elseif (pc.is_polymorphed()) then return say_reward(trans
-
open [Shaman]Bug Heal Skill USE_SKILL: 109 pkVictim 0x0
Syreldar replied to Traceur3RUN's question in Questions & Answers
On modern clients, Heal, just like the other buffs, works as a PARTY-based skill. Despite that there are many sources that still do not support the PARTY-flag, and/or there are many skill_protos without PARTY flag assigned to the respective skills. This is the result of such "conflict". 1. If you want the skill to act like a normal buff skill (so it won't heal every member of the party when in party, but always only your target) in locale/skilldesc.txt: exactly as @Macromango did, but you DO NOT HAVE to empty out the setFlag in the skill_proto, because that co -
Shaman's Heal Skill Problem ( Not Healing, nor removing negative effects )
Syreldar replied to DotWorthy's question in Questions & Answers
PARTY flag missing, it doesn't work without it on modern sources, unless you force a computeskill on target. -
I told you to check the accumulation inside the run.msa and walk.msa files, not to send me motlist.txt. Secondly, why is your lion mount using the pony folder? he's taking speed values from the pony's accumulation.. That's horribly wrong. The correct folder to use is lion The correct accumulation value for share/data/monster/lion/run.msa is: Accumulation 0.00 -589.63 0.00 The correct accumulation value for share/data/monster/lion/walk.msa is: Accumulation 0.00 -278.46 0.00
-
Fix your accumulation in your mount's run animation file, inside "../share/data/monster/MOUNT_FOLDER/", it's too low.
-
Skill Damage gets calculated before Average Damage, the latter is based on the result of the first. This is the default formula: iSkillBonus = MINMAX(-30, (int) (gauss_random(0, 5) + 0.5f), 30); if (abs(iSkillBonus) <= 20) iNormalHitBonus = -2 * iSkillBonus + abs(number(-8, 8) + number(-8, 8)) + number(1, 4); else iNormalHitBonus = -2 * iSkillBonus + number(1, 5); de facto, Max Avg Dmg should be 65% and Max Skill Dmg is 30%, but since the default formula weights in favor of skill damage because of that "+ 0.5f" it's basically impossible to get more
-
I don't need to pull any strings? LOL! I am a normal developer doing its thing, I never bothered any admin nor mod nor developer with anything in my time of stay in Metin2Dev, I was literally doing my own thing and was NOT bothering nor was I getting bothered by NO ONE. So you'll take the pure and honest judgement of the admins, that I can assure you.
-
You're just done The people who bought from him and got scammed won't get banned.. why would they be? The scammer gets banned, not who gets scammed. He didn't "try to learn", in fact, he never contacted me asking me anything, he just took whatever was mine and sold it. The loads of people who contacted me asking for quest fixing and had "his quests" is humongous, that's not only reselling but also scamming in my book.