Jump to content

Start_

Members
  • Posts

    950
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by Start_

  1. Like a house in the town that had animate model. I think so.
  2. D:\rathena\conf\battle\items.conf // Allow selling of bound/sell restricted items as Itemshop currency? (Note 3) // 0x0 = Bound/sell restricted items are unable to be sold to Itemshops/Shops // 0x1 = Bound items are able to be sold to Itemshops // 0x2 = Sell restricted items are able to be sold to Itemshops // 0x4 = Bound items are able to be sold to Shops, // because most of trade restricted items are still able to be sold to Shops // 0x8 = Only Guild Leader can sell BOUND_GUILD items to Shops or Itemshops (if 0x1 or 0x4 set) allow_bound_sell: 0x0
  3. \data\luafiles514\lua files\signboardlist.lub IT_NONE = 0 IT_BMP = 1 IT_SPRITE = 2 IT_SIGNBOARD = 3 SignBoardList = {}
  4. Right side Client > System > towninfo.lub -- type 0 = Tool Dealer -- type 1 = Weapon Dealer -- type 2 = Armor Dealer -- type 3 = Smith -- type 4 = Guide -- type 5 = Inn -- type 6 = Kafra Employee -- For additional type support, please contact the programmer team if there any resource issues mapNPCInfoTable = {} --function function main() for mapName, info in pairs(mapNPCInfoTable) do for k, v in pairs(info) do result, msg = AddTownInfo(mapName, v.name, v.X, v.Y, v.TYPE) if not result then return false, msg end end end return true, "good" end Left side Server > Disable VIP System or change text in src.
  5. Start_

    Hi All

    Very nice work! and hello!
  6. It's on source code maybe. Try to search ( Find all ) in Visual Studio entire solution by CARTBOOST or anyword you will find and edit it.
  7. Use GRF Editor, Act Editor.
  8. Try this when patching client ( Use 4144 Nemo ) ( Use 20180530 Client Date ) 3 Chat Flood Remove Limit 8 Custom Window Title 9 Disable 1rag1 type parameters (Recommended) 13 Disable Ragexe Filename Check (Recommended) 16 Disable Swear Filter 17 Enable Official Custom Fonts 18 Skip Service Selection Screen 19 Enable Title Bar Menu 23 Enable /who command (Recommended) 24 Fix Camera Angles (Recommended) 28 Increase Headgear ViewID 32 Increase Zoom Out Max 33 Always Call SelectKoreaClientInfo() (Recommended) 34 Enable /showname (Recommended) 35 Read Data Folder First 36 Read msgstringtable.txt (Recommended) 38 Remove Gravity Ads (Recommended) 39 Remove Gravity Logo (Recommended) 40 Restore Login Window (Recommended) 41 Disable Nagle Algorithm (Recommended) 44 Translate Client (Recommended) 301 Change Max Items in inventory 46 Use Normal Guild Brackets (Recommended) 303 Use Default Web Browser In Cashshop 47 Use Ragnarok Icon 48 Use Plain Text Descriptions (Recommended) 305 Enable Shortcut All Item 49 Enable Multiple GRFs (Recommended) 50 Skip License Screen 53 Use Ascii on All LangTypes (Recommended) 64 @ Bug Fix (Recommended) 71 Ignore Resource Errors 72 Ignore Missing Palette Error 73 Remove Hourly Announce (Recommended) 74 Increase Screenshot Quality 76 Enforce Official Login Background 84 Remove Serial Display (Recommended) 90 Enable DNS Support (Recommended) 96 Remove GM Sprites 98 Disable dc_scream.txt 99 Disable ba_frostjoke.txt 104 Increase creation Hair Style & Color Limits 105 Hide Nav Button 106 Hide BG Button 107 Hide Bank Button 108 Hide Booking Button 110 Hide Achievements Button 111 Hide Rec Button 112 Hide Map Button 113 Hide Quest Button 204 Increase Attack Display 205 Enable Monster Tables 208 Restore Cash Shop Icon 213 Disable Help Message on Login (Recommended) 215 Increase Map Quality 220 Disable Map Interface 230 Always load Korea ExternalSettings lua file 233 Hide SNS Button 234 Ignore Lua Errors 235 Enable guild while in clan 239 Ignore /account: command line argument 246 Increase hair style limit in game 248 Remove wrong chars from cash shop 250 Allow leader to leave party if no members on map 251 Allow close cutin by pressing esc key 253 Skip some hidden menu icon buttons
  9. Use shop scripts like this. And make your own script to discount. D:\rathena\doc\sample\npc_dynamic_shop.txt
  10. Client side, When patching nemo.
  11. Start_

    Icon Bug

    That button cannot be unclickable.
  12. You have to duplicate some transparent bmp and rename to error file name. Your patch nemo with remove some icon patching right?
  13. https://drive.google.com/drive/folders/0B6TKSFTp0WWZc01KU2tGeWRrNnM
  14. Start_

    Help+

    https://drive.google.com/open?id=1wdfhD8HS0zFrXRfDgxslAtqQkgseywan - script king69 -1,{ OnPCLoginEvent: query_sql ("SELECT `last_ip` FROM `login` WHERE `account_id`=" + getcharid(3) + "", .@lip$); if ( getd("$" + .@lip$ + "_NG") > 0 && getd("$" + .@lip$ + "_NG2") > 0 && getd("$" + .@lip$ + "_NG3") > 0){ iAmOver9000 = 1; atcommand "@kick " + strcharinfo(0); end; } if ( getd("$" + .@lip$ + "_NG") <= 0){ setd "$" + .@lip$ + "_NG", 1; end; }else if ( getd("$" + .@lip$ + "_NG2") <= 0){ setd "$" + .@lip$ + "_NG2", 1; end; }else if ( getd("$" + .@lip$ + "_NG3") <= 0){ setd "$" + .@lip$ + "_NG3", 1; end; } end; OnPCLogoutEvent: if(iAmOver9000>0) end; query_sql ("SELECT `last_ip` FROM `login` WHERE `account_id`=" + getcharid(3) + "", .@lip$); if ( getd("$" + .@lip$ + "_NG3") > 0){ setd "$" + .@lip$ + "_NG3", 0; end; }else if ( getd("$" + .@lip$ + "_NG2") > 0){ setd "$" + .@lip$ + "_NG2", 0; end; }else if ( getd("$" + .@lip$ + "_NG") > 0){ setd "$" + .@lip$ + "_NG", 0; end; } end; }
  15. prontera,152,184,5 script formNPCTemplate 54,{ .@tmp_magic_shop[0] = 0; .@tmp_magic_shop[1] = 1; .@tmp_magic_shop[2] = 1; .@tmp_magic_shop[3] = 1; dispbottom "Array Value Before: " + getarraysize(.@tmp_magic_shop) + ""; for(.@i = 0; .@i < getarraysize(.@tmp_magic_shop); .@i++) dispbottom "" + .@tmp_magic_shop[.@i] + ""; L_DoItAgain: for(.@i = 0; .@i < getarraysize(.@tmp_magic_shop); .@i++) { if(!.@tmp_magic_shop[.@i]){ deletearray .@tmp_magic_shop[.@i],1; goto L_DoItAgain; } } dispbottom "Array Value After: " + getarraysize(.@tmp_magic_shop) + ""; for(.@i = 0; .@i < getarraysize(.@tmp_magic_shop); .@i++) dispbottom "" + .@tmp_magic_shop[.@i] + ""; end; }
  16. prontera,99,99,5 Stats and Skills 477,{ atcommand "@allskill"; atcommand "@allstats 120"; end; }
  17. You can't if you used normal rAthena. Thief can be max up to 99 base level.
  18. Basically random option & enchant system limit 1 item in characters. I think delitem by countitem can be solve your problem. like this delitem .@e,countitem(.@e);
  19. change all delitem3 to delitem should be okay. delitem .@e,1;
  20. src\custom\defines_pre.hpp put // Copyright (c) rAthena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder #ifndef _CONFIG_CUSTOM_DEFINES_PRE_HPP_ #define _CONFIG_CUSTOM_DEFINES_PRE_HPP_ /** * rAthena configuration file (http://rathena.org) * For detailed guidance on these check http://rathena.org/wiki/SRC/config/ **/ #define ADJUST_SKILL_DAMAGE #endif // _CONFIG_CUSTOM_DEFINES_PRE_HPP_
  21. D:\rathena\db\re\item_flag.txt D:\rathena\db\re\item_trade.txt
  22. // Weapon/Armor Refiners //============================================================ prt_in,63,60,0 script Hollgrehenn 85,{ callfunc "refinemain","Hollgrehenn",0; end; } morocc_in,73,38,6 script Aragham 99,{ callfunc "refinemain","Aragham",0; end; } payon,144,173,5 script Antonio 88,{ callfunc "refinemain","Antonio",0; end; } alberta_in,28,58,0 script Fredrik 85,{ callfunc "refinemain","Fredrik",0; end; } yuno_in01,171,21,4 script Lambert 88,{ callfunc "refinemain","Lambert",0; end; } ein_in01,24,87,5 script Manthasman 826,{ callfunc "refinemain","Manthasman Pruhag",0; end; } lhz_in02,282,20,7 script Fulerr 869,{ callfunc "refinemain","Fulerr",0; end; } To // Weapon/Armor Refiners //============================================================ prt_in,63,60,0 script Hollgrehenn 85,{ callfunc "refinemain","Hollgrehenn",0; end; } morocc_in,73,38,6 script Aragham 99,{ callfunc "refinemain","Aragham",0; end; } payon,144,173,5 script Antonio 88,{ callfunc "refinemain","Antonio",0; end; } alberta_in,28,58,0 script Fredrik 85,{ callfunc "refinemain","Fredrik",1; end; } yuno_in01,171,21,4 script Lambert 88,{ callfunc "refinemain","Lambert",1; end; } ein_in01,24,87,5 script Manthasman 826,{ callfunc "refinemain","Manthasman Pruhag",1; end; } lhz_in02,282,20,7 script Fulerr 869,{ callfunc "refinemain","Fulerr",1; end; } at D:\rathena\npc\merchants\refine.txt
  23. D:\rathena\db\skill_damage_db.txt Add all heal skill here, and made it more heal power.
×
×
  • Create New...