Search found 65 matches

by ascar
Mon Apr 03, 2023 2:34 am
Forum: General Mod Making
Topic: The CorruptLancer's secret AI Param
Replies: 1
Views: 856
France

Re: The CorruptLancer's secret AI Param

Hello

Thanks!
I added it
by ascar
Fri Mar 10, 2023 9:48 pm
Forum: Code Editing
Topic: 1.14 D Code edit Wiki
Replies: 3
Views: 663
France

Re: 1.14 D Code edit Wiki

-------------------------------------------------------------------------------------------- Uniques (and his minions) and Champions Xp bonus : (thanks to danny the great) The base is x5 Uniques and x3/5 champions. * Uniques : 005A0E40 001A0E40 Change : 80 ( LEA EAX,[EAX*4+EAX] ) the "*4" to somethi...
by ascar
Wed Mar 08, 2023 1:54 am
Forum: General Mod Making
Topic: [1.10] respawning unused monsters
Replies: 10
Views: 633
France

Re: [1.10] respawning unused monsters

interrested too by this evilholes solution^^
by ascar
Mon Mar 06, 2023 6:59 pm
Forum: Apokaliptic
Topic: Apokaliptic thread
Replies: 11
Views: 17005
France

Re: Apokaliptic thread

nice
by ascar
Mon Mar 06, 2023 6:56 pm
Forum: Mod Concepts & Research
Topic: Is there skills that cost life%
Replies: 4
Views: 1299
France

Re: Is there skills that cost life%

interrested too but i think it requieres code edit
by ascar
Mon Mar 06, 2023 6:55 pm
Forum: Mod Concepts & Research
Topic: What does your mod look like?
Replies: 571
Views: 145016
France

Re: What does your mod look like?

UI panel and bloody lava jungle in E=MC2 mod. Tried to do like in Diablo 2 beta.
Image
[/quote]





Wow i did similar ideas in my mod, love^^
by ascar
Mon Mar 06, 2023 6:48 pm
Forum: Code Editing
Topic: [1.10] Restoring Hireling Running animation
Replies: 14
Views: 6404
France

Re: [1.10] Restoring Hireling Running animation

Turns out I didn't select game.exe from executables. Anyhow, as soon as it looks like I reach the leash range and the merc should start to follow me - I hit an unignorable exception and the only thing ollydbg can do is terminate. Scratching my head... Hello interresting, im looking for it too for 1...
by ascar
Mon Mar 06, 2023 6:28 pm
Forum: Code Editing
Topic: 1.14 D Code edit Wiki
Replies: 3
Views: 663
France

Re: 1.14 D Code edit Wiki

i add those topics i found that helped me and need to be in this wiki :

viewtopic.php?t=62179

viewtopic.php?t=63543
by ascar
Mon Mar 06, 2023 6:25 pm
Forum: Code Editing
Topic: 1.14 D Code edit Wiki
Replies: 3
Views: 663
France

1.14 D Code edit Wiki

Hello I started serious code editing 1 week ago and want to create a wiki with all usefull offset for version 1.14d There is only 1.13 and 1.10 here so lets go to fill up this 1.14 ! Share your offsets here ;) Thanks to all I put relative adress (ghidra) and normal adress (hexa edit or ollydbg) sepa...
by ascar
Tue Feb 28, 2023 5:00 am
Forum: Code Editing
Topic: Replenish life code address
Replies: 1
Views: 482
France

Re: Replenish life code address

hello, also interrested for 1.14 d ^^
by ascar
Tue Feb 28, 2023 4:59 am
Forum: Code Editing
Topic: [1.14d] Add Arreat Summit Town backdrop to any map ID
Replies: 1
Views: 943
France

Re: [1.14d] Add Arreat Summit Town backdrop to any map ID

hello

Super interresting, i will try this later !

I started code editing some days ago for 1.14d !
by ascar
Thu Feb 23, 2023 1:54 am
Forum: Code Editing
Topic: 1.14d codes
Replies: 7
Views: 1690
France

Re: 1.14d codes

Resistances : Max : ollydbg search : CMP EAX,5F Adress (one for display, one for calc) : A865A 17BEA9 change the 5F value (95) Min : ollydbg search : CMP ESI,-64 Adress : (one for display, one for calc) A8664 A8674 Change 64 (-100) to something else, but i noticed that the max that the game can hand...
by ascar
Thu Feb 23, 2023 1:38 am
Forum: Code Editing
Topic: 1.14d codes
Replies: 7
Views: 1690
France

Re: 1.14d codes

to have all "randstransform" boss color (PURPLE COLOR !!)
Blizzard put only 30 (1E) of the 38 (26) rand color for champions and some uniqs... dont know why because those 8 colors are wonderful !
:

search this in olly (command) : CMP EDI,1E

adress : 000666A3

Change 1E to 26
by ascar
Thu Feb 23, 2023 1:33 am
Forum: Code Editing
Topic: 1.14d codes
Replies: 7
Views: 1690
France

Re: 1.14d codes

i can add this to this post


Light radius changes :

adress to search in olly : 00060CD8

or you can find it with this search "sequence command" :
PUSH 0FF
PUSH 0FF
PUSH 0FF
PUSH 0FF
PUSH 0D


the 0D is the radius

0FF are intensity and RGB value for char light radius !
by ascar
Thu Feb 23, 2023 1:25 am
Forum: Code Editing
Topic: 1.14d codes
Replies: 7
Views: 1690
France

Re: 1.14d codes

hello

when i search for your adress in ollydbg it says : offset beyond end of the file


O_O

its for 1.14 d ? game.exe? ty
by ascar
Thu Feb 23, 2023 12:58 am
Forum: General Mod Making
Topic: How to reduce my resistance to elements?
Replies: 7
Views: 2375
France

Re: How to reduce my resistance to elements?

to put 70 with code you can put "46" in the CMP EAX,5F

you put CMP EAX,46

max res will be 70
by ascar
Thu Feb 23, 2023 12:54 am
Forum: General Mod Making
Topic: How to reduce my resistance to elements?
Replies: 7
Views: 2375
France

Re: How to reduce my resistance to elements?

hello in ollydbg when you open game.exe (1.14d) you search for this : for Resist max : "CMP EAX,5F" adress in hexa edit programm are : A865A 17BEA9 for Resist min : "CMP ESI,-64" hexa programm adresses A865A 17BEA9 4A8674 there is more than 1 adress for each because there is one for display and one ...
by ascar
Wed Aug 17, 2022 1:00 am
Forum: Member Аnnouncements
Topic: [1.10] D2GFEx - New Graphics Driver => Alpha Testing
Replies: 75
Views: 24843
France

Re: [1.10] D2GFEx - New Graphics Driver => Alpha Testing

This project is amazing, is there a release now?

Thanks a lot o_o
by ascar
Sun Aug 14, 2022 1:22 am
Forum: Map Editing
Topic: [Release] Act 1 - Cliff Top Tileset
Replies: 6
Views: 3672
France

Re: [Release] Act 1 - Cliff Top Tileset

Exactly what is the point of this website? Every mod has been either deleted or no longer available. If you're going to advertise "mods" then there should be some files to go along with it. yes sadly a lots of links are dead, that was my nightmare too^^ i needed a tons of time to understand more ab...
by ascar
Sun Aug 14, 2022 1:21 am
Forum: General Mod Making
Topic: How to reduce my resistance to elements?
Replies: 7
Views: 2375
France

Re: How to reduce my resistance to elements?

for cold mastery you can edit it via "skills.txt" with excel of a sheet editor.
by ascar
Sun Aug 14, 2022 1:20 am
Forum: Mod Concepts & Research
Topic: Ambiance - Giving Diablo II a more immersive setting
Replies: 13
Views: 3536
France

Re: Ambiance - Giving Diablo II a more immersive setting

changing the aidel and aidist changes a lot the terror aspect, reducing stamina and puting screen size to d2 classic ^^

Added d1 sounds is good too
by ascar
Sun Aug 14, 2022 1:18 am
Forum: General Mod Making
Topic: How to reduce my resistance to elements?
Replies: 7
Views: 2375
France

Re: How to reduce my resistance to elements?

hello, i changed the max resistance cap and the lowest resistance cap with code editing game.exe (1.14d version) but didnt find for just one element.

I think you need code edit the dll files (for previous versions ) or game.exe (for 1.14) with hexa editor...
by ascar
Sat Jul 30, 2022 2:27 am
Forum: Tools
Topic: MPQ Listfile - Diablo 2 LoD all versions + installers
Replies: 4
Views: 8300
France

Re: MPQ Listfile - Diablo 2 LoD all versions + installers

hello

not sure what is this about?

a list of files that are in beta and not in final?

But where do you get the real beta files? ^^ thanks


EDIT : ok i understand its a complete listfile for open the mpq.


How to add it in the game mpq to see files?

Thanks
by ascar
Sat Jul 30, 2022 2:21 am
Forum: Code Editing
Topic: [1.10] Restoring Hireling Running animation
Replies: 14
Views: 6404
France

Re: [1.10] Restoring Hireling Running animation

Hey, I'm modding 1.10, so I don't know the offsets for 1.13d, but I can give you a piece of advice. -Open Diablo 2 and enter a game with a character whose mercenary is dead or not hired -Attach Olly and go to D2Game -Search for All commands -> Push 02 -Set a breakpoint on every Push 02, and then re...
by ascar
Fri Jul 29, 2022 7:56 pm
Forum: General Mod Making
Topic: D2 LoD 1.13c problems with .dll files
Replies: 3
Views: 3057
France

Re: D2 LoD 1.13c problems with .dll files

hello, i get used a bit to code edit with OllyDbg software.
Its hard but i modified a few things.. thanks

Go to advanced search