Search found 46 matches

by matias
Wed Jan 22, 2014 6:10 pm
Forum: Development & World Setup
Topic: Placing buildings
Replies: 5
Views: 969

To be clear.. when i used the build placing as an adm in the world (configurated to use tile spacing ) the building fitted the ghost. but when i scripted something to build for players the building doesnt fit the ghost its y.x displaced from ghost
by matias
Wed Jan 22, 2014 6:03 pm
Forum: Development & World Setup
Topic: World Problems
Replies: 5
Views: 986

daaaa... haha thanks i was using mouse and directional keys... ill try what you told me
by matias
Wed Jan 22, 2014 2:26 pm
Forum: Development & World Setup
Topic: Placing buildings
Replies: 5
Views: 969

i used that but it places the buildings in the place where the player is and i want to use the tile separation for better organization between buildings. if the building can´t fit the ghost building i ll have to change all the 0 position of all my buildings with the converter.. and i think its easie...
by matias
Wed Jan 22, 2014 2:23 pm
Forum: Development & World Setup
Topic: World Problems
Replies: 5
Views: 986

Actually the *settings command works what it´s not working its the window. it appears but i can´t change between items.
by matias
Tue Jan 21, 2014 1:35 pm
Forum: Development & World Setup
Topic: Placing buildings
Replies: 5
Views: 969

Placing buildings

The building aren't placed where the watermark shows inside world building

Code: Select all

EVENT("OSDSELECT","BuildOSD:005")

{
*buildingconstruct %PLAYER% 5 Wall
}

EVENT("PlaceBuilding","5") 
{
$didAdd = sysAddBuilding(5,$gPlayerID,$gPlayerX,$gPlayerY,Wall,0,0 ) 
} 
by matias
Tue Jan 21, 2014 1:21 pm
Forum: Development & World Setup
Topic: World Problems
Replies: 5
Views: 986

World Problems

I have problems with the World connection with internet. I loaded the configuration from a saved world and something is wrong it worked before the new update
and the *settings command isnt working
by matias
Sun Dec 15, 2013 1:49 pm
Forum: General discussion
Topic: PROBLEMS
Replies: 1
Views: 409

i fixed the problems in space reinstaling the client
by matias
Sun Dec 15, 2013 12:41 pm
Forum: General discussion
Topic: PROBLEMS
Replies: 1
Views: 409

PROBLEMS

Hi to all... Now i have problems and dont know if its a bug. or a problem with win 8 64 bits
In my own world the *settings doesn't work i can't enter in the submenus.
and in the space i can't change the view or press f10 because the game freeze.
by matias
Fri Nov 29, 2013 2:29 pm
Forum: Community
Topic: Question
Replies: 1
Views: 1073

Question

Any of you know the game planet explorers ???? i dont say we should copy the game but the platform its amazing you can interact with the world in any way you want
by matias
Wed Oct 30, 2013 6:02 pm
Forum: Development & World Setup
Topic: Noobish questions, mostly about scripting
Replies: 132
Views: 16439

may be you can script in the town window something to change the town name that would be easier
by matias
Sun Sep 01, 2013 11:00 pm
Forum: Development & World Setup
Topic: setting for world map item use
Replies: 2
Views: 765

in *settings/map i think theres an option where you select the frame of the map and one option set it to be purchasable.
by matias
Sat Aug 10, 2013 1:30 pm
Forum: Development & World Setup
Topic: Any reason why this wouldn't work?
Replies: 2
Views: 800

I think you have a mistake in writing twice if
by matias
Tue Jul 23, 2013 11:33 am
Forum: Community
Topic: Come back
Replies: 3
Views: 1405

ok tonight ill be with my girlfriend but tomorrow night ill be able to draw again. grant me acces to the world so I can join
by matias
Mon Jul 22, 2013 12:54 pm
Forum: Community
Topic: Come back
Replies: 3
Views: 1405

Come back

I am back. Now Ill be able to connect every night see you ingame.
by matias
Thu Jul 11, 2013 10:00 pm
Forum: General discussion
Topic: Help with new world Please.
Replies: 22
Views: 2511

you ll need lot of patience cos building a world requires lots of time. you shold start looking at examples or scripting things
by matias
Thu Jul 11, 2013 9:58 pm
Forum: Community
Topic: Testers wanted
Replies: 10
Views: 2117

Sorry men i have a very busy schedule time by now. las week i was in chile now i am in fortaleza brasil coming back home on 21 july. Work its work
by matias
Sun Jun 23, 2013 4:58 pm
Forum: General discussion
Topic: Can't register on forum
Replies: 2
Views: 630

I had the same problem ask fooli or mit to make one for him with his name i did that
by matias
Thu Jun 20, 2013 1:58 am
Forum: Bug Reports
Topic: Forge price resets after taking out gold
Replies: 5
Views: 884

Same happend to all buildings you just need to keep 1 of each
by matias
Mon Jun 10, 2013 4:44 pm
Forum: Community
Topic: GATE ANIMATION
Replies: 0
Views: 1097

GATE ANIMATION

http://www.youtube.com/watch?v=25c7sxDeANM The animation of the Gate in my world EVENT("accessbuilding", "8") { if ( $gPlayerID != $gBuildingOwnerID ) { $ret = Gateother() } Else if ( $gPlayerID = $gBuildingOwnerID ) { $ret = Gateowner() } } EVENT("OSDSELECT", "St...
by matias
Fri Jun 07, 2013 2:41 am
Forum: Community
Topic: Testing the BOAT
Replies: 1
Views: 1129

Testing the BOAT