Jump to content

Nugs0153

Members
  • Posts

    23
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

Recent Profile Visitors

1166 profile views

Nugs0153's Achievements

Poring

Poring (1/15)

0

Reputation

  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
×
×
  • Create New...