Jump to content

Slammer

Members
  • Posts

    218
  • Joined

  • Last visited

  • Days Won

    24

Everything posted by Slammer

  1. if <langtype>0</langtype on clientinfo/sclientinfo just edit : data\luafiles514\lua files\service_korea edit 4 file : - ExternalSettings_kr.lub - ExternalSettings_kr_qm.lub - ExternalSettings_kr_sak.lub - ExternalSettings_kr_sak_qm.lub edit AssistAddr = "0.0.0.0:3000" become AssistAddr = "your ip:8888" after that try the emblem. ^_^
  2. Version 1.0.0

    204 downloads

    Skin KPatcher Official Older Bahasa + mp3 Theme Prontera (+Voice Bahasa)
    Free
  3. try this scipt rentalzeny.txt
  4. share it inbox maybe can help you.
  5. maybe someone is interested in a concept like this? https://www.youtube.com/watch?v=tru2h_SFYDI
  6. //===== rAthena Script ======================================= //= Find the Mushroom //===== By: ================================================== //= Mysterious //===== Current Version: ===================================== //= 3.6a //===== Compatible With: ===================================== //= rAthena Project //===== Description: ========================================= //= Find the Mushroom - random amount of Mushrooms spawns in random maps. //= Players need to find these mushrooms and kill them to gain prizes! //===== Additional Comments: ================================= //= 3.0 Fully Functional with Rewritten script. [Mysterious] //= 3.6a Slightly edited. [Euphy] //============================================================ - script Find the Mushroom -,{ mes "[ Find The Mushroom ]"; if (.status == 1) { .@count = mobcount( .event_map$, strnpcinfo(0) + "::OnMobKilled" ); if (.@count > 0) { mes "There are " + .@count + " Mushrooms left in " + .event_map$ + "!"; mes "Find and kill the mushrooms to gain " + getitemname(.prize) + "!"; close; } .event_map$ = ""; .status = 0; mes "All the mushrooms are killed?"; } mes "There is no event at the moment!"; if (.status || getgmlevel() < .GM) close; mes "Start the event?"; next; if (select("- No:- Yes") == 1) close; donpcevent strnpcinfo(0) + "::OnMinute10"; mes "[ Find The Mushroom ]"; mes "Event started!"; close; OnInit: .prize = 512; // Reward item ID .amount = 10; // Reward item amount .GM = 60; // GM level required to access NPC setarray .maps_list$[0],"izlude","geffen","morocc","prontera"; // Possible maps end; OnMinute10: // Start time (every hour) if (.status) end; .status = 1; .@spawn = rand(1,10); // How many Mushrooms should spawn? .event_map$ = .maps_list$[ rand(getarraysize(.maps_list$)) ]; .@label$ = strnpcinfo(0) + "::OnMobKilled"; killmonster .event_map$, .@label$; monster .event_map$,0,0,"Please don't kill me!",1084,.@spawn, .@label$; announce "Find the Mushroom : Total of " + .@spawn + " Mushrooms have been spawned in " + .event_map$ + "!",0; sleep 2500; announce "Find the Mushroom : Every Mushroom you kill will give you " + getitemname(.prize) + "!",0; end; OnMobKilled: if (playerattached() == 0) end; getitem .prize, .amount; .@spawn = mobcount( .event_map$, strnpcinfo(0) + "::OnMobKilled" ); if (.@spawn > 0) announce "[ " + strcharinfo(0) + " ] has killed a Mushroom. There are now " + .@spawn + " Mushroom(s) left.",bc_map; else { announce "The Find the Mushroom Event has ended. All the Mushrooms have been killed.",0; .status = 0; .event_map$ = ""; } end; } edit OnMinute10: become OnMinute10: OnMinute20: OnMinute30: OnMinute40: OnMinute50: OnMinute00: note : change what you want like monster id, reward id (you can remove it if you no need) and etc
  7. share your screenshot mysql database... note : if don't have database ragnarok then build it, import sql file at folder sql on folder rathena.
  8. - script Master -,{ if (BaseLevel <= 55) { ResetSkill; ResetStatus; mes "You're skill and status reset, come back if you need to."; close } mes "Sorry Base Level more than 55 not allow."; close; }
  9. if kill 100 poring to spawn 1 mastering. the script like this : - script sample -1,{ OnPoringKilled: $PoringKilled++; if ($PoringKilled >= 100) { $PoringKilled = 0; getmapxy(.@map$, .@x, .@y, BL_PC); if (mobcount("izlude", strnpcinfo(3)+"::OnMobKill") <= 0) { announce "mastering has spawm on izlude",3; monster "izlude",0,0,"Mastering",1090,1, strnpcinfo(3)+"::OnMobKill"; } } end; OnMobKill: end; } how about kill 100 poring and 100 drops to spawn 1 Mastering?
  10. prontera,159,191,5 script Soul Buffer 569,{ switch ( basejob ) { case Job_Alchemist: set .@spirit, 445; break; case Job_Monk: set .@spirit, 447; break; case Job_Star_Gladiator: set .@spirit, 448; break; case Job_Sage: set .@spirit, 449; break; case Job_Crusader: set .@spirit, 450; break; case Job_SuperNovice: set .@spirit, 451; break; case Job_Knight: set .@spirit, 452; break; case Job_Wizard: set .@spirit, 453; break; case Job_Priest: set .@spirit, 454; break; case Job_Bard: case Job_Dancer: set .@spirit, 455; break; case Job_Rogue: set .@spirit, 456; break; case Job_Assassin: set .@spirit, 457; break; case Job_Blacksmith: set .@spirit, 458; break; case Job_Hunter: set .@spirit, 460; break; case Job_Soul_Linker: set .@spirit, 461; break; default: if ( upper == 1 && baselevel < 70 ) set .@spirit, 494; } if ( .@spirit ) { sc_start4 sc_spirit, .@time, 5, .@spirit,0,0; skilleffect .@spirit, 5; } end; }
  11. - Check your diff exe have custom about clientinfo or not. make sure it. - Check your diff exe have read data folder or not. make sure it. - Make sure configure sclientinfo.xml or clientinfo.xml on data folder or grf
  12. try this exe 2021-01-07aRagexeRE_patched.exe if work try diff your own 2021-01-07aRagexeRE.exe
  13. Basically is yes, you can use kRO, jRO, iRO and another client but recommen use kRO. ^_^
  14. 2021-01-07 use clientinfo not sclientinfo. try conf clientinfo and connect to server
  15. yes do it same of two. if not set. item req not delete after quest.
  16. for(set .@j,1; .@j<13; set .@j,.@j+2) if you try add one more item change .@j<13; to .@j<15; if you try add two more item change .@j<13; to .@j<17;
  17. at folder sql-files just import to database ragnarok. like main.sql and log.sql
  18. are you use db sql? if yes import rathena.item_db on sql database
  19. item_rate_card: 100, normal setting item_rate_card: 5000, your setting normal rate card is 0.01 change drop your rate card be 0.50 change drop it means at info rate is 50x and info mob is 0.50% clear info ya? ?
  20. iteminfo.lua/.lub just info the item if you want it. add on item_db, item_db_equip, item_db_usable and item_db_etc
  21. please explain in more detail
  22. if you offline mode Try use xampp, friendly for use. xampp include php, mysql and web service.
  23. for YML - Id: 515 AegisName: Carrot Name: Carrot Type: Healing Buy: 15 Weight: 20 Flags: BuyingStore: true Script: | itemheal rand(18,20),0; if (getequipid(EQI_HEAD_LOW) == 18683) itemheal 0,rand(2,4); for TXT 515,Carrot,Carrot,0,15,,20,,,,,0xFFFFFFFF,7,2,,,,,,{ itemheal rand(18,20),0; if (getequipid(EQI_HEAD_LOW) == 18683) itemheal 0,rand(2,4); },{},{}
  24. @Froost i like it. can you share it? ?
  25. You can try step like on this topic
×
×
  • Create New...