Jump to content
  • 0

How to fix a specific map?


blazerza

Question


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  42
  • Reputation:   2
  • Joined:  02/04/12
  • Last Seen:  

the thing that I want to fix it's about a status rate for specific map.

 

I try to edit it like this : 

 

 

case SC_STUN:
if (map[sd->bl.m].name == "prontera") {
sc_def = status->dex*100;
sc_def2 = status->luk*10 + status_get_lv(bl)*10 - status_get_lv(src)*10;
tick_def2 = status->luk*10;
} else {
sc_def = status->vit*100;
sc_def2 = status->luk*10 + status_get_lv(bl)*10 - status_get_lv(src)*10;
tick_def2 = status->luk*10;
}


But it's still be the same as usual why it doesn't have anything change although I set it like that it doesn't work .

 

Can anybody explain me about how is different between sc_def and sc_def2 ?

 

I'm sorry for my english If I can't make you understand what I want to say  =-=

 

By the way please help me  :( 

 


Bump anyone?
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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