Help for a new admin
Help for a new admin
I have some a few questions I am new at this and all but here goes My idea is to have it so I can have ppl morph into werewolfs for a temp period of time. I made a skulllooking morph object I added it into the objects file and itemdesc file but I dont know how to make it so it will turn him into a wolf form and boost his stats and wrestling to a high level for a period of time when it it double clicked. Any help would be muchly appreceated. also another question is it possible for somoone who has never really coded to be able to get a hold of osme of these concepts lol and start coding ? or would you recommend books teachings etc?
I do something similar to this but I use a wolf and skeleton form instead. The information for each form is contained in a configuration file and there are scripts that set the graphic and "updated" stats for a preset amount of time. It is alot like the polymorph spell scripts in distro in how the graphic and stats are adjusted.
Hey Cutter. Get yourself a copy of UltraEdit-32. It's a great text editor. Mine's set up so when I compile, it automatically opens a report of the entire compile with errors. It's very handy.
Also, if you're new to scripting, I'd start with something simpler. Put the werewolf thing on your "when I'm better" list.
Try learning a different programming language if you can afford it. Learning VB really opened up eScript for me.
Also, if you're new to scripting, I'd start with something simpler. Put the werewolf thing on your "when I'm better" list.
Try learning a different programming language if you can afford it. Learning VB really opened up eScript for me.
Hello Cutter.
Microsoft is making their Visual Studio Express available for download for free. They have several languages there, one of which is Visual Basic (VB). They have MANY helpful video/example files there as well to learn the language.
I always recommend to people new to programming to learn a langauge like VB or Delphi or C first and thanks to Microsoft you can learn it for free.
Also, when you start learning eScript I recommend looking at the smaller dot commands and see how they work. Then look at scripts you use InGame like resmelting or cutting scripts since those are kind of small and you use them often so you can get a feel for how they "flow".
Microsoft is making their Visual Studio Express available for download for free. They have several languages there, one of which is Visual Basic (VB). They have MANY helpful video/example files there as well to learn the language.
I always recommend to people new to programming to learn a langauge like VB or Delphi or C first and thanks to Microsoft you can learn it for free.
Also, when you start learning eScript I recommend looking at the smaller dot commands and see how they work. Then look at scripts you use InGame like resmelting or cutting scripts since those are kind of small and you use them often so you can get a feel for how they "flow".