Jump to content

Start_

Members
  • Posts

    927
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Start_

  1. @MrColour_The solution is create new text file. Create resourceName.txt -> Make your own resourceName list in this new file -> Remove my resourceName.txt -> Put your resourceName.txt -> Done. ---
  2. Duplicate GvG map damage modiflier functions then create condition for check attacker was monster then do a multiplier there. (Try to use Find All in Visual Studio to find where to edit)
  3. I will have a look in 2-3 days. As Rynbef said it's encoder issue. You can try change in Notepad++ (Encoding, Language) try it many many ways maybe you will find a workaround.
  4. if(countitem(.C_PetEggs[.@j]) > 0){ if(.@ctr == 10) end; delitem .C_PetEggs[.@j], 1; .@ctr++; }else end; Store .@j index and delete it later because you need 10x amount.
  5. That's value not a tick. Try find it on other locations.
  6. It's not Poring 1002. Try @ monster 1002 Not sure this is bug or not.
  7. Also nowaday rAthena already did the work for you. No need my tutorial just use latest rAthena git. It's had Guild Emblem system embeded on it. (Make sure you changed IP on luafile)
  8. I think it used for receive/not receive parter call (The one who married)
  9. Try my WARP profile. (Create blank text and save it like Rynbef.yml) from: "C:/YOUR_EXE.exe" to: "C:/YOUR_OUTPUT.exe" inputs: $maxHairs: data: 'ffff' display: 65535 type: 2 $warpFadeOutDelay: data: '00000000' display: 0 type: 2 $translationFile: data: '' display: "Inputs/Translations_EN.yml" type: 10 $ssQuality: data: '64' display: 100 type: 2 $newScreenSize: data: '' display: - type: 2 value: 640 - type: 2 value: 480 $customWindowTitle: data: '54484520424f58203500' display: "RYNBEF" type: 10 $guildExpLimit: data: '64' display: 100 type: 2 $agencyLimits: data: '' display: - type: 2 value: -50 - type: 2 value: 50 $dataINI: data: '444154412e494e4900' display: "DATA.INI" type: 10 $beepType: data: '4f4b5f44454641554c5400' display: "OK_DEFAULT" type: 10 $viewIDLimit: data: '00fa0000' display: 64000 type: 2 $newHiddenButtons: data: '' display: - type: 10 value: "Battleground" - type: 10 value: "Quest" - type: 10 value: "Achievement" - type: 10 value: "Attendance" - type: 10 value: "Reputation" patches: - NoGMSprite - RestoreModelCulling - AllowPL2Leave - AllowSkillSpam - AllowGuildInClan - IncrHairStyles - EnableWho - EnableShowName - NoDancerScream - NoBardFrostJoke - ZeroCinShop - DefShopBrowser - PreviewInShop - PreviewInTrader - HighCamAngle - ZoomMax - UseOldLogin - UnlimitedChatRepeat - CustomAdvAgencyLimits - EnableEotFonts - FixFontsCharset - AlwaysAscii - CustomSSQuality - CallKoreaClientInfo - DataFolderFirst - PlainTextDesc - LoadKrExtSettings - IncrViewID - No3DBoneLimit - IncrMapQuality - HideBuildInfo - NoCameraLock - FixArrowsCharset - BossDropIdentified - TranslateClient - NoGGuard - MsgStrings - GRFsFromIni - NoFilenameCheck - CustomMinResolution - IgnoreDebugger - EnableSysMenu - CustomWinTitle - BorderlessFSW - No1and1Arg - IgnoreAccArg - CustomIcon - Idle2NormalPriority - EnableDnsSupport - NoNagle - NoLoginOTP - NoHardCodedAddr - NoGNJoyLaunch - SendClientFlags - HidePacketsFromPEEK - NoSwearFilter - SkipServiceSelect - OpenToServiceSelect - GuildBrackets - FixChatAt - NoHourly - NoSerialDisplay - AllowSpaceInGName - NoHelpMsg - CustomFadeDelay - RelativeDelay4CharDel - HideZeroDateInGuildWin - ShortcutForAll - InsensitiveStorageSearch - InsensitiveShopSearch - NoGravityAds - NoGravityLogo - NoMsgBox - HideNewButtons - FixLatestNCWin - DisConnToLogin - NoCharnameLimit - NoUsernameLimit - NoPasswordLimit - HideLicense Also checkout your System folder maybe some file missing.
  10. Use bonus_script instead (See docs -> script_commands). So you can handle it more easily.
  11. Replace ———————————— with anything that readable on your end.
  12. Mine was working fine. 2023-05-25 13-36-28.mp4
  13. Use GRF Editor -> Tools Text encoding -> Paste and set output to Korean.
  14. It was getarg index 0 was null. *Those errors not related to my code though.
  15. Please provide any bug you found. I tried convert today on v.5.9 I'm still able to convert. Also today I had updated v.6.0 to support 2 new bonuses.
  16. How do you use 2022 client on years 2012
  17. Try add Index to normal card drop and then use same Index in custom card drop.
  18. 1000 -> 1020 = 2% bonus2 bAddClass,Class_All,2; bonus2 bMagicAddClass,Class_All,2;
  19. Like Chaos92 said. Please check if any script used addrid command (Use File in files by Notepad++)
×
×
  • Create New...