Jump to content

  •  

Wend

Member Since 11 Feb 2013
Offline Last Active May 31 2017 05:53 PM
-----

Issues I've Posted

    Invalid NPC constant

    Posted 9 Nov 2013

    on @reloadscript:
    [Warning]: npc_parseview: Invalid NPC constant 'PECOPECO_EGG' specified in file 'npc/other/monster_museum.txt', line'288'. Defaulting to INVISIBLE_CLASS.
    

    disguise script command

    Posted 9 Nov 2013

    1. create item with "disguise" command, for example:
    501,Red_Potion,Red Potion,0,50,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ disguise 1002; },{},{}
    
    2. use it.

    3.
    [Error]: script:run_func: not a buildin command.
    [Debug]: Data: constant name='disguise' value=1506
    [Debug]: Source (NPC): FAKE_NPC (invisible/not on a map)
    

    description of idletime_criteria

    Posted 6 Nov 2013

    description of idletime_criteria (player.conf) and default value
    Default: walk ( 0x1 ) + useskilltoid ( 0x2 ) + useskilltopos ( 0x4 ) + useitem ( 0x8 ) + attack ( 0x10 ) = 0x25
    
    is wrong, should be 0x025

    homunculus skills cooldown

    Posted 6 Nov 2013

    Homunculus skills AfterCastActDelay is reset when you re-summon homunculus and you can use all skills without delay.

    Entrance Guard#nv

    Posted 4 Nov 2013

    [Warning]: misuse of 'close2'! trying to use it without prior dialog! skipping...
    [Debug]: Source (NPC): Entrance Guard#nv at new_1-2 (38,182)
    [Warning]: misuse of 'close2'! trying to use it without prior dialog! skipping...
    [Debug]: Source (NPC): Entrance Guard#nv at new_1-2 (38,182)
    [Warning]: misuse of 'close2'! trying to use it without prior dialog! skipping...
    [Debug]: Source (NPC): Entrance Guard#nv at new_1-2 (38,182)
    [Warning]: misuse of 'close2'! trying to use it without prior dialog! skipping...
    [Debug]: Source (NPC): Entrance Guard#nv at new_1-2 (38,182)
    [Warning]: misuse of 'close2'! trying to use it without prior dialog! skipping...
    [Debug]: Source (NPC): Entrance Guard#nv at new_1-2 (38,182)
    [Warning]: misuse of 'close2'! trying to use it without prior dialog! skipping...
    [Debug]: Source (NPC): Entrance Guard#nv at new_1-2 (38,182)
    [Warning]: misuse of 'close2'! trying to use it without prior dialog! skipping...
    [Debug]: Source (NPC): Entrance Guard#nv at new_1-2 (38,182)
    [Warning]: misuse of 'close2'! trying to use it without prior dialog! skipping...
    [Debug]: Source (NPC): Entrance Guard#nv at new_1-2 (38,182)
    [Warning]: misuse of 'close2'! trying to use it without prior dialog! skipping...
    [Debug]: Source (NPC): Entrance Guard#nv at new_1-2 (38,182)
    [Warning]: misuse of 'close2'! trying to use it without prior dialog! skipping...
    [Debug]: Source (NPC): Entrance Guard#nv at new_1-2 (38,182)
    [Warning]: misuse of 'close2'! trying to use it without prior dialog! skipping...
    [Debug]: Source (NPC): Entrance Guard#nv at new_1-2 (38,182)
    [Warning]: misuse of 'close2'! trying to use it without prior dialog! skipping...
    [Debug]: Source (NPC): Entrance Guard#nv at new_1-2 (38,182)
    [Warning]: misuse of 'close2'! trying to use it without prior dialog! skipping...
    [Debug]: Source (NPC): Entrance Guard#nv at new_1-2 (38,182)
    [Warning]: misuse of 'close2'! trying to use it without prior dialog! skipping...
    [Debug]: Source (NPC): Entrance Guard#nv at new_1-2 (38,182)
    [Warning]: misuse of 'close2'! trying to use it without prior dialog! skipping...
    [Debug]: Source (NPC): Entrance Guard#nv at new_1-2 (38,182)
    [Warning]: misuse of 'close2'! trying to use it without prior dialog! skipping...
    [Debug]: Source (NPC): Entrance Guard#nv at new_1-2 (38,182)
    
    

    on "live" server. I don't know what causes it.