Jump to content

Gidz Cross

Members
  • Posts

    686
  • Joined

  • Days Won

    9

Everything posted by Gidz Cross

  1. better yet direct message emistry.
  2. The author of this script is @Emistry
  3. I do have gepard.
  4. Heya. I have this script and it works. But can be abuse by creating multiple accounts and re claim it. I wanted to add unique id features in it that resets each day. prontera,164,169,3 script Daily Supply#1 647,{ set .@supplytoday,atoi( gettimestr( "%Y%m%d",21 ) ); if ( Weight >= (MaxWeight/2) ) { dispbottom "Please free some space from your inventory to get the Daily Supplies."; end; } if( #DailySupply != .@supplytoday ){ set #DailySupply,.@supplytoday; getitembound 11503,100,Bound_Account; getitembound 11504,50,Bound_Account; end; } else { dispbottom "Daily Supply can only be claimed once per day. Resets at 12am."; end; } }
  5. Wow. Thank you for keeping this tool alive!
  6. for Earthquake to wizards check this https://rathena.org/board/files/file/4332-unimplemented-official-skills/
  7. Some menus are hidden because of the /* script_here */. Those are comments. Try to remove those /* */ P.S and this script is for Herc. We don't have tradershop in rA.
  8. You need others views for the sprite. Use actor.
  9. It is because of the OnPCLoginEvent: fakeIcon(getcharid(0),.rotdicon[.today_rotd],.timer,1); end; Every time you login its getting the icon. Its better to create custom SC for this.
  10. Hi @joecalis Turns out i want item linking in @whodrops. Can't seems to understand how to do it. Haha! NVM. I already solved it.
  11. You need to declare your unique item number. Let's based it on your medal thingy. - Id: 30000 AegisName: Medal_Thingy Name: Medal Thingy Type: Etc Buy: 100000 Weight: 400 Put this into your import folder. In this way you wont have to touch the original item_db_etc.yml. Once done go to your server and type @reload item. You may now @item 30000 to generate your Medal Thingy. You will be getting an Unknown Item(apple) since its not yet on your iteminfo.lua. You may put this in your iteminfo (Client/System/iteminfo.lub/lua [30000] = { unidentifiedDisplayName = "Medal Thingy", unidentifiedResourceName = "Æ÷ÀåÁö", unidentifiedDescriptionName = { "..." }, identifiedDisplayName = "Medal Thingy", identifiedResourceName = "Æ÷ÀåÁö", identifiedDescriptionName = { "A custom Medal", "^FFFFFF_^000000", "Weight:^009900 1^000000" }, slotCount = 0, ClassNum = 0, costume = false }, That's it! Restart your client. P.S the Æ÷ÀåÁö is taken from the item # 7175 which uses the pic below
  12. What is the best way to remove the icon when the timer ends? Can this be done in src?
  13. I know that the food buffs uses gogi's (str_gogi, agi_gogi... etc etc. you get the idea). I wanted to create a separate buff just like what's on nova RO. I tried editing via clientside but it's not working. I believed that I have to do something with the source too. stateiconimginfo.lub [EFST_IDs.EFST_SAVAGE_STEAK] = "STRFOOD20.tga", -- I have to create this because its not in the stateiconimginfo Not working. Goal: To be able to create two different buff for +10 Foods and + 20 Foods. *EDIT Conclusion: I found out that this buff is hardcoded. So no matter what you do in stateiconimginfo will not work. Unless you diff your exe with this patch. But once you do most of the icon buff will not show like blessing and increase agi. Since them too are hardcoded. Possible Solution: 1. Edit thru source on how the original food buff works when calling the icon? 2. Creating Custom Food Buff that have the settings of the original food buff 3. Diffing the patch in the exe but must have declared all icons in stateiconimginfo which we all know a hassle.
  14. Sadly. Its with the sprite.
  15. Wow thank you so much!
  16. Update your kRO.
  17. There is no update to this. Its broken map.
  18. @allpub command is where you force your player to create chatroom(waiting room).
  19. Ideally. @pk command should only work in towns. Not on the battlefield.
  20. Thats nice! Restricted trading system but can bypassed when you have the ticket.
  21. I have this working custom BGM that works in my Client. But when i edit the mp3tags it doesn't play anymore. Some BGM i have have tags and they are working. Do we have a tool that properly converts any mp3 to be used in RO? BTW, I am editing tags via right click then put infos. I also tried online server such as https://tagmp3.net/
  22. Or. You can connect to the same server as long as you are connected to the same network (Wired or Wireless). Just run rA in one of the PC then open cmd then type in ipconfig to get IPv4 Address. On your friends PC. Edit their clientinfo/sclientinfo and put the IPv4 Address. Viola. Wireless!
  23. When a Player that has Guild Bounded items and got kicked, the item will be removed to the players account and will be automatically transferred to Guild Storage. I have tried this using equipment type. But when I tried costume, the item is forever lost. https://github.com/rathena/rathena/issues/7920 Turns out there is no problem at al.
×
×
  • Create New...