Jump to content

Poring King

Members
  • Posts

    911
  • Joined

  • Last visited

  • Days Won

    18

Community Answers

  1. Poring King's post in [RESOLVED] Error when using Bowling with the Swordsman class was marked as the answer   
    You are missing of file .. You need to update your client files
  2. Poring King's post in Does anyone have this bulletin board npc? was marked as the answer   
    Here

    https://rathena.org/board/files/file/2379-npc-auction-system/
  3. Poring King's post in can't received woe points was marked as the answer   
    It should be look like this . Its very case sensitive when you do a scripting...
    set #WOEPOINTS,100; // Try this first and see if it work add some value -    pointshop    woe_shop    -1,#WOEPOINTS,909:-1  
  4. Poring King's post in Wing effect was marked as the answer   
    Then go to your respective item add this code at the Script

    Do you mean like the gympass ? If yes then copy the ticket script code
    bonus bAddMaxWeight,n; MaxWeight + n (in units of 0.1)  
  5. Poring King's post in Pay to Enchant was marked as the answer   
    Here try this i just made it not tested but i hope you get the idea i try to make it more informative so you can understand
    prontera,x,y script Test 99{ mes "Welcome"; mes "Let me check if you have zeny"; next; //To check if the player have zeny if ( Zeny > 5000){ // This is the condition if true then proceed if false then end the conversation set Zeny,Zeny-5000; // Deduct 5,000z mes "I see you have zeny now what should i do?"; next; switch(select("Process:Exit")){ case 1: mes "You select Process this is the start for the menu process"; end; case 2: mes "You select Exit this is the start for the menu exit"; end; } end; } mes "Sorry you dont have zeny to process"; end; // To end conversation }// End of script  
  6. Poring King's post in On-Off event was marked as the answer   
    Spend time reading the rAthena-Master/doc/script_commands.txt to answer your question find this inside the file *stopnpctimer
  7. Poring King's post in Simple Information NPC Script that has Menus was marked as the answer   
    Goto rAthena-Master/doc/script_commands for guide everything you need for scripting is there

    Ex:

     
    switch(select("This is Label and it will go to Case 1:This is Label and it will go to Case 2")) { case 1: mes "You said yes!"; break; case 2: mes "Aww, why?"; break; } close;  
  8. Poring King's post in How to switch Renewal to pre renewal (vise versa) was marked as the answer   
    Just uncomment the Define PRERE so your server will load all pre-re
  9. Poring King's post in custom megaphone was marked as the answer   
    Announce "This is how you use announce",BC_ALL;
    Your mega phone is this "announce strcharinfo(0) + ": " + .@megaphone$,bc_all,0xFF0000;"

    To correct that . use the default syntax
    Announce "[ Streamer ]: "+strcharinfo(0)+":"+.@megaphone$+"",bc_all;
  10. Poring King's post in COSTUME ERROR VIEW was marked as the answer   
    Here
     
    Just click the up botton left side on my profile so it will show as a solve and other can see it easily 
  11. Poring King's post in NPC GM Switch was marked as the answer   
    Here
    prontera,x,y,3 script testGM 99,{ if (getgmlevel() <= 90 ) goto GM_Menu; mes "[ Test NPC ]"; mes "This is where it go if you are normal player"; switch(select("Menu 1","Menu 2","Exit")){ case 1: mes "Menu 1 dialog"; end; case 2: mes "Menu 2 dialog"; end; case 3: mes "Exiting Bye"; end; } end; GM_Menu: mes "[ Test NPC ]"; mes "You are now in GM Menu"; switch(select("GM Menu 1","GM Menu 2","Exit")){ case 1: mes "GM Menu 1 dialog"; end; case 2: mes "GM Menu 2 dialog"; end; case 3: mes "Exiting Bye"; end; } end; }  
  12. Poring King's post in Is there any "How to create a KRO up-to-date RO server" guide ? was marked as the answer   
    This is where you start 

     
     
  13. Poring King's post in Client GM SPRITE - HELP was marked as the answer   
    If you want to get what you want on client.exe then get a clean or unpacked clients Add gm client thru this on your clientinfo.xml
    Example:
    <yellow> <admin>2000001</admin> <admin>2000002</admin> <admin>2000003</admin> </yellow> 3. If you want to hex / diff your clean client use nemo-master by 4144
  14. Poring King's post in how to display # in fact announcer was marked as the answer   
    You can add a bind command to join in Global chat
  15. Poring King's post in Help Adding Custom item ID to ROTD Script was marked as the answer   
    Try to change this value

     
    input .BonusItem,0,32767;  
  16. Poring King's post in Atcommand was marked as the answer   
    I already provide you what you need . I even put 1 warp command to train . So you only need to do is to copy and replace it to your own map coordinates

    This is the new one that you need
     
     - script example -1,{     OnInit:         bindatcmd "BTS",strnpcinfo(3) + "::OnBTS"; bindatcmd "Train",strnpcinfo(3) + "::OnTrain"; bindatcmd "Quest",strnpcinfo(3) + "::OnQuest";         end; //-------------------------------------------------------     OnBTS: warp "prontera",155,180; end; //-------------------------------------------------------     OnTrain: warp "prontera",155,180;         end; //-------------------------------------------------------     OnQuest: warp "prontera",155,180; end; }  
  17. Poring King's post in SQL wont load to my DB was marked as the answer   
    Solved

     
    /* CREATE TABLE IF NOT EXISTS `fabre_punch_rank` ( `cid` INT(11) UNSIGNED NOT NULL DEFAULT '0', `name` NVARCHAR(30) NOT NULL DEFAULT '', `point` INT(11) NOT NULL DEFAULT '0', `rank` TINYINT(3) UNOT NULL DEFAULT '0', PRIMARY KEY (`cid`) ) ENGINE=MyISAM; */
  18. Poring King's post in pass through a cell buff or with pop up mes was marked as the answer   
    prontera,0,0,3 script TouchMe -1,{ OnTouch: getitem 7227,1; dispbottom "You just receive an item from GameMaster Team"; } Not tested just made this from phone
  19. Poring King's post in [Resolved] Errors when finishing an ET Instance was marked as the answer   
    You are using old lua files quest info . Always update your KRO then if the error is still there . Find a latest data that contain 2020 lua files or just simply extract rdata or data.grf and get the lua and copy it to your grf
  20. Poring King's post in WOE Kills, Death, Emp Break Announcer was marked as the answer   
    Yes there is a lot use our search engine to find it

     
     
  21. Poring King's post in Attendance Client Crash was marked as the answer   
    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 ..
  22. Poring King's post in level base do jogo / base level of game was marked as the answer   
    if im not mistaken the updated table of base exp table are supported upto 500 base lvl .

    try to check my trend 
     
  23. Poring King's post in Installation for Windows. was marked as the answer   
    Please be guided by this:
    https://github.com/rathena/rathena/wiki/connecting
  24. Poring King's post in Random Selecting Server was marked as the answer   
    How i solve this . i forgot the ./athena-start command to edit because its still login the login-server it should be char and map only for multi-server setup .
  25. Poring King's post in Izlude map issue was marked as the answer   
    Hello just been an hour since i fix my izlude too, if you change your izlude map to the new one make it recognize by your server update everything you need not only GRF.
     
    if you are having trouble with your tiles that notwalkable and walkable . you are almost there man ! you already change the GRF and added your desire izlude map but you did not update in the server files . Update your map_cache using weemapcache
    1. Open your server map_cache inside db/pre-re/map_cache or db/re/map_cache 2. Click the file button 3. Select your Updated izlude map rsw 4. Hit the button of save. 5. Copy the file created and paste it/use it to your server. 6. Restart your server. 
      Note: Everything should be fine now, If this guide works dont forget to hit the solve button so other newbie will recognize it. Much Love Enjoy browsing rAthena.
     
×
×
  • Create New...