Jump to content

Poring King

Members
  • Posts

    919
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by Poring King

  1. Try to patch using remove error from lua etc
  2. for(.@i=0;.@i<getarraysize(.aid);.@i++){ getitem 7227,1,.aid[.@i]; // 7227, 1 pcs }
  3. rAthena stable client is 2018 . So more than that you will support it by your own . to answer your concern . The reason why you get crash after you login its because you don't have the files to support the 2020 client feature
  4. Well i do services pero need mo private cht aq dito s rathena regarding jaan
  5. OVH for Hosting Mas maganda ung ikaw gagawa ng server ^_^
  6. You need to provide this Your Server Exe. Files Your Custom GRF Patcher.Exe Settings.Exe Emblem Folder System Files Folder To make it rar files . Download Winrar.exe Put all files to new folder and right click the folder that contain your files then click the "COMPRESS" or "Add to rar"
  7. You can use the stats seller just change the "+" into "-"
  8. I guess you are trying to say is when launching the exe file it won't pop up and you will just get a error . 2 things here man First - Make sure you are using a sclientinfo with lang type 1 and use "America" 2nd - Make sure your data.grf texture files is supporting 2018 User Interface because if you don't have you will get that kind of error
  9. Ragna Hosting is already not included in rAthena 3rd party services why still purchasing that services . There is a reason why rAthena remove it ! Every year i always see this kind of problem -.- . You can purchase a damn legit hosting provider like OVH and the support is 24/7 instead of getting a pre-made server that will cost you a lot of trouble !
  10. I also have that kind of error but you can simply ignore it use some ignorelua files error enabled it so you can pass thru to your client ^_^
  11. getitem $cluck_item_id,$cluck_item_amount; prontera,1,1,3 script TestNPC 99,{ mes "You need to select one of this to change the current reward"; mes "This is your current reward "+$cluck_item_id+""; mes "This is your current reward Amount "+$cluck_item_amount+""; switch(select("This item will need to configure to case 1","This item will need to configure to case 2","This item will need to configure to case 3","This item will need to configure to case 4")){ next; case 1: set $cluck_item_id,"Put here the Item ID for reward 1"; case 2: set $cluck_item_id,"Put here the Item ID for reward 2"; case 3: set $cluck_item_id,"Put here the Item ID for reward 3"; case 4: mes "Please Input the amount"; input .Amount; set $cluck_item_amount,.Amount; next; mes "The event item amount has been successfully change"; close; } } Not tested im a lazy person so i give you the idea that i think you want to make it . But if you want to manually set the reward and amount i think the cluckers event is already build to that kind of thing . Unless you want to make it everytime your server up this specific item will be use as a default . To do that you need to add this OnInit: // Below is the code you want to initialize when the server is up end;
  12. Well you can try the clucker event for that and you can find it to your event npc custom
  13. On mo ung manner files mo sa grf mas easy way un. Pero kung gusto mo ma fix to check mo ung tabing mo sa line 1
  14. Version 1.0.0

    5 downloads

    PRO-Card Trader.txt This npc can exchange 10 random card to an Coin. Each card need to be different from each other.You can exchange your coin to get a chance to win a rare card! . This NPC is based on Philippine Ragnarok Online Kard Trader ( EN "Card Trader") . 2nd Feature of this NPC is you can have a chance to win a rare card's . Easy to Configuration setarray .reward, // <item_id>,<chances rate%>; // Add more cards with your likings // Normal Cards: 100% 4001,100, // Poring Card 4002,100, // Fabre Card // Mini Boss Cards: 30% 4174,30, // Deviling Card 4054,30, // Angeling Card // MvP Cards: 1% 4399,1, // Thanatos Card 4302,1; // Tao Gunka Card
    30.00 USD
  15. *areawarp "<from map name>",<x1>,<y1>,<x2>,<y2>,"<to map name>",<x3>,<y3>{,<x4>,<y4>}; This command is similar to 'warp', however, it will not refer to the invoking character, but instead, all characters within a specified area, defined by the x1/y1-x2/y2 square, will be warped. Nobody outside the area will be affected, including the activating character, if they are outside the area. areawarp "place",10,10,120,120,"place2",150,150; Everyone that is in the area between X 10 Y 10 and X 120 Y 120, in a square shape, on the map called "place", will be affected, and warped to "place2" X 150 Y 150 areawarp "place",10,10,120,120,"place2",0,0; By using ,0,0; as the destination coordinates it will take all the characters in the affected area to a random set of co-ordinates on "place2". areawarp "place",10,10,120,120,"place2",150,150,200,200; By using the optional x4 and y4 parameters, the destination coordinates will be a random place within the defined x3/y3-x4/y4 square. Like 'warp', areawarp will also explicitly warp characters randomly into the current map if you give the 'to map name' as "Random". See also 'warp'.
  16. // Custom CSS <link rel="stylesheet" type="text/css" href="themes/default/css/style.css"> //Below is original css <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> <link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <script type="text/javascript" src="js/navbar.js"></script> <script type="text/javascript" src="js/counter.js"></script> <link rel="icon" href="image/logo.png">
  17. Like what i said you need to modify too on server side ! Imports: - Path: db/pre-re/attendance.yml Mode: Prerenewal - Path: db/re/attendance.yml Mode: Renewal - Path: db/import/attendance.yml
  18. System/attendance.lub Config = { StartDate = 20200801, EndDate = 20200831 } Reward = { { 1, 22979, 1 }, { 2, 6316, 1 }, { 3, 12265, 5 }, { 4, 23047, 5 }, { 5, 23038, 1 }, { 6, 23043, 1 }, { 7, 23340, 3 }, { 8, 12516, 5 }, { 9, 23307, 5 }, { 10, 23899, 3 }, { 11, 14533, 2 }, { 12, 23012, 3 }, { 13, 23048, 5 }, { 14, 12264, 5 }, { 15, 23046, 5 }, { 16, 12515, 5 }, { 17, 12522, 5 }, { 18, 12523, 5 }, { 19, 25464, 10 }, { 20, 25791, 1 } }
  19. You need to put the css on first line to backup the original css on 2nd line . i think you are doing line 1 is the original then your line 2 is your custom csS . Thats why nothing happen
×
×
  • Create New...