Jump to content

Start_

Members
  • Posts

    928
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Start_

  1. Start_

    R>@moveitem

    - script MOVEMOVEMOVE -1,{ OnInit: bindatcmd "moveitem",strnpcinfo(3)+"::OnAtcommand"; end; OnAtcommand: //MENU SELECT FOR 1st PARAMETER ( <item name/ID/all> ) next; //MENU SELECT FOR 2nd PARAMETER ( <current location of item> ) next; //MENU SELECT FOR 3rd PARAMETER ( <destined location> ) //THEN DO THE FUNCTION *I don't know it. end; }
  2. 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.
  3. 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?
  4. 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
  5. 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.
  6. I'm glad to hear this. I want to help your guys but all I can do is say goodjob to dev.
  7. On Navicat > Right-click on Database > Left-click on Dump sql files > structure and data
  8. You should take a look at here. https://rathena.org/board/forum/139-pvp-gvg-woe-battleground-script-releases/
  9. 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!"; }
  10. Yes sure, Change max cloth color at battle/client And testing use @ccolor 1-max color
  11. Whoa I've miss a zeny checking haha.
  12. 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? )
  13. 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
  14. Amazing work again!, Thank you rAthena.
  15. Remove those text on msgstring in data folder.
  16. I thought he was thinking about picking item then get AGI buffs ( or something else ).
  17. bonus2 bExpAddRace,RC_All,getusers(1)*1; bonus2 bDropAddRace,RC_All,getusers(1)*1; Put it on some item? Is it good enough? haha.
  18. Just use mob sprite id to shop.
×
×
  • Create New...