Jump to content

greenieken

Members
  • Posts

    154
  • Joined

  • Last visited

Posts posted by greenieken

  1. Hi. I was able to make this thing work on costume headgears that I manually added in my item.db2

    Here's the NPC link: (c) sandbox

     

     

     

    The thing is, I want this to work on the converted costume headgears using Mhalicot's costume maker. Can anyone help me find a solution for this?

  2. Hello! I need some help in checking my server status. I actually do not use putty since in asurahosting they use VNC viewer. And it is much easier since you will be able to see what's happening in your server. I am currently on a dedicated server, and i tried to download vnc viewer from asura but i am not able to login. How will i be able to use VNC viewer?

  3. Hello. Could anyone post a simple guide in installing FluxCP? Most of the guides that i saw is mentioning about the install.php, but when i checked the flux folder, reinstall.php is the only one that is exisiting. Nothing happens when i tried to enter www.websitename.com/fluxcp/themes/default/install/reinstall.php, hope someone could help me with this one. i have downloaded several fluxcp but non worked. thanks

  4. Hello. Can somebody help me with my script:

     

    new_1-2,95,71,4    script    +10 Refiner    100,{
        for ( .@i = 1; .@i <= 10; .@i++ ) {
            if ( getequipisequiped(.@i) ) {
                .@id = getequipid(.@i);
                .@ref = getequiprefinerycnt(.@i);
                .@card1 = getequipcardid( .@i, 0 );
                .@card2 = getequipcardid( .@i, 1 );
                .@card3 = getequipcardid( .@i, 2 );
                .@card4 = getequipcardid( .@i, 3 );
                delitem2 .@id, 1, 1, .@ref, 0, .@card1, .@card2, .@card3, .@card4;
                getitem2 .@id, 1, 1, 101, 0, .@card1, .@card2, .@card3, .@card4;
                equip .@id;
            }
        }
        end;
    }
     
    It refines non-refinable items. Can someone help me for it not to refine the non-refinable items? thanks.
  5. Here's my script:

     

    prontera,155,181,5 script Sample 757,{

    if( select("PVP Room [ "+getmapusers("prontera")+"/50 ]:Cancel") == 1 )

    if( getmapusers("prontera") < 50 )

    warp "prontera",0,0;

    close;

    }

     

    What i wanted to happen is that when you enter the pvp, it will globally announce that you enter the pvp room. e.g.: Pogi entered the PvP Room!

  6. http://pastebin.com/gkVPLgcz

    Hi here's my script for disguise event.. the problem is that when it is automatically started, (eg. onclock2000), when they warp into the map where the disguise npc is located. the npc will immediately announce that the event will start in the next 2 hours then the npc will hide already without even starting the event. but when it is started manually, it is working accordingly. what might be the problem? help please. thanks :)

  7. What i need to edit is just the SQL right? not the char.c anymore?

    I did everything from executing the commands and by doing it manually. still the errors pops out. does my client causes that error? coz i am using 20100730 client exe

    BUMP

×
×
  • Create New...