Jump to content
  • 0

Overthrow on Shadow Chaser


Question

9 answers to this question

Recommended Posts

Posted (edited)

skill.c and find:


// Couldn't preserve 3rd Class skills except only when using Reproduce skill. [Jobbie]
if( !(sd->sc.data[sC__REPRODUCE]) && (skillid >= RK_ENCHANTBLADE && skillid <= SR_RIDEINLIGHTNING) )
return 0;

Replace into

// Couldn't preserve 3rd Class skills except only when using Reproduce skill. [Jobbie]
if( !(sd->sc.data[sC__REPRODUCE]) && (skillid >= RK_ENCHANTBLADE && skillid <= SR_RIDEINLIGHTNING || skillid == KO_MUCHANAGE)  )
return 0;

Edit: Better solution updated.

Edited by darristan
Posted

ahh nice malufett =) nice follow up.. that's what I want hhaha.. . . those who can answer follow up questions!! /no1

nope but you can force them to remove the copied skill..

by deleting it from the database..

UPDATE global_reg_value SET value=0 WHERE str="REPRODUCE_SKILL" AND value="3008";

meow:

btw, how about removing it completely on the skills that can be copied by plagiarism and reproduce. /thx in advance

Posted

actually its already the answer for your problem...because for you to be able to copy skills via reproduce the skill must be in the 'skill_reproduce_db.txt' database..and since its not added there so by default it cannot be copied..:)

:meow:

  • Upvote 1
Posted

1>------ Build started: Project: map-server_sql, Configuration: Debug Win32 ------

1> skill.c

1>d:\rathenaclean\src\map\skill.c(496): error C2065: 'skillid' : undeclared identifier

1>d:\rathenaclean\src\map\skill.c(496): error C2065: 'skillid' : undeclared identifier

1>d:\rathenaclean\src\map\skill.c(496): error C2065: 'skillid' : undeclared identifier

========== Build: 0 succeeded, 1 failed, 2 up-to-date, 0 skipped ==========

 

How to fix this??

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...