Jump to content

akositiki

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by akositiki

  1. you need Apache for install  and Locahost/cp for install

    where do i find that? my vps ragna hosting provided me everything. 

    make sure you extract the files to proper folder??

    yes im 100% sure that i did extract it in the right folder.. i checked it 3 times before extracting

  2.  

     

    I'm not sure why you would make a new .conf for 1 script 

     

    Just put freebies.txt inside of the folder named "custom"

     

    Then edit scripts_custom.conf

     

    and add this line

     

    npc: npc/custom/freebies.txt

     

    Also try this as that script isn't going to work I haven't tested it but it should work.

    this works when i logged in my gm account it gives me the items, but when i logged in my test account and create a new character it does not give me the items.

     

    thanks man.

     

     

    After reading this I decided to test my script on 4 different accounts and it worked on each one. I do use Hercules but I don't think that matters. Try reloading server maybe it's just some fluke?

     

    i dont know why it works for you, i tried preloading the server, restarting server, reloading scripts, and stil doesnt work on any new player characters/accounts

  3. my ragnarok hosting provided installed fluxcp with a pre installed theme, but i want to change it to default theme so i downloaded fluxcp_master and extract it, now i cant acces the cp

     

    this it what it says

     

    Not Found

    The requested URL /public_html/ was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

     

    and i know i should have just edit the application.php, but the pre installed one has a lot of bugs. thats why i want to have a fresh fluxcp.

     

    please help

  4. I'm not sure why you would make a new .conf for 1 script 

     

    Just put freebies.txt inside of the folder named "custom"

     

    Then edit scripts_custom.conf

     

    and add this line

     

    npc: npc/custom/freebies.txt

     

    Also try this as that script isn't going to work I haven't tested it but it should work.

    this works when i logged in my gm account it gives me the items, but when i logged in my test account and create a new character it does not give me the items.

     

    thanks man.

  5. as the title suggest.

     

    i tried downloading a starter freebie script here downloaded it put in in my trunk/npc/gmh_freenpc using winscp

    and edited gmh_freenpc.conf and added a line that looks like this npc: npc/gmh_freenpc/freebies.txt

     

    save it all. start the server. then log in with a new account. nothing happens.

    - script ItemGiver 1,{
    OnPCLoginEvent:
    if(!#givenStartItems) {
    set #givenStartItems, 1;
    //=== Freebies
    getitem <14545>, <1>;
    }
    getitem <14533>, <10>;
    }
    getitem <12210>, <10>;
    }
    rentitem <12622>, <604800>;
    }
    end;
    }
    

    heres the code.

×
×
  • Create New...