Bueno estoy intentando que los items con sockets caigan exe, pero no logro hacerlo, caen exe sin sockets, o bien caen con sockets pero sin exe
Segun el IGC.EssentialTools tengo que editar en el archivo IGC_Common la linea CanUseSocketExcItem pero dicha linea no figura en el dichoso archivo (y agregarla no hace nada, lo intente :v )
;############################################################
;# -- X12 MUONLINE SERVER EMULATOR
;# -- www.igcn.mu
;# -- www.muemu.pl
;# -- (C) 2017 IGC-Network | MUEMU (R)
;# ----------------------------------------------------------
;# -- File is a part of MUEMU MuOnline Server files.
;############################################################
[General]
;-------------------------------------------------------------------------------------------------------------
;-- ENG: here you define if to Warp from the M you add Level + MasterLevel. or just take Level Normal
;-- ESP: aca defines si para Warpear desde la M se sume Level+MasterLevel. o solo tome Level Normal
;-- 0 = Lvl. / 1 = Lvl + ML.
;-------------------------------------------------------------------------------------------------------------
UseMLforWarp = 1
;-------------------------------------------------------------------------------------------------------------
;-- ENG: Here you define if you can use Elf Buff + Berserker Summoner together.
;-- ESP: aca defines si se puede usar Buff de Elf + Berserker Summoner junto.
;-- 0 = No Use. / 1 = Yes Use
;-------------------------------------------------------------------------------------------------------------
UseAllBuffAttack = 1
;-------------------------------------------------------------------------------------------------------------
;-- Maximum Level character can reach
;-------------------------------------------------------------------------------------------------------------
MaxNormalLevel = 1000
;-------------------------------------------------------------------------------------------------------------
;-- Setting Drop Zen for characters Normal and 3rd class
;-------------------------------------------------------------------------------------------------------------
; Additional zen [1-1000]
AddZenDrop = 70
; Additional zen (3rd class) [1-1000]
AddZenDropML = 70
; Zen div [money /= AddZenDiv] -> Max: 1/5
AddZenDiv = 2
;-------------------------------------------------------------------------------------------------------------
;-- Enables Guard related options (GuardSpeakChance, GuardSpeakMsg) below, 0/1
;-------------------------------------------------------------------------------------------------------------
GuardSpeak = 1
;-------------------------------------------------------------------------------------------------------------
;-- Smaller the number bigger the chance he will say something
;-------------------------------------------------------------------------------------------------------------
GuardSpeakChance = 10
;-------------------------------------------------------------------------------------------------------------
;-- Guard Speak Sentence
;-------------------------------------------------------------------------------------------------------------
GuardSpeakMsg = VG Mu
;-------------------------------------------------------------------------------------------------------------
;-- Message that appears when you enter server
;-------------------------------------------------------------------------------------------------------------
WelcomeMessage = Bienvenido a VG Mu
;-------------------------------------------------------------------------------------------------------------
;-- Enabled Gold notice to every player about Boss Monster kill (English.xml -> Msg ID: 581)
;-- Monster Indexes affected with the system: 43-44, 53-56, 78-83, 275, 295, 459, 493-502, 561
;-------------------------------------------------------------------------------------------------------------
BossMonsterKillNotice = 0
;-------------------------------------------------------------------------------------------------------------
;-- Little Message upon entering the Game saying -> CharacterNickname Entered the Game
;-------------------------------------------------------------------------------------------------------------
EnterGameMessageEnable = 0
;-------------------------------------------------------------------------------------------------------------
;-- Displaying message of killed mobs count for 3rd class quest :: VALUES 0/1
;-------------------------------------------------------------------------------------------------------------
ThirdQuestMonsterCountMsg = 1
;-------------------------------------------------------------------------------------------------------------
;-- Block Trading on Server :: VALUES 0/1
;-------------------------------------------------------------------------------------------------------------
TradeBlock = 0
;-------------------------------------------------------------------------------------------------------------
;-- Allow/Disallow Trading Items having Harmony Option :: VALUES 0/1
;-------------------------------------------------------------------------------------------------------------
CanTradeHarmonyItem = 1
;-------------------------------------------------------------------------------------------------------------
;-- Allow/Disallow Trading Full Exc Options Items :: VALUES 0/1
;-------------------------------------------------------------------------------------------------------------
CanTradeFullExcItem = 1
;-------------------------------------------------------------------------------------------------------------
;-- Allow Disallow using Harmony Options with Ancient Items :: VALUES 0/1 :: Works on S6E3 only
;-------------------------------------------------------------------------------------------------------------
CanUseAncHarmonyItem = 1
;-------------------------------------------------------------------------------------------------------------
;-- Allow to trade 0 serial items :: VALUES 0/1
;-------------------------------------------------------------------------------------------------------------
CanTradeFFFFFFFFSerialItem = 1
;-------------------------------------------------------------------------------------------------------------
;-- Apply item options: 1 ~ if item requirements are met, 0 ~ regardless item requirements
;-------------------------------------------------------------------------------------------------------------
CheckValidItem = 1
;-------------------------------------------------------------------------------------------------------------
;-- Allow/Disallow Selling Quest & Cash Shop Items to NPC :: VALUES 0/1 - May not work for all items
;-------------------------------------------------------------------------------------------------------------
EnableSellAllItems = 1
;-------------------------------------------------------------------------------------------------------------
;-- Allows to to pick Lucky Items from ground, 0/1
;-------------------------------------------------------------------------------------------------------------
AllowToGetLuckyItemFromGround = 0
;-------------------------------------------------------------------------------------------------------------
;-- Allow/Disallow selling Exc Full Option Items in Personal Store :: VALUES 0/1
;-------------------------------------------------------------------------------------------------------------
CanSellInStoreFullExcItem = 0
;-------------------------------------------------------------------------------------------------------------
;-- Allow/Disallow selling Exc Full Option Items to Shop :: VALUES 0/1
;-------------------------------------------------------------------------------------------------------------
CanSellToShopFullExcItem = 1
;-------------------------------------------------------------------------------------------------------------
;-- Allow/Disallow Enchant Lucky Items by Jewels :: VALUES 0/1
;-------------------------------------------------------------------------------------------------------------
AllowEnchantLuckyItemByJewels = 1
;-------------------------------------------------------------------------------------------------------------
;-- Time of 1 durability decrease of Lucky Items, Expressed in seconds
;-------------------------------------------------------------------------------------------------------------
LuckyItemDurabilityTime = 2400
;-------------------------------------------------------------------------------------------------------------
;-- Allow to enter events by Player Killers :: VALUES 0/1
;-------------------------------------------------------------------------------------------------------------
CanEnterEventWithPK = 0
;-------------------------------------------------------------------------------------------------------------
;-- Switch 16/28 Max Options can be added using Jewel of Life :: VALUES 0/1
;-------------------------------------------------------------------------------------------------------------
Is28Option = 1
;-------------------------------------------------------------------------------------------------------------
;-- Save Private chat messages to file :: VALUES 0/1
;-------------------------------------------------------------------------------------------------------------
SavePrivateChat = 0
;-------------------------------------------------------------------------------------------------------------
;-- Enables or disabled Auto Party system, 0/1. If Player A is online and e.g. playing AFK on MuHelper
;-- may set password to join his party if expecting somebody to come. Player B by whispering the
;-- password to Player A will join his party automatically
;-------------------------------------------------------------------------------------------------------------
AutoParty = 1
;-------------------------------------------------------------------------------------------------------------
;-- Disables or Enables Reconnect System :: VALUES 0/1
;-------------------------------------------------------------------------------------------------------------
ReconnectSystem = 0
[PostCMD]
;-------------------------------------------------------------------------------------------------------------
;-- Activates or deactivates the post command, 0/1
;-------------------------------------------------------------------------------------------------------------
Enable = 1
;-------------------------------------------------------------------------------------------------------------
;-- Cost for single post command usage, Zen
;-------------------------------------------------------------------------------------------------------------
Cost = 50000
;-------------------------------------------------------------------------------------------------------------
;-- Minimum level to use post command
;-------------------------------------------------------------------------------------------------------------
MinLevel = 10
;-------------------------------------------------------------------------------------------------------------
;-- Colours settings for post command based on RGB, accepts decimal or hex values
;-------------------------------------------------------------------------------------------------------------
ColorRed = 0x8C
ColorGreen = 0xBE
ColorBlue = 0xC3
;-------------------------------------------------------------------------------------------------------------
;-- Cool-down time for post command, seconds
;-------------------------------------------------------------------------------------------------------------
CoolDown = 30
[GlobalPostCMD]
;-------------------------------------------------------------------------------------------------------------
;-- Activates or deactivates the global post command, 0/1
;-------------------------------------------------------------------------------------------------------------
Enable = 0
;-------------------------------------------------------------------------------------------------------------
;-- Cost for single global post command usage, Zen
;-------------------------------------------------------------------------------------------------------------
Cost = 500000
;-------------------------------------------------------------------------------------------------------------
;-- Minimum level to use post command
;-------------------------------------------------------------------------------------------------------------
MinLevel = 200
;-------------------------------------------------------------------------------------------------------------
;-- Colours settings for global post command based on RGB, accepts decimal or hex values
;-------------------------------------------------------------------------------------------------------------
ColorRed = 0x0D
ColorGreen = 0xD0
ColorBlue = 0xE3
;-------------------------------------------------------------------------------------------------------------
;-- Cool-down time for global post command, seconds
;-------------------------------------------------------------------------------------------------------------
CoolDown = 10
[ChatColors]
;-------------------------------------------------------------------------------------------------------------
;-- Colours settings for Message text type based on RGB, accepts decimal or hex values
;-------------------------------------------------------------------------------------------------------------
InfoMessageRed = 0x64
InfoMessageGreen = 0x96
InfoMessageBlue = 0xFF
;-------------------------------------------------------------------------------------------------------------
;-- Colours settings for Error text type based on RGB, accepts decimal or hex values
;-------------------------------------------------------------------------------------------------------------
ErrorMessageRed = 0xFF
ErrorMessageGreen = 0x1E
ErrorMessageBlue = 0x00
;-------------------------------------------------------------------------------------------------------------
;-- Colours settings for regular Chat text type based on RGB, accepts decimal or hex values
;-------------------------------------------------------------------------------------------------------------
ChatMessageRed = 0xCD
ChatMessageGreen = 0xDC
ChatMessageBlue = 0xEF
;-------------------------------------------------------------------------------------------------------------
;-- Colours settings for Whisper Chat text type based on RGB, accepts decimal or hex values
;-------------------------------------------------------------------------------------------------------------
WhisperMessageRed = 0xFF
WhisperMessageGreen = 0xB7
WhisperMessageBlue = 0xDB
;-------------------------------------------------------------------------------------------------------------
;-- Colours settings for Party Chat text type based on RGB, accepts decimal or hex values
;-------------------------------------------------------------------------------------------------------------
PartyMessageRed = 0x66
PartyMessageGreen = 0xCC
PartyMessageBlue = 0xFF
;-------------------------------------------------------------------------------------------------------------
;-- Colours settings for Guild Chat text type based on RGB, accepts decimal or hex values
;-------------------------------------------------------------------------------------------------------------
GuildMessageRed = 0xFF
GuildMessageGreen = 0xCC
GuildMessageBlue = 0x99
;-------------------------------------------------------------------------------------------------------------
;-- Colours settings for Alliance Chat text type based on RGB, accepts decimal or hex values
;-------------------------------------------------------------------------------------------------------------
AllianceMessageRed = 0xC8
AllianceMessageGreen = 0xC8
AllianceMessageBlue = 0x00
;-------------------------------------------------------------------------------------------------------------
;-- Colours settings for Error text type based on RGB, accepts decimal or hex values
;-------------------------------------------------------------------------------------------------------------
GensMessageRed = 0xAF
GensMessageGreen = 0xF4
GensMessageBlue = 0x7C
;-------------------------------------------------------------------------------------------------------------
;-- Colours settings for GM Chat text type based on RGB, accepts decimal or hex values
;-------------------------------------------------------------------------------------------------------------
GMChatMessageRed = 0xFA
GMChatMessageGreen = 0xC8
GMChatMessageBlue = 0x3A
[DuelSystem]
;-------------------------------------------------------------------------------------------------------------
;-- Activates or deactivates duel system, 0/1
;-------------------------------------------------------------------------------------------------------------
Enable = 1
;-------------------------------------------------------------------------------------------------------------
;-- Damage reduction during duels, applies to all types of damage, expressed in percentage
;-------------------------------------------------------------------------------------------------------------
DamageReduction = 60
[Guilds]
;-------------------------------------------------------------------------------------------------------------
;-- Allow to create new Guilds, 0/1
;-------------------------------------------------------------------------------------------------------------
GuildCreate = 1
;-------------------------------------------------------------------------------------------------------------
;-- Allow to destroy Guilds, 0/1
;-------------------------------------------------------------------------------------------------------------
GuildDestroy = 1
;-------------------------------------------------------------------------------------------------------------
;-- Minimum Level required to create new Guild
;-------------------------------------------------------------------------------------------------------------
GuildCreateLevel = 150
;-------------------------------------------------------------------------------------------------------------
;-- Maximum Guild Members per Guild
;-------------------------------------------------------------------------------------------------------------
MaxGuildMember = 80
;-------------------------------------------------------------------------------------------------------------
;-- Disallow to disband Guild while owning a Castle or during Castle Siege event
;-------------------------------------------------------------------------------------------------------------
CastleOwnerGuildDestroyLimit = 1
;-------------------------------------------------------------------------------------------------------------
;-- Minimum count of guild members per guild to join alliance
;-------------------------------------------------------------------------------------------------------------
AllianceMinGuildMember = 10
;-------------------------------------------------------------------------------------------------------------
;-- Maximum count of guilds can join alliance
;-------------------------------------------------------------------------------------------------------------
AllianceMaxGuilds = 3
[GoldenMonster]
;-------------------------------------------------------------------------------------------------------------
;-- Golden Dragon (79) Monster - Item Drop Count, minimum 1
;-------------------------------------------------------------------------------------------------------------
GoldenDragonBoxDropCount = 5
;-------------------------------------------------------------------------------------------------------------
;-- Great Golden Dragon (501) Monster - Item Drop Count, minimum 1
;-------------------------------------------------------------------------------------------------------------
GreatGoldenDragonBoxCount = 5
[Acheron]
;-------------------------------------------------------------------------------------------------------------
;-- Spirit Map Drop Rate, n/10000
;-------------------------------------------------------------------------------------------------------------
SpiritMapDropRate = 100
;-------------------------------------------------------------------------------------------------------------
;-- Spirit Map Minimum Player Level to drop
;-------------------------------------------------------------------------------------------------------------
SpiritMapMonsterDropLevel = 32
[EventInventory]
;-------------------------------------------------------------------------------------------------------------
;-- Enables or disabled event inventory system, 0/1
;-------------------------------------------------------------------------------------------------------------
IsEventInventoryOpen = 0
;-------------------------------------------------------------------------------------------------------------
;-- Event inventory reset deadline, Year (20xx), Month (1-12), Day (1-7), Hour (0-23), Minute (0-60)
;-------------------------------------------------------------------------------------------------------------
EventEndYear = 2015
EventEndMonth = 2
EventEndDay = 28
EventEndHour = 8
EventEndMinute = 0
[EggEvent]
;-------------------------------------------------------------------------------------------------------------
;-- Chance of spawn of a monster from book (14,234), n/10000 - Sum of below 4 options must be equal to 10000
;-------------------------------------------------------------------------------------------------------------
MoonRabbitSpawnRateFromBook = 3000
PouchBlessingSpawnRateFromBook = 3000
FireFlameSpawnRateFromBook = 3000
GoldGoblinSpawnRateFromBook = 1000
[CancelItemSale]
;-------------------------------------------------------------------------------------------------------------
;-- Enables Cancel Item Sale system, 0/1
;-------------------------------------------------------------------------------------------------------------
IsCancelItemSale = 1
;-------------------------------------------------------------------------------------------------------------
;-- Price multiplier (percentage) on buy back price
;-------------------------------------------------------------------------------------------------------------
PriceMultipler = 110.0
;-------------------------------------------------------------------------------------------------------------
;-- Time the info about sold items is store for, seconds
;-------------------------------------------------------------------------------------------------------------
ItemExpiryTime = 86400
[SantaVillage]
;-------------------------------------------------------------------------------------------------------------
;-- Minimum resets to talk to Santa NPC at Santa Village map
;-------------------------------------------------------------------------------------------------------------
SantaClauseMinReset = 0
;-------------------------------------------------------------------------------------------------------------
;-- Maximum count of Santa Village/SantaNPC visits to use reward from NPC_SantaClause(1)_Reward.xml
;-------------------------------------------------------------------------------------------------------------
SantaClause1stPrizeMaxVisit = 1
;-------------------------------------------------------------------------------------------------------------
;-- Maximum count of Santa Village/SantaNPC visits to use reward from NPC_SantaClause(2)_Reward.xml
;-- If criteria are not met then 3rd Prize is issued, NPC_SantaClause(3)_Reward.xml
;-------------------------------------------------------------------------------------------------------------
SantaClause2ndPrizeMaxVisit = 3