Jump to content

CyricRO

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by CyricRO

  1. Hello, I'm sorry if this seems like a duplicate topic in any terms (no pun intended). I've searched for a couple hours and haven't found any resolution to my problem. I've been trying to add an exact copy of the skill: "ASC_BREAKER" by following this guide: http://rathena.org/wiki/Adding_new_skills I've been adjusting little snippets accordingly, as I am not adding an earth bolt, but rather I'd like to add "Soul Destroyer" to my game. My idea is to juxtaposition two skills ASC_BREAKER and ASC_DESTROYER which are virtually the same. After this is set up, I'd like to discretely replace the assassin cross skill ASC_BREAKER with ASC_DESTROYER either by means of an item script or by transition into third class. By this, I can add statuses to one over the other, or enable one upon soul link, or whatever needs to be done. I haven't touched on most of this code yet, however, I have run into a snag which has kept me from moving forward. I'll place all my modifications below. The error and my observations are: When I am in game, I can type @useskill 8443 10 "Player name" and my GM character will appear to cast soul breaker. Above my characters head displays "!!" - instead of "Soul Breaker!!" - which is likely client sided so I'm not too concerned about that. As soon as the command is issued, my mapserv-sql.bat displays the following error: Here are my database modifications (note that pre-re and re folders have been modified the same way as a precautionary measure): Under skill.h my entry was ASC_DESTROYER = 8443, - however, this is not necessary as the skill count for this value is already 8443. - changing this did not have any implication. Modifications in the source: ------------------------------------------------------------ I have not yet made any client modifications, any and all help is highly appreciated. I look forward to future responses, thank you. Edit: I've just discovered that this error is only displayed in the mapsql.bat when the item giving the skill is equipped. The script the item has is: I'm not sure why this is happening, as the skill name "ASC_DESTROYER" is persistent through all the scripts, and the skill ID displayed in the error matches that name (8443). As well, the battle animation is NOT the same as soul breaker, it looks like he's using hide.... Why am I able to use this skill as a command identified as 8443, but I can't add it to my skill list using an item? PLEASE help!! could this have something to do with the SQL database?
  2. Hello, sorry if this post is in the wrong section, I'd like to know if anyone could assist me with something that bothers me quite a bit: When a character (Guillotine Cross) uses Hallucination walk, the cloth color of the tracer images appear with the default cloth color number 0; I was wondering if anyone has dealt with this issue before, or if someone could possibly assist me in adding the correct script or source code required for making hallucination walk appear with the proper clothing color. I'd think if the location could be identified where hallucination walk calls the hair color/style ID, adding a call for the cloth color script should be simple. Please help me, thank you.
  3. Hey there, I've changed all my stat points so I get twice as many per level, however, when I rebirth, I get all different numbers. I haven't been able to locate any Rebirth_stat_point.txt file in my database, could someone help me out?
  4. What about the large cost of stat increment over 100? For example, 99 int cost 11 stat points to raise, level 100 cost 16.
  5. Sorry if this has already been discussed. It's been a long time and I can't remember where to find the modifications for these values. Basically, when getting a stat raised over 99, it jumps to cost 16 stat points per increment. Which is good for some servers, but this means I have to dish out more stat points to each player. I never liked the idea of dex effecting attack speed, but even though it does, getting over 180 attack speed is extremely difficult, even with the fact I can raise my stats to 150. I'd like to increase the rate attack speed rises from agility, and remove the effect of dex on attack speed altogether. For some reason cast time is never instant, despite the fact I put "150 dex for instant cast". Any help on these matters is highly appreciated, thanks.
  6. Seems that the exp share of my server is off. rather than "even share" it's more like a ratio of 1:3. The wizard of the party gets 30% where the thief that deals significantly less damage gets 10%. Which is far from "even share". I need to know where this information is stored so I can fix this.
  7. account_id, userid, user_pass, sex, email, group_id, state, unban_time, expiration_time, logincount, lastlogin, last_ip, birthdate. Where is level in mysql database? (this is under the login table)
  8. CyricRO

    Downloads

    Might I request a full list of server required downloads mandatory for creating a client functional for the latest server SVN? I've been trying to make a client for a while, and I have so many downloads scattered through my computer, so many failed client folders, so many errors. I've downloaded so many files I'm debating deleting it all and starting over AGAIN. (who else has been there?) I'm not sure which version of the client to diff (tried the latest and only " show ragnarok icon" is applicable), I'm not sure what my client folder requires really either than data.grf and rdata.grf, I'm not sure if I need to patch anything, what to run to patch anything, and all this info seems to redirect me when I search to topics which are unrelevant. Any help is highly appreciated. (ps. I don't need to know how to modify files, I need to know where to get them.) edit: I am currently using the 20120808 client version, I don't even remember where most of my files came from, but I used some "full data" folder, the basic rdata.grf and data.grf, made my own tdata.grf from the full data folder which I downloaded. Right now this client fails to connect to my server. - and yes, my server is set up right. Ah, one more thing, my ragnarok client folder is 2.4 gigs, I'm sure this can be reduced substantially, seeing as back when I was on eathena, I had a folder at 1.6 gigs.
×
×
  • Create New...