Jump to content

Nugs0153

Members
  • Posts

    23
  • Joined

  • Last visited

Posts posted by Nugs0153

  1. 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?

  2. 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?

  3. 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.

  4. 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);
    }
    }
  5. 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.

  6. 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.

  7. 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.

  8. 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.

  9. 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...