Jump to content
  • 0

Warlock Summoning Stone Problem


Frhysthia

Question


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  52
  • Reputation:   2
  • Joined:  01/07/13
  • Last Seen:  

i tested summon fire , water , lightning, and stone ball, but then.

this is example, i use summon lightning ball level 1 5times. ..it does not stock 5 lightning balls, it only stock 1 lightning ball,. but when i use level 5 summon lightning ball 5times., it stocks 5 lightning ball, where can i fix this when i cast level 1 summoning stone 5times it will stack 5 stones? thanks to those will help me in advance 

 

BTW, i solve it on my own.

skill.c

 

if( !sctype || j >= skill_lv ) {
if( sd ) // No free slots to put SC

clif_skill_fail(sd,skill_id,USESKILL_FAIL_SUMMON,0);
break;

to

if( !sctype || j >= 5 ) {
if( sd ) // No free slots to put SC
clif_skill_fail(sd,skill_id,USESKILL_FAIL_SUMMON,0);
break;

Edited by Frhysthia
Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  74
  • Topics Per Day:  0.02
  • Content Count:  420
  • Reputation:   89
  • Joined:  01/30/12
  • Last Seen:  

It was a bug. It's like having lvl10 blessing even if you cast lvl1. It makes the warlock overpowered, since it can use all elements with minimal skill points for tetra vortex.

http://rathena.org/board/tracker/issue-9120-warlock-summon-elemental-balls/

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