Jump to content
  • 0

Maya Purple Card


vBrenth

Question


  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  311
  • Reputation:   46
  • Joined:  11/06/11
  • Last Seen:  

I want to request how to disabled maya purple in WoE Castle ? thanks in advance...!

A command request about @nobc it hides all broadcast :(

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  32
  • Reputation:   1
  • Joined:  12/07/11
  • Last Seen:  

Just add the Card ID into the db/item_noequip.txt

and then add in the mapflag of that restricted zone to the specific woe map.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  1315
  • Reputation:   372
  • Joined:  12/10/11
  • Last Seen:  

Please create a separate topic in Source Request for the second portion of your post.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  311
  • Reputation:   46
  • Joined:  11/06/11
  • Last Seen:  

Damon thanks :(

one more question how to reduce the asura damage? not by... the SP just the damage ?

Link to comment
Share on other sites


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

tried edit here ?

src/map/battle.c

   case MO_EXTREMITYFIST:
 { //Overflow check. [skotlex]
  unsigned int ratio = skillratio + 100*(8 + sstatus->sp/10);
  //You'd need something like 6K SP to reach this max, so should be fine for most purposes.
  if (ratio > 60000) ratio = 60000; //We leave some room here in case skillratio gets further increased.
  skillratio = (unsigned short)ratio;
  status_set_sp(src, 0, 0);
 }

like Arcencial said, SRC Support / Request should be made in SRC section...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  311
  • Reputation:   46
  • Joined:  11/06/11
  • Last Seen:  

Em thanks but i said not on SP thing :P btw fixed already sorry i'm using eAmod =,=" then rathena and eamod looks like have a different srcs

Link to comment
Share on other sites


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

==''

you can just edit the formula...not the SP factor

 unsigned int ratio = skillratio + 100*(8 + sstatus->sp/10);

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