Jump to content

Start_

Members
  • Posts

    924
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Start_

  1. 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.
  2. That's value not a tick. Try find it on other locations.
  3. It's not Poring 1002. Try @ monster 1002 Not sure this is bug or not.
  4. 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)
  5. I think it used for receive/not receive parter call (The one who married)
  6. 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.
  7. Use bonus_script instead (See docs -> script_commands). So you can handle it more easily.
  8. Replace ———————————— with anything that readable on your end.
  9. Mine was working fine. 2023-05-25 13-36-28.mp4
  10. Use GRF Editor -> Tools Text encoding -> Paste and set output to Korean.
  11. It was getarg index 0 was null. *Those errors not related to my code though.
  12. 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.
  13. How do you use 2022 client on years 2012
  14. Try add Index to normal card drop and then use same Index in custom card drop.
  15. 1000 -> 1020 = 2% bonus2 bAddClass,Class_All,2; bonus2 bMagicAddClass,Class_All,2;
  16. Like Chaos92 said. Please check if any script used addrid command (Use File in files by Notepad++)
  17. Use Divine Pride API. You will get official database information.
  18. \rathena\src\map\status.cpp (Line 1583) Not sure comment this line will work like you want or not. Try it if it ruin the game please wait for answer from other people.
  19. I found it now. Location: data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\basic_interface\collection_bg.bmp or \skin\default\basic_interface
×
×
  • Create New...