Jump to content

Nash

Members
  • Posts

    174
  • Joined

  • Last visited

Posts posted by Nash

  1. its not working its not checking Top costume item  T_T

     

    if((getequipid(13) == 27092) || (getequipid(13) == 24275)|| (getequipid(13) == 24276) || (getequipid(13) == 24277) || (getequipid(13) == 
    
    24273) || (getequipid(13) == 24280) || (getequipid(13) == 27080) || (getequipid(13) == 24249))
    
  2. Hey Guys ,

    m trying to make a npc which check if the player has equiped The item and if player has equiped the item it warps him to pvp room

    Here Atm m using 

    if((getequipid(1) == 27092)

    But this does not checks The Costume Equip 

    is it possible to make it check costume equip and if yes

    How is it possible?

  3. hi guys,
    m getting these errors

    1)
     

    [SQL]: DB error - Table 'ragnarok.item_serials' doesn't exist
    [Debug]: at c:\ro developement\ragnrok server side\rA\src\map\itemdb.c:1417
     SELECT `nameid`, `serial` FROM `item_serials`
    

    2)

    [Error]: npc_enable: Attempted to hide a non-existing NPC 'pickaboo' (fla
    g=0).
    [Error]: npc_enable: Attempted to hide a non-existing NPC 'pickaboo' (fla
    g=0).
    [Error]: npc_enable: Attempted to hide a non-existing NPC 'pickaboo' (flag
    =0).
    [Error]: npc_enable: Attempted to hide a non-existing NPC 'pickaboo' (flag
    =0).
    

     please help me solve em ^^ 

    Regards,
    Nash

  4. Hi Guys,
    I wanna know that is it possible to make custom items only usable in WoE For ex:  WoE's White Potion

    Also i want its name to be written like this WoE's White Potion

    I mean like when u do @produce chars name comes in <Blue> same way i want Woe ITems to have WoE's Tag in bule
    ^^ i dont remember but i saw this in some server or somewhere


    Well i guess i havent my self very clear but i dunno how to explain it HAhahah 

    Please help

    Regards,
    Nash 

  5. Thx for the script emistry but dunno y that isnt working 
    i tried to script but even this isnt working
    yea i know i suck at scripting T_T

    prontera,119,199,4	script	DJ Test	116,{
    	mes "What Song Would you like to play?";
    	switch(select("Still Worth Fighting For:Move your Body:Make a Move:None")) {
    	case 1:
    		playBGMall "002","prontera";
    		close;
    	case 2:
    		playBGMall "003","prontera";
    		close;
    	case 3:
    		playBGMall "004","prontera";
    		close;
    	case 4:
    		mes "Okay Bye Cya Later";
    		close;
    	}
    }
    
    
    
    
    
×
×
  • Create New...