Jump to content
  • 0

item_noequip not working on equipments (only usable item) HELP!


Lord Ganja

Question


  • Group:  Members
  • Topic Count:  141
  • Topics Per Day:  0.03
  • Content Count:  444
  • Reputation:   22
  • Joined:  06/18/12
  • Last Seen:  

Hello. I got a problem about the item_noequip.txt. It only disables the consumable items listed on the item_noequip.txt

but it doesn't restrict/remove/unequip the equipments listed in it.

 

this is in my item_noequip.txt: 

 

//Zone 1
601,32 //Fly Wing
605,32 //Anodyne
506,32 //Green Potion
525,32 //Panacea
607,32    // Ygg berry
608,32    // Ygg seed
14524,32 // FS
2383,32    //Bryn
2541,32 //Asprika
2410,32    //Sleipnir
 
Here's my mapflag:
prontera<tab>mapflag<tab>restricted<tab>1

 

Based from those, I tried using the consumables at prontera and they can't be used. While the equipments can be equipped at prontera.

I also tried removing the consumables at item_noequip.txt and after removing they can be used already.

 

The only problem is about the equipments. It's like the script can't trigger them..

 

any help please. thanks in advance!

 

 

EDIT:

 

It's working fine and the effect is not working in the restricted map.

But, is it possible to be unequip when the player enters the restricted map and cannot be equipped in the restricted map?

Edited by Lord Ganja
Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • -1

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  10/25/16
  • Last Seen:  

On 4/25/2013 at 8:04 PM, Lord Ganja said:

*BUMP!!

 

 

SOLVED!

you might wan to share the results with others

Link to comment
Share on other sites

  • -1

  • Group:  Members
  • Topic Count:  76
  • Topics Per Day:  0.02
  • Content Count:  202
  • Reputation:   2
  • Joined:  07/09/12
  • Last Seen:  

How?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  164
  • Reputation:   12
  • Joined:  03/08/12
  • Last Seen:  

Its working fine, You can equip BUT the effect is not working or disabled. Official behavior settings.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  141
  • Topics Per Day:  0.03
  • Content Count:  444
  • Reputation:   22
  • Joined:  06/18/12
  • Last Seen:  

Its working fine, You can equip BUT the effect is not working or disabled. Official behavior settings.

oh, didn't notice it. thanks for this information.

 

But, is it possible to be unequip when the player enters the restricted map and cannot be equipped on the restricted map?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  164
  • Reputation:   12
  • Joined:  03/08/12
  • Last Seen:  

Its working fine, You can equip BUT the effect is not working or disabled. Official behavior settings.

oh, didn't notice it. thanks for this information.

 

But, is it possible to be unequip when the player enters the restricted map and cannot be equipped on the restricted map?

Possible in src mod, but idont know how to change xD

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  

Its working fine, You can equip BUT the effect is not working or disabled. Official behavior settings.

oh, didn't notice it. thanks for this information.

 

But, is it possible to be unequip when the player enters the restricted map and cannot be equipped on the restricted map?

if i am not mistaken...the item that listed inside item_equip.txt  will be auto stripped off when entering these restricted maps.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  754
  • Reputation:   186
  • Joined:  05/22/12
  • Last Seen:  

http://trac.rathena.org/changeset/17119/rathena

 

item_noequip overhaul.
Items are no longer unequipped when disabled by item_noequip.txt, instead their effects are nullified -- however cards in them, unless also disabled, wont have its effect nullified.
Consumables will be consumed even while disabled, unless you modify the new config item_restricted_consumption_type.
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  141
  • Topics Per Day:  0.03
  • Content Count:  444
  • Reputation:   22
  • Joined:  06/18/12
  • Last Seen:  

 

Its working fine, You can equip BUT the effect is not working or disabled. Official behavior settings.

oh, didn't notice it. thanks for this information.

 

But, is it possible to be unequip when the player enters the restricted map and cannot be equipped on the restricted map?

if i am not mistaken...the item that listed inside item_equip.txt  will be auto stripped off when entering these restricted maps.

No, they are not stripped. Instead they're effects we're disabled.

is it still possible to return back the old system of this? wherein item are unequipped when entering the restricted map?

 

 

 

 

 

 

 

http://trac.rathena.org/changeset/17119/rathena

 

 

item_noequip overhaul.

Items are no longer unequipped when disabled by item_noequip.txt, instead their effects are nullified -- however cards in them, unless also disabled, wont have its effect nullified.

Consumables will be consumed even while disabled, unless you modify the new config item_restricted_consumption_type.

Hello Clydelion, is it still possible to return back the old system of this? wherein item are unequipped when entering the restricted map?

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2346
  • Joined:  10/28/11
  • Last Seen:  

@cydelion

owh thx for clearing out...i didnt know that xD 

i was still stucked at 17049  hahah ~

 

@Lord Ganja

just revert the changes...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  141
  • Topics Per Day:  0.03
  • Content Count:  444
  • Reputation:   22
  • Joined:  06/18/12
  • Last Seen:  

@cydelion

owh thx for clearing out...i didnt know that xD 

i was still stucked at 17049  hahah ~

 

@Lord Ganja

just revert the changes...

 

Hi Emistry. How to revert the changes? I don't how how to revert. Is it possible to revert while still having the latest revision?

meaning, the only part that will be changed is the files that affects the unequipping of items listed in item_noequip.txt.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  141
  • Topics Per Day:  0.03
  • Content Count:  444
  • Reputation:   22
  • Joined:  06/18/12
  • Last Seen:  

*BUMP!!

 

 

SOLVED!

Edited by Lord Ganja
  • Upvote 1
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
Answer this question...

×   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...