Jump to content

Dori

Members
  • Posts

    332
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Dori

  1. Dori

    Auraset

    yes it is. Is there anyone that has a working auraset script? paid/free whatever, I just wanna get rid of the ugly 3rd aura.
  2. omg you guys are truly awesome! thank you so much!
  3. i really love this aura and Im using one in my server, but it effects alot of the other effects. specially for 3rd classes. some skills have black animation.
  4. Well, the patch only had my clientinfo.xml. when i made the patch i had Unicode chosen. I never had a problem with this until recently, we moved server and our ip got changed.
  5. My server is using Thor patcher. I love how easy it is to use thor patcher, but some of my players are having trouble with patching with Thor. Some don't seem to be getting the patches. I have experienced this in a server I used to play earlier also. This seems to be a know issue with Thor when I talked to the admin of that server recently. I have also used neoncube in the past, and never had such a problem. I would like to know, if there is a way to fix this issue with thor? or should I start using neon cube? I would like to hear from other admins out there, so I can decide if i should dump Thor and get Neoncube. Thank you
  6. Thank you, I will try this out. As for the compiler, it's the compiler provided by Asura hosting. So I'm not exactly sure what they use for the compiler ^^; Edit: It works! No warnings~ Perfect! Thank you very much Annie Ruru!
  7. Sure. The line are this: if ( l = strlen(w4) ) { And This: if ( id >= IT_HEALING && id < IT_MAX || itemdb_exists( id ) ) Thank you!npc.rar
  8. oh right i forgot about the wep type changing. About the warnings, my revision is 11800. I'm not at the latest revision, and maybe that's why I'm getting the warning? So, Could you tell me what that warning means and maybe tell me how I can get rid of it? The warnings are coming form the first and the last line in npc.c: if ( l = strlen(w4) ) { i = 0; while ( i <= l && k < MAX_RESTRICTED_LIST ) { if ( w4[i] != ' ' && w4[i] != ' ' && w4[i] != ',' && w4[i] != '\0' ) { temp[j++] = w4[i]; } else if ( w4[i-1] != ' ' && w4[i-1] != ' ' && w4[i-1] != ',' ) { temp[j] = '\0'; id = atoi( temp ); if ( id >= IT_HEALING && id < IT_MAX || itemdb_exists( id ) )
  9. I did. I downloaded the attachment. I applied the patch all well too.
  10. I got this warning during the recompiling process... npc.c: In function ‘npc_parse_mapflag’: npc.c:3707: warning: suggest parentheses around assignment used as truth value npc.c:3716: warning: suggest parentheses around && within || And the map flag didn't work. I had the mapflag set like this for one of my maps prontera mapflag noitem 4 This should block weapons from being equipped in that map, correct? Well it didn't work, I was able to equip weapons.
  11. Is this new Npc for the Eden group? http://irowiki.org/wiki/Eden_Group_Crystal_Synthesis Does rathena already have this implemented?
  12. Dori

    Disable Equip

    I'm trying to disable equipping weapons on a certain map. I saw This topic, and tried Annie ruru's patch she provided, but it seems to be outdated. Please help me on this, Thank you in return~
  13. Is this mapflag officially implemented in rathena revisions or is this still a custom add-on? I need to know cuz I'm looking for a way to block equipping in a certain map also. I tried to find 'noitem' in my src files, but couldn't find a match.
  14. Dori

    Kafra Issue

    I wasn't in umbala when it happeend. i was in lighthelzen. whenever this happens though, it's always the first or the last town in the menu that dissapears. Anyway, I got rid of the official kafra system and made my own, cuz I didn't know how else to solve this problem.
  15. Dori

    Kafra Issue

    I have edited my kafra employees. every kafra has teleport enabled and they warp you to all the official warp. The problem is, some weird bugs happen to random people with random kafras. For example; I was in lighthelzen, and the kafra was working fine, all of a sudden the towns in the teleport menu dissapeared. I've notice this happening so randomly with some other kafras. for example, the warp to Umbala is in the last of the list, and sometime umbala warp doesn't show up in the kafra menu. it doesn't just happen with one kafra npc, it happens with random kafras. The only thing im suspecting is the color codes i have put for my town names. Im not sure if that whats causing this chaos. can someone please look in to this for me and help me fix this? I have uploaded the 2 kafra scripts. functions_kafras.txt kafras.txt
  16. I have Client MD5 hash check enabled in my server. My thor patcher was working fine before I did this, and now it keeps saying "failed to communicate with server" when I run it. I don't know is this is related in anyway to the whole client hash thing though. my config and everything is fine. Edit: Nvm, problem solved. it had nothing to do with client md5 hash.
  17. Dori

    Client Lock

    ah...I see.. can I add more than 2 client_hash below? // Client MD5 hashes // A player can login with a client hash at or below the account group_id. // Format: group_id, hash client_hash: 0, 113e195e6c051bb1cfb12a644bb084c5 client_hash: 99, cb1ea78023d337c38e8ba5124e2338ae
  18. Is there a way to make people only be able to use the client you provide to them? I know you are able to do this with harmony, but i'm asking if there is a way to do this without harmony? I want the server to read only a certain client. I'd appreciate any help anyone can provide me on this. Thank you.
  19. you have to open the maps up in Brow edit and then re-name them. If you just re-name without using brow edit, the maps will error.
  20. But how do you fix this in client side? for the storage part, ok we can just switch the textures around, but what about the 2 mini windows?
  21. oh thank lord you guys are onto it.. I made a topic in bug report regarding this (didn't see all the replies from Lighta and AnnieRuru) Bug report: http://rathena.org/board/tracker/issue-8369-warnings-and-mmoh-issue-storage/
  22. Is there anybody in this forum that can confirm this? because i need to know if my mmo.h is being recompiled or not for some weird reason. my max storage is not taking effect in-game. it stays at 600.
  23. Dori

    Rare Drop

    at the bottom of: \trunk\conf\battle\drops.conf
  24. it was to test. cuz at first i raised it to 650 and that didn't work. so i reduced to see if that'll work. can anyone please confirm this??
×
×
  • Create New...