Jump to content
  • 0
vBrenth

Maya Purple Card

Question

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

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

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

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

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

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.