Post your simple [Questions] and [Requests] here.

02/06/2010 04:44 Theri#121
better get started reading the dll's in ida :p
02/06/2010 05:13 Infylos#122
lol, ok then. I'll start looking. Don't know what I'm looking for, won't know when I found it, but I'll find it!
02/06/2010 06:11 Walmartbagger#123
Quote:
Originally Posted by Infylos View Post
lol, ok then. I'll start looking. Don't know what I'm looking for, won't know when I found it, but I'll find it!
look for the charge section and see if there's an option to omit it needing a target?

if not, try to get a dll from a mabi that lets you do it and try to compare (if you can)
02/06/2010 06:37 Infylos#124
The second option seems difficult.
02/06/2010 06:39 Halfslashed#125
Download Beyond Compare, compare the dll's.

Not hard.
02/06/2010 07:03 Infylos#126
I meant the finding the dll part.
02/06/2010 07:17 ChaosInsanist#127
is there a refine macro (autofailer) that can be created? for people stuck at r2 with too much blasted dex. just wondering if it can be done or not, that is all. =P here is hoping
02/06/2010 08:42 Walmartbagger#128
Quote:
Originally Posted by ChaosInsanist View Post
is there a refine macro (autofailer) that can be created? for people stuck at r2 with too much blasted dex. just wondering if it can be done or not, that is all. =P here is hoping
i'm almost sure that your best bet is to get a norman helmet + rigid shield + scarecrow set, it's like -30 dex or so in total, plus the experience death title is -60 Dex....you can also try eating -dex foods and using the Old Furnaces in Vales or Filia.
02/06/2010 21:14 Akeal#129
I just have a few ideas that I want to know if they're possible to do.

1. No 10% hp reduction with Windmill
2. R1 radius WM at lower ranks
3. Chaincast for basic spells (icebolt, firebolt, and lightning) with no upgraded/ego wand
4. No stamina reduction while waiting to use counter attack
5. Be able to continent warp without waiting till 12:00 AM/PM

If these are possible, it would be helpful to post ways to do it. If they aren't possible, it would still be useful to know why they wouldn't.
02/07/2010 04:28 Lightning_Bolt#130
any1 have limited camera range they can share??
02/07/2010 16:00 Walmartbagger#131
Quote:
Originally Posted by Akeal View Post
I just have a few ideas that I want to know if they're possible to do.

1. No 10% hp reduction with Windmill
2. R1 radius WM at lower ranks
3. Chaincast for basic spells (icebolt, firebolt, and lightning) with no upgraded/ego wand
4. No stamina reduction while waiting to use counter attack
5. Be able to continent warp without waiting till 12:00 AM/PM

If these are possible, it would be helpful to post ways to do it. If they aren't possible, it would still be useful to know why they wouldn't.
1. That's probably a server-sided reduction, all HP/MP/Stam transactions probably are.
2. You might be able to make an edit for that, though I'm not sure if the server checks to see how far you can actually WM.
3. Seeing as people have tried to make a 1-charge thunder/Icespear, I'm not sure you can do this. Searching the DLLs for the bolt's code and looking for a line where it adds 1 count to the skill might work.
4. Probably server sided again, though you might be able to switch rF for r1 (waay reduced stam drain).
5. This was possible with packet editting, but without it I'm not sure you can.
02/07/2010 18:42 me2loveit2#132
New Question~
I am wondering if any file/dll has all 226 skill ID's(<--Skill ID's as in assigning - syncing - and getting client information//not skillinfo.xml or skill_levedetail.xml). I'd be interested in the code. and where its located.
Any faintly related information helps thx~
02/08/2010 02:42 Alwaho#133
Question, So it is possible to mod mabinogi and make it so you have load of mp,hp,and stamina? And if so, thats all server sided right?

Is it possible to change your mabinogi skills to rank 1 damage but still have like rank F skills?
02/08/2010 02:50 Theri#134
Pretty sure that you can not, damage is server sided as would be rank checks.

I think it might be possible to mess with stamina usage of skills but I haven't looked into it. Health taken from wm might be client too(have seen some people say it was changeable but I haven't looked). My reasoning on the stamina is because I lag a lot and have had a skill use 40 sta instead of like 5 due to lag. Hence the server never told my client what my stamina was but vice versa.
02/08/2010 03:17 Walmartbagger#135
Quote:
Originally Posted by me2loveit2 View Post
New Question~
I am wondering if any file/dll has all 226 skill ID's(<--Skill ID's as in assigning - syncing - and getting client information//not skillinfo.xml or skill_levedetail.xml). I'd be interested in the code. and where its located.
Any faintly related information helps thx~
Use IDA on Skill.dll, search for CSkill"skillname" without the quotes and you should find everything you need.

Quote:
Originally Posted by Alwaho View Post
Question, So it is possible to mod mabinogi and make it so you have load of mp,hp,and stamina? And if so, thats all server sided right?

Is it possible to change your mabinogi skills to rank 1 damage but still have like rank F skills?
Even if you changed it on the client, you'd either be reverted back to normal values when a transaction occurs or the values would show you like 16,000/16,100 but you'd die anyway.