Scripting for a noob...

booom

Dedicated Member
Dedicated Member
May 14, 2003
199
2
114
where can i get all commands and learn how to make npc`s and scripts for quests etc etc ? lol yea i know noooobie..

thx in advance .
 

alibaydoun

Dedicated Member
Dedicated Member
Aug 30, 2008
54
0
52
tbh, i knew nothing....this is how i learned

#IF
#ELSEIF
#ACT
#ELSEACT
#SAY
#ELSESAY

these are the simple commands for basic scripting...if u dont know what they mean then go into another script file and just read...you will figure it out, then try to script an npc on your own...its much fun and you will get the hang of it pretty fast...give it a try

again i say, i didnt know a single thing about scripting
 
Upvote 0

Andreas

LOMCN Veteran
Veteran
Mar 12, 2008
2,695
21
145
Timisoara
well first you need to look at some exemple and you need to undersand the :
#IF- is to check something
#Act- to do something
( these are the most important )
and here you will find commands
http://www.lomcn.co.uk/forum/showthread.php?t=56618

ex:
#IF
checklevel 15 ( he is checking if the player have lvl 15)
#ACT
give blablabla ( he i doinding something and thats to give an item )
 
Upvote 0

booom

Dedicated Member
Dedicated Member
May 14, 2003
199
2
114
thx rly helpfull :) learnin now oO! tomorow i`ll post 56 quests and 34 new npcs

:)
 
Upvote 0