Jump to content

Simple Quest Script with Preview NPC


Recommended Posts


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   0
  • Joined:  08/16/12
  • Last Seen:  

I was trying to get some help yesterday, for some support with this kind of quest script.

tr0n posted the preview npc of ToastofDoom, and I tried to put it with my simple quest script, and it works.

Thanks to ToastOfDoom's script :)

http://pastebin.com/FM71gxsC

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

You should fix the indentation, ex:

    	if(@equip != -1 && @view > 0) {
      //note: yes...i'm using atcommand here cause for some reason 
      //      'setlook' has permanent effects...last time i checked at least
        	 if(@equip & 1)
		 atcommand "@changelook 3 " + @view;
          	 if(@equip & 256)
              	 atcommand "@changelook 1 " + @view;
           	if(@equip & 512) 
		 atcommand "@changelook 2 " + @view;
   }

In all honesty, I don't see why someone would opt to use this instead of an easily-configurable dynamic script, but I guess that's not my call to make.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   0
  • Joined:  08/16/12
  • Last Seen:  

Thanks for fixing it, the reason why I posted this, cause someone was looking for a simple quest npc script with preview of it. Some of the contributer posted a dynamic script, and he doesn't want it , that's why I tried to posted mine.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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...