Jump to content

Skill/Item Map Restriction (Now Supports Multiple Maps!)


clydelion

Recommended Posts


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  82
  • Reputation:   0
  • Joined:  11/30/12
  • Last Seen:  

There is support for this source? I need it badly /sob

Map Crash when i use some skills example when i use Emergency Call.

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  737
  • Reputation:   216
  • Joined:  11/29/11
  • Last Seen:  

@clydelion, ok I just looked this diff and you have 2 major typo :

- clif_colormes(sd,COLOR_RED,e_msg);

+ clif_colormes(sd,color_table[color_RED],e_msg);

This was change since channel implementation since they where using a different color table.

 

- if( skill_db[skill_id].mapdeny[m].deny_flag ){

+ uint16 idx = skill_get_index(skill_id);

+ if( skill_db[idx].mapdeny[m].deny_flag ){

The array doesn't have 8K+ index like this would have be the case if idx == skill_id, In this array the skill are added without the id gap to minimize his size. (but you did the assigment right when reading he db).

 

Nb: That functionality is quite the same as db/skill_nocast_db.txt without the need of defining some zone.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  332
  • Reputation:   15
  • Joined:  12/11/11
  • Last Seen:  

Please update this mod to the latest revision :)

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  76
  • Reputation:   1
  • Joined:  01/21/14
  • Last Seen:  

will this work on 17702? 

Link to comment
Share on other sites

  • 6 months later...

  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  99
  • Reputation:   2
  • Joined:  02/23/14
  • Last Seen:  

update pls, i need

Edited by indybigza
Link to comment
Share on other sites

  • 5 months later...

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  4
  • Reputation:   1
  • Joined:  08/31/14
  • Last Seen:  

Does anyone have a patch to this that works on the latest rAthena?

It would certainly be appreciated.

Link to comment
Share on other sites

  • 3 months later...

  • Group:  Members
  • Topic Count:  41
  • Topics Per Day:  0.01
  • Content Count:  164
  • Reputation:   16
  • Joined:  03/15/12
  • Last Seen:  

Does the patch sitll working on latest rev rA?

Link to comment
Share on other sites

  • 4 weeks later...

  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  931
  • Reputation:   13
  • Joined:  12/20/11
  • Last Seen:  

updates here?

Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  56
  • Topics Per Day:  0.01
  • Content Count:  224
  • Reputation:   4
  • Joined:  02/09/12
  • Last Seen:  

i already work with this in scr with no error but still not working when i put skill_mapdeny

Link to comment
Share on other sites

  • 5 years later...

  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.05
  • Content Count:  478
  • Reputation:   14
  • Joined:  11/30/17
  • Last Seen:  

Can someone kindly update this one? this is so useful and easy to use

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