Jump to content

Start_

Members
  • Posts

    950
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by Start_

  1. Just make a function like this ( This is simply code not good enough ) function script L_GIFTBOX { set @randOBB,rand(4); if(@randOBB==0){ getitem 501,10; } if(@randOBB==1){ getitem 501,1; } if(@randOBB==2){ getitem 501,1; } if(@randOBB==3){ atcommand "@zeny -10000"; } end; } Then use callfunc "L_GIFTBOX"; on item scripts. // Rental item, You can do it easy from reading documentation.
  2. Damage number is on " /(some command)" try " / help " to see available commands. and english item problems, Did you install( Copy and Replace ) correctly on System folder with Zackdev translation?
  3. Hey I suggust you to use lastest rAthena revision & lastest kRO client & lastest Translation, then used my NEMO patch 8 Custom Window Title 9 Disable 1rag1 type parameters (Recommended) 10 Disable 4 Letter Character Name Limit 11 Disable 4 Letter User Name Limit 12 Disable 4 Letter Password Limit 13 Disable Ragexe Filename Check (Recommended) 16 Disable Swear Filter 18 Skip Service Selection Screen 19 Enable Title Bar Menu 23 Enable /who command (Recommended) 26 Fix Camera Angles (FULL) 28 Increase Headgear ViewID 29 Disable Game Guard (Recommended) 32 Increase Zoom Out Max 33 Always Call SelectKoreaClientInfo() (Recommended) 34 Enable /showname (Recommended) 35 Read Data Folder First 36 Read msgstringtable.txt (Recommended) 37 Read questid2display.txt (Recommended) 38 Remove Gravity Ads (Recommended) 39 Remove Gravity Logo (Recommended) 40 Restore Login Window (Recommended) 41 Disable Nagle Algorithm (Recommended) 43 Always Use Email for Char Deletion 44 Translate Client (Recommended) 46 Use Normal Guild Brackets (Recommended) 47 Use Ragnarok Icon 48 Use Plain Text Descriptions (Recommended) 49 Enable Multiple GRFs (Recommended) 50 Skip License Screen 53 Use Ascii on All LangTypes (Recommended) 61 Disable Packet Encryption 63 Use Official Cloth Palettes 64 @ Bug Fix (Recommended) 67 Disable Quake skill effect 68 Enable 64k Hairstyle 71 Ignore Resource Errors 72 Ignore Missing Palette Error 73 Remove Hourly Announce (Recommended) 74 Increase Screenshot Quality 76 Enforce Official Login Background 77 Enable Custom 3D Bones 84 Remove Serial Display (Recommended) 85 Show Cancel To Service Select 86 Only First Login Background 88 Allow space in guild name 90 Enable DNS Support (Recommended) 91 Disconnect to Login Window 96 Remove GM Sprites 97 Cancel to Login Window (Recommended) 100 Disable Multiple Windows 104 Increase Hair Style & Color Limits 204 Increase Attack Display 205 Enable Monster Tables 213 Disable Help Message on Login (Recommended) 215 Increase Map Quality 222 Show Replay Button
  4. You can help in lots of ways! Submit issues to github, test for compiling errors, hit the donate button, review changes, suggest updates, etc etc. In 2-3 month ago I want to donating, But I wonder how to donate. Because of I was saw donate button and again I saw donate in shop.
  5. I'm glad to hear this. I want to help your guys but all I can do is say goodjob to dev.
  6. On Navicat > Right-click on Database > Left-click on Dump sql files > structure and data
  7. You should take a look at here. https://rathena.org/board/forum/139-pvp-gvg-woe-battleground-script-releases/
  8. Any error show up? if (strcharinfo(3) == "06guild_02" || strcharinfo(3) == "pvp_n_1-1" || strcharinfo(3) == "pvp_n_2-1" || strcharinfo(3) == "pvp_n_3-1" || strcharinfo(3) == "pvp_n_4-1" || strcharinfo(3) == "pvp_n_5-1" || strcharinfo(3) == "pvp_n_6-1" || strcharinfo(3) == "pvp_n_7-1" || strcharinfo(3) == "pvp_n_8-1"){ monster "this",-1,-1,"--ja--",-1,1,""; } else{ dispbottom "You cannot use branches on this map. Please use the DB Room!"; }
  9. Yes sure, Change max cloth color at battle/client And testing use @ccolor 1-max color
  10. Whoa I've miss a zeny checking haha.
  11. if ( <script data-cfhash='f9e31' type="text/javascript">/* */</script>_identify[.@idn] ){ Problem is on this line I think so. ( I never saw this type of code in RO, is it Javascript right? )
  12. You need to download "Zackdreaver ragnarok online english translation client data". https://github.com/zackdreaver/ROenglishRE If you want to use original files, I thought it will show a Korean languages. *Use Notepad++ to open for good word format. *For Pre-Renewal : https://github.com/zackdreaver/ROenglishPRE
  13. Amazing work again!, Thank you rAthena.
  14. Remove those text on msgstring in data folder.
  15. I thought he was thinking about picking item then get AGI buffs ( or something else ).
  16. bonus2 bExpAddRace,RC_All,getusers(1)*1; bonus2 bDropAddRace,RC_All,getusers(1)*1; Put it on some item? Is it good enough? haha.
  17. Just use mob sprite id to shop.
  18. RO has nothing about walking npc sprite. There are only few npc that had walking sprite just 1 or 2 npc. ( I can't remember which one is it ( A girl jumping? Or something. )
  19. Any error sir? Are you using lastest rAthena?
  20. conf > battle > skill // Area of Bowling Bash chain reaction // 0: Use official gutter line system // 1: Gutter line system without demi gutter bug // 2-20: Area around caster (2 = 5x5, 3 = 7x7, 4 = 9x9, ..., 20 = 41x41) // Note: If you knock the target out of the area it will only be hit once and won't do splash damage bowling_bash_area: 0
  21. CLIENT : https://rathena.org/board/topic/106413-kro-full-client-2016-06-22-includes-bgm-rsu/ DATA : https://github.com/zackdreaver/ROenglishPRE SERVER : LASTEST rAthena with pre-re src setting.
  22. using TAB not Spacebar in first line of scripts. prontera,156,184,0>>TAB HERE<<script>>TAB HERE<<YOUR_NPC_NAME>>TAB HERE<<899,{
×
×
  • Create New...