Jump to content

Fresh prince

Members
  • Posts

    295
  • Joined

  • Last visited

Everything posted by Fresh prince

  1. Khian, Create a custom box or get an existing one similar to ovb and obb and put all your neo items in there with script below for example: rentitem 2548,300; -this will make you use neo muffler for 5 minutes where 300 in (rentitem 2548,300; )is seconds
  2. Thank you masters, will never thrive without you guys !
  3. Thank you for your response bro. My question is this, if i have 100+ dofferent items in my inventory, and for example i opened an obb or ovb, it will drop to the ground. Im looking for a script or an item script where it checks of a player has more than 100 different items in his inventory. Anothe example is when you decard a compunded weapon, if you have more than 100+ items on your inventory, your cards from the decard will fall off the ground. I need like: Npc goes like checking a players inventory first if he has more than 100+ items on inventory if yes, close; If not, proceed. Something like that. Thanks you!! Btw, 100+ different items means the maximum allowable different items a player can carry. My client was setup like that
  4. Hello rathena, Can someone make a npc that checks if a player has 100 and over items in his/her inventory before proceeding? Like: If items are over 100; Mes " you cannot continue because your items in your inventory is over 100 different items"; Else; proceed. Something like this. Why? To prevent items from falling when getitem, if the players inv has 100+ different items. Thanks!!
  5. You might wanna do it manually though. Could be a lot easier to troubleshoot.
  6. Make sure you are not using gm level 99 accounts
  7. Could be an exploit, unlimited produce or not deleting a requirement.
  8. Try putting this below npc header if(getstatus(SC_FREEZE)) { sleep2 2000; sc_end(SC_FREEZE); This is just to remove frozen state.
  9. Bump http://rathena.org/board/topic/80970-nobc-for-rathena/ Like Whats above please
  10. if(isequippedcnt(4145)>1) end; bonus bCastrate,-50; bonus bMatkRate,5; if(BaseClass==Job_Mage||BaseClass==Job_Ninja) { bonus bMatkRate,3; }
  11. I think ginji wants to make data.ini not editable due to unwanted sprite modifications by player. He probably wants to lock the order of grfs that are being red to the order he wants, otherwise it will fail so that players cannot cheat within grf edits like changing the boss sprites of reducing frames for delays.
  12. Hello, I would like to request a command that hides broadcasts. @nobc if possible. Thanks!!
  13. Tried and tested Master Emistry, no errors but did not work. Nothing happend and no announcements either. When you do agitend however, it says: GUILD ''null'' WON WITH 0 POINT.
  14. Hello hello requesting for a recolor Sir tozorman! http://rathena.org/board/topic/64321-guardian-wing-navi-guardian/ tia!!
  15. Could you please create a version of this for revisions r17000? i got as far as guild.c but could not finish due to some changes. please see below. https://github.com/rathena/rathena/commit/69b2829 Thank you so much!
  16. Thank you Sir, Figured the problem out. God Bless!
  17. Hello Rathena, I am having an error on my char server. Has anyone experienced the same thing or rather could help a resolve? Thanks!
  18. Bots cannot be avoided so as auto hot keys and macro programs. However, you can control the spam rate of all skills by using adelays. Dont waste your money on harmony, it can be bypassed.
×
×
  • Create New...