Jump to content

Dori

Members
  • Posts

    332
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Dori

  1. Yes the palettes are in my data folder. My client read the data folder first. I diffed it to read the data first. When I first tested out the palettes I used 2012-04-10 Client. Currently I am using 2012-05-15aRagexeRE. Now I don't remember If i tested out the palettes with my current client. But I even tried with my older exe, and the same problem. I didn't change anything in the data folder except for the packet version in the clientinfo.txt.
  2. Ok so I just noticed that I got a problem with my body palettes. When I first implemented my palletes, each class had it's own set of palettes. eg: Lord knight had it's own palettes, and Knight had it's own palettes. I was jus playing around with palettes right now and I noticed that something is wrong with how my palettes looked. I found out that they are being shared again. eg: lord knight and knight are sharing again. I thought it was my client doing this and I tested out with my old client (what i used when these palettes were first made) and the same problem. I don't understand what's causing this. If it's a client side issue or server side. I don't even understand how all of a sudden they started sharing again :S Please help!
  3. Ok so I just noticed that I got a problem with my body palettes. When I first implemented my palletes, each class had it's own set of palettes. eg: Lord knight had it's own palettes, and Knight had it's own palettes. I was jus playing around with palettes right now and I noticed that something is wrong with how my palettes looked. I found out that they are being shared again. eg: lord knight and knight are sharing again. I thought it was my client doing this and I tested out with my old client (what i used when these palettes were first made) and the same problem. I don't understand what's causing this. If it's a client side issue or server side. I don't even understand how all of a sudden they started sharing again :S Please help!
  4. Dori

    Rentitem Rand?

    Oh thank you! I will try this out Edit: Thanks it worked
  5. I'm trying to make this item give a random rental item. This is the script atm. It's currently using getitem: 28001,box,box,2,0,,20,,,,,0xFFFFFFFF,63,2,,,,,,{ if(Sex == 1) { getitem rand(28103,28104),1; } else { getitem rand(28101,28102),1; } },{},{} Is it possible to make rentitem random like getitem?If not, how can I make it happen with rentitem?
  6. Opps sorry about that. I was going to take the strikes out but I forgot ^^;
  7. I have this custom box made which gives a custom headgear when you open it. I want the box to check if the player is male or female and give a headgear according to their gender. How can I do something like this on an item_db script? And please show an example using 2 items. Thanks in return~ Edit: Solved. it's something like this: 25000,Box,Box,2,0,,20,,,,,0xFFFFFFFF,63,2,,,,,,{ if(Sex == 1) { getitem 531,1; } else { getitem 532,1; } },{},{}
  8. Ok so is that the order I have to type it in? Also, can you download the updates in Git in rar files? If not, will you guys be able to let people have this option? It would be really helpful.
  9. How can I merge the new updates with my edited files?.. like what is the command? It's not very clear on the guide.
  10. Dori

    Help with GIT

    problem solved.
  11. So far I find it complicated to even get started with git.
  12. Dori

    Help with GIT

    Asura hosting already setup GIT for my server. but none of the git command are working in the terminal. They tested this out for me and it works for them, but it's not working for me. when I type git in the terminal i keep getting bash: git: command not found. Any help would be greatly appreciated!
  13. Is there anyway to download git updates in rar files like in svn-___- this git stuff is so complicated When I type this, it asks me to overwrite each file one by one. how do I exactly type this so it overwrites all files?
  14. Ok so I'm hoping for some help here since I am so lost with this. Here is how I usually update my svn: 1. I goto SVN > Timeline: http://trac.rathena.org/timeline 2. Download the latest updates. 3. Then I manually update my server by transferring the updated files through FileZilla to my server. Now after this last svn update, I ran into the same problem as these people: http://rathena.org/board/tracker/issue-8137-latest-svn-commit-broken/ I just don't understand how to even get started on this Github stuff. in fact, I just heard about this github so recently.. My server is being run by asura hosting, so how do I do this transitioning? No one is asking any questions regarding this....it seems like everybody has it figured out or something. I think my way of updating was may be the noob way...so please guide me on updating properly using Git, and how to set it up. I have seen this topic :http://rathena.org/board/topic/87120-transitioning-from-svn-to-git/ but I don't understand what I have to do... Thank you for any help!
  15. I did...over 20 times This is why this is a weird problem... I really want to find out what's causing this, in-case this happens again in the future. If anyone is willing to help I'd appreciate it. Edit: I'm begining to think that my server isn't reading the src files at all. I don't think recompiling is the problem, since the compiling goes well. Right now I have a fresh src folder in the server, so I shouldn't even be able to connect with my current client to the server, but I can. I also get these errors still no matter how many time I recompile http://rathena.org/board/tracker/issue-8054-skill-require-dbtxt-error/ I shouldn't even get these errors if my server is reading the src files.... Problem Solved! Cause: rAthena changed their files from '_sql' to no extension. So now it's 'map-server', 'char-server', and 'login-server'.
  16. I'm having this really weird issue with compiling which I never ran into before. I was updating my svn as usual and I noticed that even though it shows me it's being recompiled, the changes are not taking effect in-game. I'm using asura hosting btw. I deleted my src folder completely and put a fresh src folder even. I still have the same problem. I made a little src edit by editing the storage space, recompiled, went in-game and nothing. I told asura hosting about the problem, they asked me to try compiling manually by going to ssh terminal, I did that and still the same problem. When I did it manually, the compiling logs didn't get created though. When I use their 'compile server.exe' for recompiling, it does create the compiling log. There are no errors in the log. The compiling goes well from the start to the end, but NONE of the changes are taking place in-game. Any advice on what I can do to fix this problem?
  17. Dori

    Custom NPC

    I don't get it...why would you replace 400 with 399? And from what I've heard, you can't use the ids between 140 -400. they are being used for some skill animations or something. Have you tried doing what you've posted?
  18. Thank you for the response, but this is so confusing to me. So Kiel card effects after cast delay? What I want to do is keep the after cast delay then BUT i want to get rid of this other delay. What I noticed is that only the 3rd class skills have this other delay. So could you please guide me on how to get rid of this other delay whats on top of after cast delay?
  19. is manually removing the cooldown off of skills the only way to do this?
  20. Thanks, and no Kiel does not affect cool down. Kiel only effects cast delay. I tested this out. It's 2 seperate things. cooldown and cast delay. Visit this topic I want to use renwal settings, but I want to get rid of this 'cooldown' for all the skills that has it. How can I do this?
  21. I'm trying to understand this, so please help me if you can. 1. Why is there a cool-down for skills on top of cast delay? 2. Don't they both pretty much do the same thing? Or am I wrong? 3. From what I understand the cool-down is used by items as well, correct? 4. If I remove the cool-down from skills, will I have an disadvantages? 5. Is there a script to reduce the cool-down, so I can make the kiel card reduce the cool-down as well? Thank you for your help!
  22. Thank you so much Skorm ok so this is what the npc says when a you talk to it first. And then my quest begins here. then after I complete the quest the npc would say everything it had told me before. I don't want it to do that. instead i want it to continue from here after i'm done my special quest. like, everything is working well, i mean after the special quest is done the player is able to continue with the actual quest. It's just, i don't want the npc to tell what he had said earlier twise.
  23. Thank you so much. I have one more question. When I put this in to the actual job quest script, i want to put a check in the script so the npc checks if the patience quest is started.
×
×
  • Create New...