Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/10/22 in Posts

  1. Hello everyone, I recently made a post about "New RO" in this same category, and a lot of people gave me nice feedbacks, so today I bring something that I was already thinking about doing for the community, but I wasn't in the mood, I want to thank my friends and developers @Pixel and @craftro without them none of this would be possible. About the project: ROW is an executable visual editor, you put your "YouRagnarok_patched.exe" and it will give you the options (just like WARP or NEMO) but this is for custom things So you need to have an exe already built, otherwise you won't be able to enter the game It is currently in the ALPHA BETA version, so you will only be able to access 1 function, which is to change the color of the monsters' hp bar. To use it is very simple, you select your exe, choose the look you want and generate the exe. Note: If you have gepard, it will probably not allow any changes, so test with gepard disabled. The site is not responsive yet, this is just a test model, and if you find any bugs let me know, it is to work on any version of the exe (2010~2022) (Except for Ragnarok Zero new UI) Link: https://hexed-regexe.herokuapp.com/mobs Link discord project https://discord.gg/MxTB7WJVy5
    4 points
  2. I'm busy, maybe other people can help you fix the script.
    1 point
  3. 1 point
  4. I am not sure if this works but try it prontera.gat,xxx,xxx,4 script Trader 666,{ set $@npcname_mpq$, "^4000C0[Trader]^000000"; mes $@npcname_mpq$; mes "Would you want to trade some of your items to boxes?"; next; menu "Yggdrasil Berry",L_Berry,"Yggdrasil Seed",L_Seed,"Box of Thunder",L_BOT,"Cancel",L_Exit; L_Berry: mes $@npcname_mpq$; mes "This is what I need to make you a Yggdrasil Berry Box!"; next; mes "100x - Yggdrasil Berry"; next; mes $@npcname_mpq$; mes "So, you want it or not?"; next; mes $@npcname_mpq$; menu "Sure!",-,"No, thanks.",Lnotenuff; mes $@npcname_mpq$; mes "How many boxes do you want?"; input @berry; if(countitem(607) < (100*@berry)) goto LNotEnough; delitem 607,(100*@berry); mes "You really have that many Berrys? Okay, let's trade!"; getitem YGGBERRYBOXIDHEREIDKTHEID,(1*@berry); mes ". . ."; mes "Thank you sweety. Dont ygg too much!"; close; L_Seed: mes $@npcname_mpq$; mes "This is what I need to make you a Yggdrasil Seed Box!"; next; mes "100x - Yggdrasil Seed"; next; mes $@npcname_mpq$; mes "So, you want it or not?"; next; mes $@npcname_mpq$; menu "Sure!",-,"No, thanks!",Lnotenuff; mes $@npcname_mpq$; mes "How many boxes do you want?"; input @seed; if(countitem(608) < (100*@seed)) goto LNotEnough; delitem 608,(100*@seed); mes "You really have that many Seeds? Okay, let's trade!"; getitem YGGSEEDBOXIDHEREIDKTHEID,(1*@seed); mes ". . ."; mes "Thank you sweety. Dont ygg too much!"; close; L_BOT: mes $@npcname_mpq$; mes "This is what I need to make you a Box of Thunder box!"; next; mes "100x - Box of Thunder"; next; mes $@npcname_mpq$; mes "So, you want it or not?"; next; mes $@npcname_mpq$; menu "Sure!",-,"No, thanks!",Lnotenuff; mes $@npcname_mpq$; mes "How many boxes do you want?"; input @bot; if(countitem(12028) < (100*@bot)) goto LNotEnough; delitem 12028,(100*@bot); mes "You really have that many Boxes of Thunder? Okay, let's trade!"; getitem BOXOFTHUNDERIDGOESHERE,(1*@bot); mes ". . ."; mes "Thank you sweety. Dont abuse it too much!"; close; LNotEnough: mes "You dont have the required items...?"; mes "Come back when you are actually ready. Now gtfo!"; close; Lnotenuff: mes "Wtf, come back when you got the goods!"; close; L_Exit: close; }
    1 point
×
×
  • Create New...