Jump to content

WDGRemoveWeaponIDLimits Plugin


Neo-Mind

Recommended Posts


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  806
  • Reputation:   220
  • Joined:  03/13/12
  • Last Seen:  

Previous Topic : http://rathena.org/board/topic/79646-release-2012-04-10a-with-no-weapon-item-id-restriction/

 

I initially made the patch for 2012-04-10RagRE client only since i saw the clients after that date is using iteminfo.lua

But it looks like for Ragexe Clients this is required till July 2012. So I decided to make it into a WeeDiff plugin (well that and it looked like people were using it after all).

 

Download Links:

1) Weaponoverride.lua file: put it inside lua files/datainfo folder (Instructions for use is already there in the lua file)

         http://www.mediafire.com/?s43q5gpiab42cbw

 

2) Plugin dll :  put this inside the plugins/WeeDiffGen folder of ShinsDiffPatcher

        http://www.mediafire.com/?k5ecl1nelnkspsw

 

Disclaimer:

    This patch is meant for clients that uses txt tables which has hardcoded limits for weapon item ids. This is no longer required for newer clients which uses iteminfo.lua files.

 

Let me know if you face any bugs or issues:-).

 
Edited by NeoMind
  • Upvote 2
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  296
  • Reputation:   2
  • Joined:  04/11/13
  • Last Seen:  

Thanks for this! Really helped me alot :)

Using 2012-04-10a ragexe

 

IN adding id ranges in the weaponoverride.lua, do I need to do propper tabbing in each line?

Edited by LatSo
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  806
  • Reputation:   220
  • Joined:  03/13/12
  • Last Seen:  

no tabbing is not an issue just make sure the format is followed as specified :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  296
  • Reputation:   2
  • Joined:  04/11/13
  • Last Seen:  

at the last line, do i need to put

,

 

like for example like this:

   ["25000:25500"] = W_CODES.MACE,
   ["25501:26000"] = W_CODES.SPEAR1H,
   ["26001:26500"] = W_CODES.KNUCKLE
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  806
  • Reputation:   220
  • Joined:  03/13/12
  • Last Seen:  

doesn't matter if you put it or not. There is no requirement of a comma in the last line.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...