Jump to content

Nugs0153

Members
  • Posts

    23
  • Joined

  • Last visited

Everything posted by Nugs0153

  1. Is there a way to change the amount of dex you need for instant cast, based on reborn status? Like doing 130 Dex for non reborn and 160 Dex for reborns
  2. Is there a way to have an NPC reroll the stats on a homunculus, or maybe give them a new homunuculus with the exact same exp and intimacy, but with new stats?
  3. How do I add different costs for different warps? Like lv 1 of payon dungeon free lv 2 500z lv 3 1000z etc.
  4. I've seen NPCs on servers in the past where people can enable at commands when they login. I'd like players to be able to turn commands off some commands if they wish. Anyone know where I can find it?
  5. When a party on my server has their exp set to each take, everything works correctly. If 2 people each deal 1/2 the dmg to kill a mob, they both get 1/2 the exp. However, when they set it to share, the only person to get exp is the first person to attack the mob. Any ideas?
  6. Share experience is not working correctly. When exp is set to even split, it splits it based on the amount of damage dealt to the mob (working correctly). However, when share is enabled, it only gives exp to the first person to attack the mob.
  7. I don't want players accessing storage outside of towns. I'm wondering if I have some bad server files or something. I'm having issues with getting Izlude to work as well. I have all of the correct files in my grf and I have updated my mapcahce, but all of the NPCs and warps are not in their correct places. On top of that, my map server is giving me a few errors: http://imgur.com/KE5cD3f http://imgur.com/pp3M9Wo
  8. That's what I figured, but even without those lines it still says their GM level is too low. The error is popping up over the characters head. The kafra is not saying it. Not sure if this is useful information.
  9. A normal player with level 9 basic skill cannot access storage. They get an error message saying that their GM Level is not high enough to access it. How to disable this so players can access storage? Sorry if I was unclear.
  10. No, I need normal players to be able to access storage.
  11. Now it just tells me "I'm sorry, you cannot use the storage" This is what I have: function script F_KafStor { if(getgroupid() < 1) { mes "[Kafra Employee]"; mes "I'm sorry, you cannot use the storage"; close2; cutin "", 255; end; } // Unable to access Guild Storage (Busy) if(getarg(0) == 1){ if(guildopenstorage()){ mes "[Kafra Employee]"; mes "I'm sorry but another guild member is using the guild storage"; mes "right now. Please wait until that person is finished."; close2; cutin "", 255; end; } cutin "", 255; close; } // Unable to access Normal Storage (Insufficient Basic Skills) if(basicskillcheck() && getskilllv("NV_BASIC") < 6){ mes "[Kafra Employee]"; // Niflheim Specific Message if (getarg(2) == 1) { mes "^666666S-s-ssoooorry,"; mes "y-you're a-a-aaaa"; mes "Nooviiice... N-neeeds"; mes "B-basic sssskill l-level 6...^000000"; return; } mes "I'm sorry, but you"; mes "need the Novice's"; mes "Basic Skill Level 6 to"; mes "use the Storage Service."; return; } // Accessing Normal Storage (Skipped if accessing Storage from Guild castle) if(getarg(0) != 2){ // Consume "Free Ticket for Kafra Storage" if available. if(countitem(7059)) delitem 7059,1; else { if(Zeny<getarg(1)){ mes "[Kafra Employee]"; // Niflheim Specific Message if (getarg(2) == 1) { percentheal -50,-50; mes "^666666Zeeeeeny..."; mes "M-more z-zeny...!"; mes "N-neeed 150... zeny..."; mes "Ergh! T-taking bl-blood~!^000000"; return; } // Standard Message mes "I'm sorry, but you don't"; mes "have enough zeny to use"; mes "the Storage Service. Our"; mes "Storage access fee is "+getarg(1)+" zeny."; return; } set Zeny, Zeny-getarg(1); set RESRVPTS, RESRVPTS + (getarg(1)/5); } }
  12. When a normal player tries to access storage, it tells them their GM level is not high enough. Also how do I enable GMs to trade with players?
  13. I was having this same issue. I had typo'd my client date in my mmo.h
  14. I am having the issue where the izlude NPCs/warps are all off due to the redone map. I have all the correct files in my GRF, and I have updated my mapcache but I still have squares I cannot move to, i.e. the swordsman area on the left.
  15. I am running client 2012-04-10. I originally was able to login to my server, but I was using a pre made data folder and there were things I didn't like, so I went to change them. I ended up with a completely new grf and now I cannot connect to my server. It gives me "Failed to Authenticate (5011)". My login server is not showing any attempted connection I have setup my clientinfo.xml to what I had before.
  16. I have, and I've tried 2 different diff clients. I'll run through how I am doing with Shins Diff Patcher. 1. Download the program 2. Run ShinsDiffPatcher 3. Select the source .exe 4. Select the location to put the new one. 5. Select WeeDiffGen at the bottom. 6. Select my desired diffs 7. Click on Patch it! 8. It tells me "Applied 25 and failed 0 patches." After that I copy it into my RO folder and try to run it. Always fails.
  17. The server files are on the desktop of my server. On my computer it's in Program Files(x86). I'm running Win 7 on both. I found a premade .exe and I can connect to my server with it, but it's not diff'd the way I'd like.
  18. I was getting a similar issue. Mine was with a 2012 client though, I updated to a 2013 client and it (sort of) made progress. It's not doing anything now, no error, no window, nothing.
  19. I've tried several clients and done a fresh diff on them all. Running as an admin had no change.
  20. I am having issues starting up my client. There are no error, what so ever. When I double click on it, nothing happens. My server itself is up and running just fine. I am running 2013-12-23. The mmo.h and packet_db read all the correct information. I unchecked "Read Data Folder First" when I Diff'd it. My clientinfo is set to version 30. My grf file is listed first in my data.ini. I have looked at similar posts on here and have had no luck. Does anyone have any idea as to what it might be?
×
×
  • Create New...