Jump to content

Poring King

Donators
  • Posts

    842
  • Joined

  • Last visited

  • Days Won

    13

Everything posted by Poring King

  1. Sa herc ka magtanung kung panu rAthena to boss
  2. All renewal features is close to kRO specially the re item_db.yml
  3. If you have that kind of thing your client should be force close . Because you are missing the Skill UI and there is no way that you can open your Alt+S
  4. What im trying to say . Since the renewal is the updated item from KRO you already have all the item that are not on pre-re item_db right ? . So if the renewal load first and the pre-re will be the 2nd the item on renewal will be overwrite with the config from the pre-re . What if give a try to your test server and looks how it works so hard to my part because im not really good in english 1st Example: Blue potion Blue potion from renewal is ( itemheal 0,rand(50,70);) . But since the 2nd database will overwrite the db and the 2nd database is pre-re config . Now the blue potion will be come (itemheal 0,rand(40,60); ) 2nd Example: What if the item is not on pre-renewal item_db like celestial dark frame... If celestial dark frame is not on pre-renewal... But since you load the renewal first you can get it. You can give it a try by using @item "ItemId" . Now since this item is not on pre-re item db. The stats,defense,cost,script will be on renewal item_db.yml . You need to config it on re item_db.yml .
  5. Here https://rathena.org/board/files/file/2379-npc-auction-system/
  6. Do this prontera,x,y,3 script test 99{ mes "test" switch(select("Claim:Exit")){ case 1: // Check if already have it if ( #Freebies == 1 ){ mes "Sorry you already claim the freebies"; end; } set #Freebies,1; getitem 501,1; mes "Here you go! Enjoy"; end; case 2: end; } end; }
  7. This is what i did to my part last time I put the path of renewal item to my . Item_db.yml so it will load also the renewal item but you need to load first the renewal so the pre-renewal will overwrite the renewal.. By doing this you will get a lot of error from the max defense if you are using pre-re. And Zeny bug like "If you sell phracon you will get 6000 but you can just buy it for 5000. So you will earn 1k for just buy and sell thru out NPC ? I remove it manually to make it work when the YML introduce to rAthena.. To give you a sneak peak.. This is what i did to my item_db.yml pre-re server Header: Type: ITEM_DB Version: 1 Footer: Imports: - Path: db/re/item_db_etc.yml - Path: db/re/item_db_equip.yml - Path: db/re/item_db_usable.yml - Path: db/pre-re/item_db_usable.yml - Path: db/pre-re/item_db_equip.yml - Path: db/pre-re/item_db_etc.yml
  8. What do you mean updated ? You can just simply update your item db from master trunk in rAthena-Master github ..
  9. Well i just answer your question . Save point and @go command is big different .. Save point from town is thru script while @go is on src location and you need to compile to make it work
  10. Do you mean the save point from the kafra ?? If yes here https://github.com/rathena/rathena/blob/master/npc/kafras/kafras.txt example: Kafra in aldebaran SavePoint Coordinate: savepoint "aldebaran",143,109,1,1; aldebaran,143,119,4 script Kafra Employee::kaf_aldebaran 113,{ cutin "kafra_05",2; callfunc "F_KafSet"; mes "[Kafra Employee]"; mes "The Kafra Corporation"; mes "is always working to provide"; mes "you with convenient services."; mes "How may I be of assistance?"; callfunc "F_Kafra",5,0,1,20,600; savepoint "aldebaran",143,109,1,1; callfunc "F_KafEnd",0,1,"in the city of Al De Baran"; }
  11. Use mapflag to Teleport .. im lazy today to make a simple script most of my script now is not tested im using rAthena by phone The item that similar to your request is Bloody Branch remember there is a lot of bloody branch trend that want a restriction of use when the player on a specific map
  12. You can try this https://rathena.org/board/files/file/2505-limited-items/
  13. Find this Add more OnClock Event Military format Check below how do i do it... By default i set it 2x a day during 8 AM and 8 PM or you can change it too OnMinute Event OnClock<hour><minute>: OnMinute<minute>: OnHour<hour>: On<weekday><hour><minute>: OnDay<month><day>: This will execute when the server clock hits the specified date or time. Hours and minutes are given in military time. ('0105' will mean 01:05 AM). Weekdays are Sun,Mon,Tue,Wed,Thu,Fri,Sat. Months are 01 to 12, days are 01 to 31. Remember the zero. Example: OnClock0800: // Event will start at 8:00 AM OnClock0830: // Event will start at 8:30 AM OnClock0835: // Event will start at 8:35 AM OnClock0800: OnClock2000: announce "Alon Event are now Open for Registration!",bc_all; set .AEventOpen,1; set .ARegister,0; end; GM_Menu: mes "[ Alon Event ]"; mes "What would you like to do"; switch(select("Host this Event","Exit")){ case 1: cutin "ma_tomas01",255; goto OnClock2000; case 2: close; } OnInit: set .PartyMember,2; set .Map$,"pvp_n_1-5"; // Dont try to edit this if you dont know what are you doing by Poring King set .AEventOpen,0; set .ARegister,0; }
  14. Well to understand the whole script and the behavior from my phone . Im very sure the fault is you call first the shop before it use break . This is what you do callshop "EmpBreakerShop", 4; mes "[ ^C6A518WoE Points Staff^000000 ]"; mes "Every and of the month the shop"; mes "Will have a new headgears manually"; mes "picked by the Players!"; mes " "; mes "^FF0000NOTE^000000: Please choose wisely"; break; Im pretty sure this time it will fix.. Do this mes "[ ^C6A518WoE Points Staff^000000 ]"; mes "Every and of the month the shop"; mes "Will have a new headgears manually"; mes "picked by the Players!"; mes " "; mes "^FF0000NOTE^000000: Please choose wisely"; callshop "EmpBreakerShop", 4; end;
  15. The only reason this will happen if you code on the wrong way... prontera,x,y script test 99{ mes "blablabla"; close; // <<<<---- Because of this switch(select("test:test2")){ case 1: case 2: end; } end; } It should be like this prontera,x,y script test 99{ mes "blablabla"; switch(select("test:test2")){ case 1: case 2: end; } end; } The cause of close is this following ( Close , End , Break )
  16. Nice idea .... Looking forward to this i try this before and the result is just a simple web nothing fancy Well hopefully you will add this idea - Add a Market works like Steam Market - Add a Option for multiple server on Market - If you sell item and the buyer is from Server 2. Then the value will be higher . If the Buyer is same server then 1:1 market . What im trying to say here is different Value for each server like Overcharge and Discount or 1:1 if same server... - Add Social Media Share Points its like Vote4Points - Add NPC that you can claim your Web Event Like a Coupon System.. [ Cool.EventCorp NPC ]
  17. Here @xerxesbreak https://rathena.org/board/topic/125421-poring-king-script-collections-updated-last-10152020/ Named: CoolEvent Corp. Employee ( PRO Style - Coupon ) HOT!
  18. Try to check my Script Collection . I modified Liltroll and i use Coupon as the title of the NPC
  19. 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
  20. Thx for the clarification!! i really appreciate it . Well the title it say is solicitation or paid request that's why i stand my ground and ask if i really have a mistake.. Because you can't even contest the penalty its either you accept it or just accept it so you can continue using rAthena..
  21. Hey bro @Emistry tell me why you put this on my account ? . Its very clear on the post that i said "Sorry i want to help you with your concern but i already have this and its already on version 4" and i post my script header . By the way why you delete the post ? How it comes its solicitation and asking for paid ??? You can ask the person who post the trend if i pm he/she or he/she pm me.. or even the people who interested on my script .... The thread that i get penalty https://rathena.org/board/topic/126849-woe-reward-system/
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.