Jump to content

GubA

Members
  • Posts

    24
  • Joined

  • Last visited

Everything posted by GubA

  1. Original Code Is OK But when edit like this Is error. How to fix this. Thank you.
  2. How to Download AndRO https://ibb.co/NjvbJ40
  3. How to edit FluxCP to write thai language. When i write thai it will alien language. Thank you for help
  4. Thank you. But. How to update all your affected tables. I use AppServ 9.3.0.
  5. When i import main.sql will show Warning: #1681 Integer display width is deprecated and will be removed in a future release. How to fix this. Thank you.
  6. i need only afk. dont need autotrade.
  7. This my code Can i change SC_AUTOTRADE >>> SC_AUTOBERSERK because when i recall it will hide. Thank you for help.
  8. What I want is 1. The player's level is checked first. 2. Set items for players to exchange for levels. example If a player is level 1, must bring 5 Red Potions and 10 Fly Wings in exchange for leveling up 1. When player level 2 must exchange 10 bottles of Awakening Potion 20 Jellopy for level up 1 etc. Thank you for help.
  9. How to fix this map. i has download KRO JRO IRO but cant go this map. Thank for Help. Thank you.
  10. prontera,155,177,5 script random 615,{ function Getcostume; if( countitem( .rare_ticket ) ) { mes "Rare Ticket"; .@r = .rate_chance_rare; // chance .@ticket = .rare_ticket ; } else if( countitem( .normal_ticket ) ) { mes "Normal Ticket"; .@r = .rate_chance_normal; // chance .@ticket = .normal_ticket; } else { mes "random"; close; } if( select( "go", "no" ) -1 ) close; delitem .@ticket, 1; if( .@r > rand( 1, 1000 ) ) { // chance 50% for rare ticket mes "random"; getitem Getcostume( "rare" ), 1; close; } else { mes "random"; getitem Getcostume( "normal" ), 1; close; } OnInit: .normal_ticket = 501; .rare_ticket = 502; .rate_chance_rare = 500; // chance to get a rare costume with rare ticket .rate_chance_normal = 100; // chance to get a rare costume with normal ticket // rare costume ID // size array must be < 128 // use the synthaxe .rare_IDX for adding news array // ------------------------------------------------ setarray .rare_ID0,5909; setarray .rare_ID1,5912; setarray .rare_ID2,5914; setarray .rare_ID3,5915; setarray .rare_ID4,5977; setarray .rare_ID5,5979; setarray .rare_ID6,5980; setarray .rare_ID7,15280; setarray .rare_ID8,15841; setarray .rare_ID9,15843; setarray .rare_ID10,15858; // normal costume ID // size array must be < 128 // use the synthaxe .normal_IDX for adding news array // ------------------------------------------------ setarray .normal_ID0,50001; setarray .normal_ID1,50001; setarray .normal_ID2,50001; setarray .normal_ID3,50001; setarray .normal_ID4,50001; setarray .normal_ID5,50001; setarray .normal_ID6,50001; setarray .normal_ID7,50001; // Don't touch // ----------- callsub L_size, "rare"; callsub L_size, "normal"; end; L_size: while( getd( "."+ getarg(0) +"_ID"+ .@i +"[0]" ) ) { setd ".size_"+ getarg(0) +""+ .@i, getarraysize( getd( "."+ getarg(0) +"_ID"+ .@i ) ); setd ".size_tot_"+ getarg(0), getd( ".size_tot_"+ getarg(0) ) + getarraysize( getd( "."+ getarg(0) +"_ID"+ .@i ) ); .@i++; } return; function Getcostume { .@r = rand( 1, getd( ".size_tot_"+ getarg(0) ) ); .@i = -1; while( .@r > .@tmp ) .@tmp = .@tmp + getd( ".size_"+ getarg(0) + .@i++ ); .@in = .@r - ( .@tmp - getd( ".size_"+ getarg(0) + .@i ) ) -1; return getd( "."+ getarg(0) +"_ID"+ .@i +"[ "+ .@in +" ]" ); } }
  11. i use data KRO and GitHub - llchrisll/ROenglishRE: An unofficial english translation project for Korea Ragnarok Online (kRO). my DATA.ini 0=server.grf 1=data.grf but don't have it [20931] = { unidentifiedDisplayName = "Prism Rangers Scarf [0]", unidentifiedResourceName = "Rainbow_Scarf_Jp", unidentifiedDescriptionName = { "" }, identifiedDisplayName = "Prism Rangers Scarf", identifiedResourceName = "Rainbow_Scarf_Jp", identifiedDescriptionName = {
  12. i see this src and i want to add this command how to add this in my rathena
  13. Thank you every body i can fix this
  14. This my sclientinfo/clientinfo <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <desc>ragnarok</desc> <servicetype>korea</servicetype> <servertype>primary</servertype> <connection> <display>ragnarok</display> <address>127.0.0.1</address> <port>6900</port> <version>55</version> <langtype>5</langtype> <registrationweb>www.ragnarok.com</registrationweb> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> <image>loading05.jpg</image> <image>loading06.jpg</image> </loading> <aid> <admin>2000000</admin> </aid> </connection> </clientinfo> My exe 2021-01-07aRagexeRE and diff like this 8 Custom Window Title 9 Disable 1rag1 type parameters (Recommended) 13 Disable Ragexe Filename Check (Recommended) 14 Disable Hallucination Wavy Screen (Recommended) 23 Enable /who command (Recommended) 24 Fix Camera Angles (Recommended) 34 Enable /showname (Recommended) 36 Always read msgstringtable.txt (Recommended) 38 Remove Gravity Ads (Recommended) 39 Remove Gravity Logo (Recommended) 41 Disable Nagle Algorithm (Recommended) 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) 53 Use Ascii on All LangTypes (Recommended) 64 @ Bug Fix (Recommended) 65 Load Custom lua file instead of iteminfo*.lub (Recommended) 73 Remove Hourly Announce (Recommended) 84 Remove Serial Display (Recommended) 90 Enable DNS Support (Recommended) 213 Disable Help Message on Login (Recommended) 230 Always load Korea ExternalSettings lua file (Recommended) 231 Remove hardcoded address/port (Recommended) 232 Restore old login packet (Recommended) 270 Change AchievementList*.lub path 271 Change MonsterSizeEffect*.lub path 272 Change Towninfo*.lub path 273 Change PetEvolutionCln*.lub path 274 Change Tipbox*.lub path 275 Change CheckAttendance*.lub path 276 Change OngoingQuestInfoList*.lub path 277 Change RecommendedQuestInfoList*.lub path 278 Change PrivateAirplane*.lub path 290 Hide build info in client (Recommended) 291 Hide packets from peek (Recommended) 313 Change MapInfo*.lub path 326 Disable OTP Login Packet (Recommended) 338 Additional client validation (Recommended) 342 Add support for preview button in cash shop 348 Send client flags to server (Recommended) 362 Fixes the Korean Job name issue with LangType (Recommended) 404 Use borderless mode in full screen (Recommended) 427 Check is servertype in xml file was set to correct value (Recommended) 438 Set fixed server ip address 449 Add support for preview button in custom shops
  15. when write script , what language i must use? Sorry i don't know. i see other script and write think is right. This mt error
  16. // This script causes monsters to drop a red potion when they are killed. function onMonsterDeath(monster, killer) { // Check if the killer is a player. if (killer.isPlayer()) { // Drop a red potion. monster.dropItem(501, 1); } } module.exports = { onMonsterDeath: onMonsterDeath }; Thank you to help me
  17. Sorry. I'm Thai. I not smart. But i can read a little. I want Data+Exe very much. I download rAthena from this https://github.com/rathena/rathena But I can't find data+exe for play. Plese give for me. Thank you very much.
×
×
  • Create New...