Jump to content

Poring King

Members
  • Posts

    1016
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by Poring King

  1. It is inside data/texture/À¯ÀúÀÎÅÍÆäÀ̽º
  2. First you need to update your KRO files . To support old and new files next use old translation from zackdreaver . If still not fix use nemo patcher
  3. Use Latest rAthena Trunk. update src client into 2018+ . Patch using 4441 nemo-master
  4. Change your clientinfo.xml or sclientinfo.xml <servicetype>korea</servicetype> INTO <servicetype>america</servicetype> Guide
  5. Yes there is a lot use our search engine to find it
  6. Create a custom function and call it using { callfunc "Test"},{ Bonus script2},{ bonus script 3};
  7. Hello, I would like this script to be given only once per character / account - script Freebies -,{ OnPCLoginEvent: if( #Freebie != gettime(5)){ // Daily reward getitem 1201,259200; dispbottom "Welcome, "+strcharinfo(0)+"."; set #Freebie,gettime(5); // Make it Daily } end; } I make your script daily and i just follow your script provided . It should work fine now . copy and paste it to your text.file the script that i made from your script provided! @IsabelaFernandez
  8. Create a input set .GMLevel set .GMLevel,80; input .@MVPAMOUNT; Then Add this. mes "Please get ready."; close2; if ( Zeny < .mvpcost ) end; Zeny -= .mvpcost; monster "this", 0, 0, "--ja--", .mvpid[.@menu],.@MVPAMOUNT, strnpcinfo(3)+"::OnMobDead"; end; If GM talk to this npc do this If (getgmlevel() <= .GMLevel ) goto simple; SIMPLE: switch(select("Set Amount of Monster","Exit")){ case 1: mes "NPC Name"; mes "Please put mvp amount to summon"; input .@MVPAMOUNT; close; case 2: close; }
  9. Error is from AI so that mean inside yourgrf/data/texture/ai . There is only 1 item that you really need when adding custom item and put it to your AI and its the MAP.BMP
  10. Do you mean the BMP of each ingame item ? You can see it thru your GRF that contain your costume . Data/texture/Ai/Collection
  11. Update your kRO Client then try to open your attendance again . Because mostly if you got crash problem you are missing of files from grf files . To get that you need to update since you are using the latest 2018 client need to support all new texture files Because if you have a updated data files . You will get only a red error from chat box that says "no event setup etc" something like that ..
  12. Good Day rAthena ! ---------------------------------------------------------------------------------------- Released Scripts Most of my script is not mine but since its too old i make it work to latest rAthena scripting . But i also made my few script for my own server . I will separate my NPC script to ( 3 ) Different Type of Server ("Low Rate","Mid Rate","High Rate") EVENTS - Mid Rate / High rate Alon Event Bombring Event Dice Event Fabre Punch Event Free For All Event Goblin Invasion Event Mushroom Event MVP Event Poring Catcher Event Racing Event Soccerball Event Stop the Clock Event Town Invasion Event Treasure Box Event True or False Event Event Control Manager Shower Event Whos Online Event ---------------------------------------------------------------------------------------- Utilities - Low Rate / Mid Rate / High rate ---------------------------------------------------------------------------------------- CoolEvent Corp. Employee ( PRO Style - Coupon ) HOT! Lotti Girl ( PRO Style ) HOT Stats Seller HOT Time Play HOT Instant Job / Baby Changer HOT Event Whisper HOT GM LOGIN HOT GOD ITEM HOT Server Time Freebies Farm Zone Berry Changer Server Announcer Attendance Banker Broadcaster with Delay and Payment Change Gender Change Name Enter to Channel System Emperium Breaker Test Emperium Breaker Ladder with Points Changer Guild Ladder no need SQL MVP Top Hunter Ladder no need SQL Healer & Linker Moving Waiting Room ---------------------------------------------------------------------------------------- Quest - Low Rate / Mid Rate / High rate ---------------------------------------------------------------------------------------- Bubble Gum Quest Halter Berzebub Card Quest ---------------------------------------------------------------------------------------- SECURITY - Low Rate / Mid Rate / High rate ---------------------------------------------------------------------------------------- AntiBot System HOT! PAID NPC Notes I am a bit lazy to write all those Script Descriptions, i do believe that all of you able to get how this script works. Im tired now i will update this post on next few days to update all my working script need to update first and test to work to latest rAthena . Most of the NPC that already here already have a updated version so to get that you need to directly send me a message it will be gonna a paid script or you can request so i will put it on rAthena Download section and make it a paid NPC Enjoy!
  13. sec_in01,170,180,3 script Soccer Ball 480,{ mes "[ Soccerball ]"; if (!.Status) mes "There is no event at the moment!"; else { mes "There are "+.Spawn+" soccerball left in "+.Map$+"!"; mes "Find and kill the soccerball to gain "+getitemname(.Prize)+"!"; } if (.Status || getgmlevel() < .GM) close; mes "Start the event?"; next; if(select("- No:- Yes") == 1) close; donpcevent strnpcinfo(0)+"::OnClock0100"; mes "[ Soccerball ]"; mes "Event started!"; close; OnInit: set .Prize,7227; // Reward item ID set .Amount,1; // Reward item amount set .GM,99; // GM level required to access NPC setarray .Maps$[0],"payon"; // Possible maps end; OnClock0200: OnClock0600: OnClock1000: OnClock1400: OnClock1800: OnClock2200: if (.Status) end; set .Status,1; set .Spawn,rand(1,3); // How many soccerball should spawn? set .Map$,.Maps$[rand(getarraysize(.Maps$))]; killmonster .Map$,"All"; monster .Map$,0,0,"Soccerball!",1792,.Spawn,strnpcinfo(0)+"::OnMobKilled"; announce "Soccerball has been summon!",0; sleep 5000; announce "Total of "+.Spawn+" soccerball have been spawned in "+.Map$+"!",0; end; OnMobKilled: set .Spawn, .Spawn - 1; getitem .Prize, .Amount; if (.Spawn) announce "[ "+strcharinfo(0)+" ] has killed a soccerball. There are now "+.Spawn+" soccerball(s) left.",bc_map; else { announce "The soccerball event has ended. All the soccerball have been killed.",bc_map; set .Status,0; } end; } On this script when monster will die you will go to OnMobKilled: Then add this onMobKilled: If you want item when the monster killed : getitem .Prize, .Amount; If you want player die add : atcommand "@nuke "+strcharinfo(0)+" If you want to summon a new monster add : monster .Map$,0,0,"Soccerball!",1792,.Spawn,strnpcinfo(0)+"::OnMobKilled";
  14. https://rathena.org/board/topic/88255-how-can-i-reduce-the-freeze-time/#comment-226216 case SC_FREEZE: sc_def = status->mdef*100; sc_def2 = status->luk*10 + status_get_lv(bl)*10 - status_get_lv(src)*10; tick_def = 6000 + status->mdef*40; tick_def2 = status_src->luk*-10; // Caster can increase final duration with luk break;
  15. You need to recompile your server to work
  16. Then you doing it wrong you also need to change the service type and langtype
×
×
  • Create New...