Jump to content

iamrence

Members
  • Posts

    27
  • Joined

  • Last visited

Posts posted by iamrence

  1. Checkmate.

    i really understand the installation.

     

    - Create a folder named voteforpoints in your addons folder.
    - Extract all the files in voteforpoints folder.
    - Import the sql files from schemas/logindb folder.
    -
    Create a folder named votes or whatever name you use in the
    configuration and the path must for the folder be in
    /themes/default/img/
    - Done.

     

    but where can i find the "addons folder". im totally Noob at this.

    the x10hosting. made the fluxCP not me.

     

    i got an winSCP, File Zilla.

  2. /??  Can someone help me. im using x10hosting. and it has already fluxCP on it. im wondering how to add Vote for points and find the location of the installed fluxcp. And add a website.

    your help will be highly appreciated. /kis2

  3. It Delete's the Item in the list, even the requirements are not complete.

    Can someone help me. i want it to not delete the items if the requirements are not complete.

    -      script    Quest    -1,{
    
    mes "Hi " + strcharinfo(0) + ", Your here for the quest.";
    mes "This are the listed items i need";
    mes "Make sure you have the real items or ill just delete them";
    next;
    mes "1000 TCG Card";
    mes "50 Ancient Lips";
    mes "50 Animal Gore";
    mes "50 Ant Jaw";
    mes "50 Million Zeny";
    next;
    mes "If you dont have all the items i will not give the item for the next quest";
    next;
    mes "It seems you have all the items for the quest. I will erase them and give you the item for the next quest.";
    next;
    if(countitem(7227)<1000 || countitem(1054)<50 || countitem(702)<50 || countitem(1014)<50 || Zeny <50000000)
        delitem 7227,1000;
        delitem 1054,50;
        delitem 702,50;
        delitem 1014,50;
        set zeny,zeny-50000000;
        getitem 6156,1;
        close;
    }

     

    It Delete's the Item in the list, even the requirements are not complete.

    Can someone help me. i want it to not delete the items if the requirements are not complete.

  4. Thanks sir.

     

    Can i ask again. how to make a ragnarok a main website, forum.


    how to fix my defense?

    i have a level 255 character. max stats 99.

    using renewal.

    VIT              99 + 13

    no items. and my def is 208 + 0.

     

    sorry i dunno how to upload images.

×
×
  • Create New...