Jump to content

Deimler

Members
  • Posts

    58
  • Joined

  • Last visited

Everything posted by Deimler

  1. It generally shoulnt be that way... i sudjest starting from scratch. Delete the information in trunk and re-update svn. Something probably got corrupted. It takes 15min setting up your server, it takes hours finding out that your files are corrupted.
  2. Delete clif and reupdate your svn. Then recompile again.
  3. Use the if statement. If (Class == classname) skill "skillname",lvl;
  4. if ((ep13_1_edq == 0) && (.@start > 298)) thats the line you should look at. By simply doig "set ep13_1_edg,0; and set. @start,299;" try it i might be mistaking. Btw that goes at the beginning. Edit: btw that script has a typo. I only saw one but you should brief over it.
  5. Use lua-> lub converter or people say to change the extension but i havent tried that.
  6. I am having the same issues in rAmod. Ive come here to check if its happening here too. Are you running rAmod or rAthena? Log File: " Server received crash signal! Attempting to save all online characters"
  7. I found out what the problem was, I actually just started to do add custom item so I had very little knowledge of how to even add and where all the inputs on the folder were heading. In the end it was mainly my fault, I had renamed the .spr from drill_boots.spr to drill_boots.spr.spr. But I didn't realize this because window was hiding my extensions. In the end it was just the name that wasn't correctly placed. Thank You!
  8. If I try to equip the boots they crash the client. How am I able to fix this?
  9. @Euphy Could you give me one example as to how I would do that?
  10. Hi, as the title states: How am I able to remove 3rd job skills from 1 specific map? Thank You.
  11. I finished it~
  12. Grate Theme! Its clean and simple. I would love to use this. Any updates on this?
  13. Deimler

    Delay

    Hi, Im having a little problem. I need to add fixed delay to Body Relocation X Sec But everything I've tried has failed I have gone to skill_cast_db.txt and added the information necessary. But If my AtkSpeed Increases the delay decreases. It gets to a point where it has no delay and it allows a spam free environment. Can someone explain to me what is going on? Edit: Thank you in advance [Gnight] Bump =/ Fixed: I was editing the Re[skill_cast_db.txt] when I should have been editing the Pre[skill_cast_db.txt] Forgot I commented out the renewal skill src. [sorry for the late update, I actually found this out 3 days ago~]
  14. Hi VpsRO Try this script if(isequipped(5013)) {specialeffect2 375 ;specialeffect2 590; sleep 5000;} I was trying to do the same thing you did. It worked out. Thank You: Euphy, for helping me establish a foundation on the subject.
  15. Deimler

    Miruku

    Hi guys, I've spent the entire day trying to download a Miruku client but it seems that everywhere I search everything is down. The Torrent doesn't start. The Filesharing are ether down or not complete. Any other information I search point out to down links. And after searching "Miruku" in the search, I get the same links pointed at[Down|Not Existing]. Can someone help me? [ I need a Miruku Client ] Solved [Found this http://kro.nickyzai.com/ ]
  16. When using @afk the server logs me out. Reason? Nothing is stated in the map/login/character serve...
  17. I have used reloadskilldb also I've restarted server and recompiled. Can someone verify if release skill damage modifier work? I'm currently away from PC and Im unable to verify. Ps: I had it previously set to -50 vs human but no change so I decided to put -90.
  18. Hi, im having some issues with a specific skill I wanted to edit the skill "Release (2230)" but it does not reduce any damage this is what I have atm 2230,15,-90,0,0,0 Ive reduced the skill lvl to 1 Yet it is still OP. Ive tried to edit the src, but I dont see any damage modifiers there.
  19. Hi. Ive been setting up the server in mysql/txt format. But I've been getting frustrated with the txt portion of editing. So I decided to go full on mysql. Thus I sent the item_db,item_db_re.... ect. I have it properly set up[server running] ,but Im going through the db in mysql workbench and all I can see is 501[Red potion] item id through 1957[Rante whip] item id.As you know im missing alot of .... But in the server I can properly use all those missing items. So can someone guide me through this issue? Fixed...[i feel stupid... right now.] I spent 1 hour searching in forums/google. And I started playing with MYSQL workbench and found out that all I had to do is click fetch row... Thats a relief. CLOSE Plz
  20. Can I make this item work like so-> If class is X and Item is X then it does nothing, but if class is X and item is Y it activates? If so, how? Ty
×
×
  • Create New...