Jump to content

All Activity

This stream auto-updates

  1. Today
  2. It would be excellent to have basic skills formulas in RegularSkillCalc.lua like Energy Ball, Fire Ball, Power Wave, Twister, and so on. Modifying parameters in SkillList is not as simple as changing formulas in lua file. Example: -- SkillID: 8, Twister function TwisterCalc(Class, InDamage, Strength, Dexterity, Vitality, Energy) local OutDamage = 0 if (Class == CLASS_WIZARD) then OutDamage = InDamage * 1.0 elseif (Class == CLASS_GLADIATOR) then OutDamage = InDamage * 1.0 elseif (Class == CLASS_RUNEWIZARD) then OutDamage = InDamage * 1.0 elseif (Class == CLASS_LIGHTWIZARD) then OutDamage = InDamage * 1.0 elseif (Class == CLASS_LEMURIAMAGE) then OutDamage = InDamage * 1.0 end return OutDamage end
  3. BOPOHA

    Zen Coin

    In this case it would be correct to place the category and index of the object so that it takes the prices that are placed since what you are trying to do can be done easily, I have managed to make coins and control their price from the itemlist.xml (you can also make it work with box)
  4. This script is very good, but we don't have much customization to do with it. I could list dozens of things that can be used, seen on servers like megamu.net
  5. Yesterday
  6. Not a summer yet but getting pretty HOT with up to 40% discounts! Get one for you before all the hot cakes are sold out! Server Plugins Get selected plugins at extra price. List of all available plugins can be checked from our store. Plugins being subject of the promotion Ice Wind Castle Event, 40% off, code: Off40 Raffle Event, 25% off, code: Off25 Hide & seek Event, 25% off, code: Off25 Map Move NPC, 25% off, code: Off25 Starter Buff & Inventory, 20% off, code: Off20 To apply the discount, use proper code along with assigned plugin. Promotion valid from 18.04.2024 until 22.04.2024 (inclusive).
  7. Rafael Prado

    Clearbag and its problems

    The problem is that there are players with an IQ of 17, and believe me, many are. Then there are the smart players who use mistaken typing to justify losing items.
  8. Last week
  9. Wizzy

    Clearbag and its problems

    Command itself is so self-explanatory that there is no need to confirm anything really. If someone uses clearbag command then should be aware things will get cleared. Honestly, there is no way to make a mistake there as player must manually type the command.
  10. Hello, I suggest you place a confirmation informing the user that you are going to delete their entire inventory, this helps administrators who experience problems all day long due to this clear system.
  11. You can purchase items with options attached at the X Shop. If you can add Item380Option and HarmonyItem_Option Fully optioned items can be purchased at X Shop.
  12. Shanahan

    Zen Coin

    Since it's impossible to make it on your own, i would like to suggest. PriceSettings.xml Add additional options like these ones: ElementalRuneBuyPrice = 80000000 ElementalRuneSellPrice = 1000 There is an item "Zen". (14, 15) ZenPrice = 100000000 ZenSellPrice = 100000000 This will allow players to buy and sell "Zen coin" at the same price. So it will be convenient to store and trade a big amount of zen.
  13. Good day, I propose a button in essentialtools where we can clone characters or the entire account to a new account with the purpose of saving time when trying to test a character in case of problems, and thus take this account to a testing area and make the respective changes. I hope I am understood, it is simple. I press the clone button > your character is copied and pasted into another account with a different name > I test quickly and do not take much time to copy it by hand, thank you.
  14. Earlier
  15. Can IGC team support AG display over 65.000?
  16. Wizzy

    Release 19.1.3.5 S

    [MOD] Extended support of free stat points display from 65535 to 2147483647 [FIX] ExDataServer based modules could not be reloaded in Data Server app [FIX] JoH options could not be displayed in Personal Store [MOD] ServerName column in MEMB_STAT table will now be updated upon MapServer move, currently was set only upon login and disconnect [FIX] Memory could get overwritten resulting in random and undefined issues with Arca Battle event [FIX] Certain events did not start due to empty schedule table when using very specific schedule configuration [ADD] Extended VipSettings.xml by new options: ResetStayOnPosition, ResetMoveToCharSelectWindow [ADD] Added new mini-events, see ChaosBox.ini: MasteryUpgradeEvent, PentagramUpgradeEvent [FIX] Corrected possible SQLSTATE error on certain operations on T_BombGameScore table [FIX] Anti-Flood system could incorrectly interact with valid players and disconnect them [MOD] Changed IP blocking time reset to 2 minutes for Anti Flood system [FIX] Ability Card with Double Damage option caused incorrect value display of certain attack types [FIX] Talisman of Item Protection did not work for certain Cash Shop items [FIX] Restricted ability to pick LimitedItemDrop item only by party member the item dropped for (belongs to) [FIX] LimitedItemDrop system could drop an item for party member staying in safe zone [FIX] Specialized Magic Damage statistic was incorrectly displayed under "C" window for certain character classes, Lang.mpr: CharacterInfoSetup.txt [FIX] Ability Tree could not be used on servers using NotAddMasterLevelToLevel option [FIX] Game Server crash
  17. Shanahan

    bat flock dot

    I have servers with different stats counts. So on max stat server slayers can have a really good bat flock DOT damage, but on non-max stat servers - they don't have energy. So, they just don't have any damage from bat flock dot.
  18. Maiev

    bat flock dot

    what's the issue with current formula? just edit it if you want to nerf it or buff it.
  19. it's possible to port this event from Global WZ into IGCN ? i think this event have useful for many admin who want to burn jewel in server player can refine item with no concern about fail if you are in range of this event like this clip but if possible dev can do i want to extend to this event to cover to pentagram or can adjust range of refine and can adjust item group for this event
  20. Formuladata. Character section: <Formula ID="9" Data="((((((%d*%d)*0.6/24)+(((%d-800)*(%d-500))/200))/24)+2000))" /> <!-- Energy, Energy, Energy, Energy --> Hello. Can we do something with it? At least set the first attribute as STR. The current formula brings chaos. The previous one was much better.
  21. Option to hide ScreenShots messages, whenever we want to take a nice picture of the game, we always get this screenshot saving message with date and number. Maybe make it smaller (so it is easier to remove with photoshop) and doesn't take 5% of the image.
  22. This would be a huge incentive for everyone to move their server files to IGCN
  23. The attack power of some physical professions is too low
  24. Wizzy

    Release 19.1.3.4 S

    [FIX] Reflection Barrier did not work properly at certain stage [FIX] Jewel of Luck could not be used at certain scenario [FIX] Blocked ability to leave the game while in Hunt Point Battle [FIX] Corrected default configuration of Power Chicken [FIX] Overlapping items do not stack automatically when having full stack of the same item type in inventory [FIX] Enabled support of NotAddMasterLevelToLevel option for ability tree [MOD] Updated default configuration of allowed item kinds that can be used with Jewel of Luck
  25. i think some of admin sometime we need to create event or need to adjust some zone we don't want player to use some skill in that area for some reason but seems igcn not have config to adjust like this way From my idea this config will combination of Skill_UseArea.xml and PlayerKillSystem.xml (in freepkzone config) so config will looklike this <BlockSkill> <Skill ID="XX" Name="XXX"> <Area MapNumber="X" StartX="X" StartY="X" EndX="X" EndY="X" /> <\Skill> <\BlockSkill>
  26. Bigman

    Release 85.03

    UPGRADE PROCEDURE FOR ANY VERSION BEFORE v85: YOU MUST UPDATE ALL LAUNCHER COMPONENTS TOGETHER AND NOT SELECTIVELY. The reason for that is that this release contains security fixes which depends on every component. Instructions for updating 1. Regenerate your 'Settings' file using 'ManagementTools' v1.5.0.0 2. Update 'LauncherServer' to v1.5.0.0 3. Prepare and deploy Launcher v1.11.0.0 together with the new 'Settings' file, using self-update system (or ship directly to players) a. rename 'IGC.LauncherPremium.exe' provided in this package to 'NewLauncherVersion.exe' b. paste 'NewLauncherVersion.exe' into '%LauncherWebHost%\Launcher\Patches\LauncherUpdate\temp.zip' c. create new directory 'Data\Launcher' and paste the newly generated 'Settings' file (v1.5.0.0) into it d. paste directory 'Data' into '%LauncherWebHost%\Launcher\Patches\LauncherUpdate\temp.zip' e. 'temp.zip' file should contain 2 files now: * ./NewLauncherVersion.exe * ./Data/Launcher/Settings f. open 'L_Version.zip' file and modify 'L_Version.wvd' so it has 1 line which is "1.11.0.0" (including quotes) 4. Once players will press "GameStart", their launcher will update to latest version. (if this fails, you can give them manual patch) ----------------------------------------- IGC.LauncherServer [MOD] allow custom FW rule suffix name (see config.ini)
  27. Bigman

    2 Launcher Server same machine

    there is no way to chose which external (WAN) IP application listen on. you will have to use different port for multiple instance of LauncherServer in any case.
  28. Wizzy

    Release 19.1.3.3 S

    This is a maintenance release to fix common issues reported from previous version.
  29. LaLiTaBluE

    2 Launcher Server same machine

    that's already allow... i have 3 server licenses with 3 launcher licenses.... check your license panel.
  1. Load more activity
×
×
  • Create New...

Important Information


We use technologies, such as cookies, to customize content and advertising, to provide social media features and to analyse traffic to the site. We also share information about your use of our site with our trusted social media, advertising and analytics partners. See more about cookies and our Privacy Policy.