I haven't even done it yet...
I haven't even done it yet...
ok then i wait for u :D
lol Xiuz so many problems :3 well not really actually... ppl keep complaining about problems that were already listed.. the only main big problems are merchants and Skills.
@Xiuz
Did u set Combo to Warriors only? In the Skills.java thingy [4got name]
---------- Post added at 05:17 PM ---------- Previous post was at 05:14 PM ----------
YOU DID! :D I Think..
Err im not that great of a coder but
i think i found how to make combo for all :3
Xiuz am i right? You go to Src > Net > Sf > OdinMS > Client > Skill.java
Find
Replace withCode:@Override public boolean canBeLearnedBy(MapleJob job) { int jid = job.getId(); int skillForJob = id / 10000; if (jid / 100 != skillForJob / 100 && skillForJob / 100 != 0) { // wrong job return false; } if ((skillForJob / 10) % 10 > (jid / 10) % 10) { // wrong 2nd job return false; } if (skillForJob % 10 > jid % 10) { // wrong 3rd/4th job return false; } return true; }
? Am i right :3Code:@Override public boolean canBeLearnedBy(MapleJob job) { int jid = job.getId(); int skillForJob = id / 10000; if (jid / 100 != skillForJob / 100 && skillForJob / 100 != 0) { // wrong job return true; } if ((skillForJob / 10) % 10 > (jid / 10) % 10) { // wrong 2nd job return true; } if (skillForJob % 10 > jid % 10) { // wrong 3rd/4th job return true; } return true; }
Last edited by ijohnny; 23-08-09 at 07:21 PM.
No, if I remember correctly, it's in some kind of damage handler. And what's the point of doing return true for all cases. You just might as well return true right away.
Oh and it also could be in maplecharacter, gain orb
definitely not skill.java
well like i said im not much of a coder BUT THNX MOOGRA BECUS OF MY MESS UP U GAVE ME A HINT :3
getting merchants to save items to db isnt hard I got it to work on 1.4 and 1.5.My only problem on 1.5 is that I cant get rid of the items duping when server crashes. XD
EDIT:kinda odd since I got them working 100% in 1.4
Last edited by jap0knees; 23-08-09 at 11:42 PM.
That's not it...just wait for the update and don't mess with the source.
The update should be later tonight.
nice pack i use that 1.5 version but with full edits
Hey there, I'm kinda new (only to this forum) but I'm pretty good at spriting, and i can do computer art ( I'm still working out the bugs for my maplestory style art). I use photoshop, so it wont be a drawing on a piece of paper. If your interested, pm me or give me a email at nd_sang@yahoo.com. Of course, I'm also a gamer, so if you would be willing to send me a download link (I love alpha testing too). If you dont feel safe giving it to me, dont worry. wait for me to reply back before you send it!