Hello, i wonder how can I disable private shops in Flaris? For example I want players only able to open p shops in saint morning or darkon.
Any ideas?
Printable View
Hello, i wonder how can I disable private shops in Flaris? For example I want players only able to open p shops in saint morning or darkon.
Any ideas?
bump.
Hmm, I think I need to know this too ! Any idea's people?
-precise selection of the continents now possible:
previously you had to take CONT_EAST to lock Flaris example,
Now you can take CONT_FLARIS to lock only the continent Flaris
TODO:
-TOWN_,DUNGEON_ can Use
dpsrvr.cpp (Under ParsingEffect(szPVendor, strlen(szPVendor) ); )
Spoiler:
flyffevent.h(under EVE_RAINBOWRACE,)
Spoiler:
Stdafx.cpp (under CGuildCombat1to1Mng g_GuildCombat1to1Mng; )
Spoiler:
Stdafx.h(under extern CGuildCombat1to1Mng g_GuildCombat1to1Mng; )
Spoiler:
worldserver.cpp
Spoiler:
versioncommon.h
Spoiler:
worldserver.ini in script folder
Spoiler:
and hey presto ...
you can determine the continets where there are not shops are allowed true WorldServer.ini
Make sure you get the correct Continent otherwise it wont work example CONT_FLARIS to forbid shops on Flaris
@Credits to Original Coder.
It is also possible to disable private shops for worlds (for a market world) and it is also possible to make it a region type. (Probably equinox does this because of how it is behind flaris in a square).