Would you like to react to this message? Create an account in a few clicks or log in to continue.
Log in

I forgot my password

March 2024
MonTueWedThuFriSatSun
    123
45678910
11121314151617
18192021222324
25262728293031

Calendar Calendar


World Editor Help

3 posters

Go down

World Editor Help Empty World Editor Help

Post  IronMan. Thu 23 Jun 2016 - 4:39

I played Vampirism Ultra And i liked it and i see at some player they have skin how is the trigger in world editor to receve the skin is made in jass can someone tell me  Very Happy Very Happy Very Happy ?


Last edited by IronMan. on Sun 26 Jun 2016 - 18:18; edited 2 times in total
IronMan.
IronMan.
Apprentice (grade 2)
Apprentice (grade 2)

Posts : 12
Join date : 2016-06-23
Age : 23
ROTD Rank : XDxDxdXDxD
Warn Status :
World Editor Help Left_bar_bleue0 / 40 / 4World Editor Help Right_bar_bleue


Back to top Go down

World Editor Help Empty Re: World Editor Help

Post  ShadowThong Thu 23 Jun 2016 - 6:09

Hoy,

Only the map developers are able to implement custom skins, if you want to have your own skin, then you'll have to make a donation. Infos can be found here: https://rotd.forumotion.net/t588-2016-vampirism-ultra-skin-requests-information

And you can use the Wc3 Editor to check for all kind of skins.

Cheers

PS: Tbh I don't know if Anonymou_s still accepts skin requests, you'll have to send him a pm and ask him!
ShadowThong
ShadowThong
ClanRotd Bot Admin:
ClanRotd Bot Admin:

Posts : 122
Join date : 2012-01-06
Age : 7
ROTD Rank : I am Chocolate
Warn Status :
World Editor Help Left_bar_bleue0 / 40 / 4World Editor Help Right_bar_bleue


Marine Statistics
MOS Specialty: [MOS Name & Number]
MOS Experience:
World Editor Help Left_bar_bleue0/0World Editor Help Empty_bar_bleue  (0/0)

Back to top Go down

World Editor Help Empty Re: World Editor Help

Post  Anonymou_s Sat 25 Jun 2016 - 22:49

I think he is asking how its done. if so, then it is quite easy. This is just a very basic way of doing this, not very effecient but it gets it done. Doing this in JASS would be much better and easier.
Code:

    Events
        Time - Elapsed game time is 1.00 seconds

    Conditions

    Actions
        Player Group - Pick every player in (All players) and do (Actions)
            Loop - Actions
                If ((Name of (Picked player)) Equal to IronMan.) then do (Unit - Create 1 Footman for (Picked player) at (Center of (Playable map area)) facing Default building facing degrees) else do (Do nothing)

Below is an example one of many ways you can do it in JASS. This was written very quickly from memory so it might have an error with misspelled names etc..so be sure to check for that otherwise you will get the World Editor Syntax Errors when saving the map.

Code:

local player p = GetPlayerName( whichplayer )
if GetPlayerName(p) == "IronMan." then
( actions )
else
( actions )
endif
Anonymou_s
Anonymou_s
Administration:
Administration:

Posts : 748
Join date : 2009-07-02
ROTD Rank : Pandemic & Ultra
Warn Status :
World Editor Help Left_bar_bleue0 / 40 / 4World Editor Help Right_bar_bleue


Marine Statistics
MOS Specialty: Force Recon - 0321
MOS Experience:
World Editor Help Left_bar_bleue90/100World Editor Help Empty_bar_bleue  (90/100)

http://www.rotd.forumotion.net

Back to top Go down

World Editor Help Empty I receve a error

Post  IronMan. Sun 26 Jun 2016 - 3:23

when i tryed in jass to do this  Events
       Time - Elapsed game time is 1.00 seconds

   Conditions

   Actions
       Player Group - Pick every player in (All players) and do (Actions)
           Loop - Actions
               If ((Name of (Picked player)) Equal to IronMan.) then do (Unit - Create 1 Footman for (Picked player) at (Center of (Playable map area)) facing Default building facing degrees) else do (Do nothing)


i receve a error in world editor 23 comile errors 
Line57:expected end of the line
Line 59:Expected end of the line
line 61: Expected end of the line
line 68: expected a code statement

This can not be dont with no jass?
IronMan.
IronMan.
Apprentice (grade 2)
Apprentice (grade 2)

Posts : 12
Join date : 2016-06-23
Age : 23
ROTD Rank : XDxDxdXDxD
Warn Status :
World Editor Help Left_bar_bleue0 / 40 / 4World Editor Help Right_bar_bleue


Back to top Go down

World Editor Help Empty Re: World Editor Help

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum