Search found 26 matches

by Candlejack
Wed Feb 01, 2012 9:42 am
Forum: Map Vault
Topic: Unnamed RPG
Replies: 40
Views: 61959

Re: Unnamed RPG

The quests in the quest log have absolutely nothing to do with the actual quest. I just didn't wan't to clutter the Players screen with the quest text so I'm trying to move it to the Quest Log so make it a little bit neater.

The only way I can achieve this is to use advanced JASS coding?
by Candlejack
Wed Feb 01, 2012 9:37 am
Forum: Map Vault
Topic: Unnamed RPG
Replies: 40
Views: 61959

Re: Unnamed RPG

TimberWolfQuest Events Unit - A unit Sells a unit Conditions And - All (Conditions) are true Conditions (Selling unit) Equal to Beginning Quest Giver 0078 <gen> (Unit-type of (Sold unit)) Equal to Timber Wolf Infestation Actions If (All Conditions are True) then do (Then Actions) else do (Else Acti...
by Candlejack
Wed Feb 01, 2012 8:49 am
Forum: Map Vault
Topic: Unnamed RPG
Replies: 40
Views: 61959

Re: Unnamed RPG

Thanks a lot for pointing this stuff out. Things I changed: -Stopped quests from being added to the quest log multiple times. -Lowered the archers projectile arc from .15 to .10. -Increased Archers base Agility from 9 to 10 and increased Agility per level from 1.6 to 1.8. -Increased Archers speed fr...
by Candlejack
Wed Feb 01, 2012 1:19 am
Forum: Map Vault
Topic: Unnamed RPG
Replies: 40
Views: 61959

Unnamed RPG

I starting creating an RPG with all I had learned about World Editor over the years, but I started getting into it as WC3's playerbase dove off a cliff. I was unmotivated knowing nobody would really be playing my game. Anyways, Here is an RPG map that is vastly unfinished. What it contains: 1. Hero ...
by Candlejack
Wed Feb 01, 2012 12:32 am
Forum: HELP
Topic: Help with Camera Height
Replies: 11
Views: 44820

Re: Help with Camera Height

I'm not aware of how good you are at using the World Editor so I have made the Steps to this tutorial very short and easy to follow. Step 1 : Create a new Variable and name it whatever you want but make sure the Variable Type is set to "Real". Step 2 : Create a new Trigger called "CameraHeight" (Or ...
by Candlejack
Tue Jan 31, 2012 11:40 pm
Forum: HELP
Topic: LeaderBoard Help
Replies: 8
Views: 14193

Re: LeaderBoard Help

I havn't used World Editor in quite some time but if my memory is as good as i think it is you will need a lot of variables. To show the players gold value or something you will have to make a variable (called PlayerGold or something) and make it an Array. What I would do is have PlayerGold(1) be Re...