Recent content by haniko

  1. H

    Craft multiple items at once using shop

    I am currently working on creating a NPC which allows you to craft Eye Patches in exchange of 1 Rusty Bandages and 1 White Potion. Easy enough right? But there is more, I am using the shop and "OnSellItem:" to craft as many Eye Patches based on the items in the sell box. So in essence, if I...
  2. H

    Item ID 35000+ not working?

    My last item in iteminfo.lua has the ID “32000”, I have used the ID “35000” for the custom item I have personally added and this will increase as I add more. But this is causing an issue when I use “@item 35000” in game, returning "Invalid item or name" & “@item failed.”. How to fix this...
  3. H

    Need help with custom items

    Happy new year everyone. I am currently working on adding custom items and I have figured out how to do so. There are a few questions that I have and things I would like to have clarified. My iteminfo.lua has a long list of items that are not in my item_db.conf since I have used the...
  4. H

    How to edit item scripts and add new items?

    Hello guys, I am currently learning how to edit and adding items. To do so, I have been reading this guide and got confused to which one to follow since I am working a pre-renewal server using the 2015-05-13aRagexe.  2 Defining Item clientside (Renewal Clients <= 2012-04-10a & Main...
  5. H

    Client does not show window options i.e. minimise, maximise, close

    The client I am currently using is 20150513aRagexe and it does not show the window options for the client window. I have used NEMO to patch this and can not find an option within NEMO to enable those options. Any ideas how to fix this? Furthermore, is there a recent Ragexe I should be using? If...
  6. H

    Warp Portals are out of place

    All the warp portals that are not inside a building are out of place as you can see in the image I have attached. I have just started working on the offline server following different guides and some guess work. The server I am working on is pre-renewal and uses 2015-05-13aRagexe. I have been...
  7. H

    Turn off / Disable Renewal

    I have just manged to get an offline server running and it appears that it is still accessing "..\Hercules\npc\re" rather than "..\Hercules\npc\pre-re" even though I have modified and rebuild "..\Hercules\src\config\renewal.h". #define DISABLE_RENEWAL //#define RENEWAL Is there something else...
Back
Top