Jump to content

Recommended Posts

Posted

So I got script for HS quest (tat jewellery rcp) so I start the script everything works but bot doesn't speak to npc just stands near Jeremy, when I speak to him manually everything works fine 'til next npc... Any tips?

Server is L2j, btw.

Posted

hmm, try correcting quest script, see if the npc id is correct, if everything else works im pretty much sure thats the thing you need to correct...  if the ids are good see if youre mising select/talk to npc...  :)

Posted

For example Pulin:

 

DO

    PRINT_TEXT "Talking to Pulin"

    TARGET_NEAREST_NAME "Pulin"

    SLEEP 1000

    TALK_TARGET

    SLEEP 1000

    NPC_DIALOG "bypass -h npc_<&TARGET_ID&>_Quest"

    SLEEP 1000

    NPC_DIALOG "bypass -h npc_<&TARGET_ID&>_Quest 621_EggDelivery"

    SLEEP 1000

    NPC_DIALOG "bypass -h Quest 621_EggDelivery 31543-1.htm"

    SLEEP 1000

    PRINT_TEXT "Done talking to Pulin"

    ITEM_COUNT BoiledEggs2 "7195"

    PRINT_TEXT "<&BoiledEggs2&>"

I tried to change <&TARGET_ID&> with ID from npclist file, but doesn't work either

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...