Skip to forum content

You are not logged in. Please login or register.


forums.pvpgn.pro → [EN] Diablo → Need some help with Diablo Clone event

Pages 1

You must login or register to post a reply

RSS topic feed

Posts: 7

1

Topic: Need some help with Diablo Clone event

I'd like to know if it is possible to set two items at the same time to start Diablo Clone event. What I would like to do is to start Dclone event by selling either Sur or Zod runes, is this possible?

Any help is welcomed

2

Re: Need some help with Diablo Clone event

I guess it's possible in the context of editing a config.

If you look in d2server.ini example, you will see that there "|" symbol used, and it should mean "OR" operator:

d2server.ini wrote:

[UnID unique ring or unID set amulet]
Mods = code=rin & quality=unique | code=amu & quality=set

So, you can try add a new section and assign it to "Item" option.

Item=SurOrZod
...
[SurOrZod]
Mods = code=r29 | code=r33

Codes for these two runes I found in HeroEditor
https://forums.pvpgn.pro/uploads/images/2017/04/03/skrinshot_2017-04-03_22.30.31.png

Do not ask for support in PM.

3 (edited by shopero de CP 04.04.2017 18:18)

Re: Need some help with Diablo Clone event

Unfortunately it didn't work. Ofc I tried disabling/enabling the event and restarting the server to make sure the changes went thru but the event isn't working for Zod Rune but it does with Sur Rune for some reason

4

Re: Need some help with Diablo Clone event

d2server.ini wrote:

;'|' ';'     high priority OR
;'&'         normal priority AND
;','         low priority OR

May be try ";" or "," instead

[SurOrZod]
Mods = code=r29 , code=r33
[SurOrZod]
Mods = code=r29 ; code=r33
Do not ask for support in PM.

5

Re: Need some help with Diablo Clone event

I been trying different configs as you kindly suggested but none of them seems to work for me at least.

I tried all the following codes

[SurOrZod]
Mods = code=r29 | code=r33

[SurOrZod]
Mods = code=r29 , code=r33

[SurOrZod]
Mods = code=r29 ; code=r33

[SurOrZod]
Mods = code=r29 & code=r33

Could there be anything else I could try by any chance?

6

Re: Need some help with Diablo Clone event

No idea why it doesn't work, it should, according to the description in the config.
We have no code sources or a developer contact to fix the issue.

May be you do something wrong? A phantom config file in non used path location, syntax error in the config, etc.

Do not ask for support in PM.

7

Re: Need some help with Diablo Clone event

better try on a fresh reinstall, it has to work.

Posts: 7

Pages 1

You must login or register to post a reply

Who now at forum

Currently view post: 1 guest, 0 registered users

forums.pvpgn.pro → [EN] Diablo → Need some help with Diablo Clone event