in my item_db2:
18526,_Dark_Spirit,Dark Spirit,5,,0,10,,10,,0,0xFFFFFFFFF,7,2,512,,1,1,3000,{ bonus bAllStats,100;bonus bIntravision,0; },{},{}
Ok sir thank you for the help.
sir would you like me to upload my data folder and check if i done it correctly?
sir for this folder i'm practicing on dark spirit, i hope you can follow my step.
File: http://www.mediafire.com/?86wwp65a36z9358
thank you
regarding to your post, yes i've done that but still i'm encountering the same problem. i hope you can help me with my problem there's the data folder i have in my server.. thank you
ahm, i mean the custom i'm following on judas guide is Black_Fairy_Wings and i set it whatever the guide says, the problem is whenever i try to type @item 18526(the id that i set) it appears always like in the picture even thou i followed everything on the guide, i don't know why that happens.
http://supportmii.co.../JudasBible.pdf
i was following this guide about custom item,
and whenver i type the item number it always lands on this thing
how can i fix this?
- script Bossnia -1,{
OnInit:
hideonnpc "Bossnia";
end;
OnClock0300:
OnClock0600:
OnClock0900:
hideoffnpc "Bossnia";
sleep ( 1 * 1 ); // How long before hide again.
hideonnpc "Bossnia";
end;
}
prontera,157,197,4 script MonLunatix::Bossnia 908,{
i did everything and changing the sleep time but still it doesn't work T__T
@nameless: yes i already figure that out. thank u
script Sample -1,{
OnInit:
hideonnpc Bossnia Staff;
end;
OnClock0300:
OnClock0600:
OnClock0900:
hideoffnpc Bossnia Staff;
sleep ( 1 * 60000 ); // How long before hide again.
hideonnpc Bossnia Staff;
end;
}
prontera,157,197,4 script Bossnia Staff#prt::bossn 908,{
i tried it but it seems the npc is not showing on, is this correct?
OnClock0300:
OnClock0600:
OnClock0900:
hideoffnpc Bossnia Staff;
sleep ( 60 * 60000 ); // How long before hide again.
ahm i want to test it if its working, i want to make it 1 min thank you
should i change 3600*60000?