Forum

> > CS2D > Scripts > Ich brauche hilfe bei rpg
Forums overviewCS2D overview Scripts overviewLog in to reply

German Ich brauche hilfe bei rpg

11 replies
To the start Previous 1 Next To the start

old Ich brauche hilfe bei rpg

NeverLast
User Off Offline

Quote
Also ich habe eine frage ich scripte ein bissen pokemon world rpg rum und müste ein par NPCS hinzufügen aber wie geht das meine map ist 300/300 groß und da steht der npcs ist:pos={2384, 1488}
das ganze:NPCs = {
     [18] = {"Ponita[20]Buy", pos={96, 50}, rot=180, image="npc3", trade={{424,12500},{423,12000},{422,12000},{421,13000},{420,12300}}},
wie geht das da er auf der posizion:207,72
und nach rechts kuckt

old Re: Ich brauche hilfe bei rpg

NeverLast
User Off Offline

Quote
1. kuck mal in dein hilfe wo du fragst mit lua da hab ich dir was gescgriben und ich soll die " weg machen oder hinzufügen? ahso ich glaube so meinst du das "NPCs = {
     [18] = {"Ponita[20]Buy", pos={96, 50}, rot=180, image="npc3", trade={{424,12500},{423,12000},{422,12000},{421,13000},{420,12300}}},"

"pos={96, 50}" auf diser posizion soll der npcs sein:"96, 50"
und sol nach rechts kucken

old Re: Ich brauche hilfe bei rpg

NeverLast
User Off Offline

Quote
NPCs = {
     [18] = {"Ponita[20]Buy", pos={96, 50}, rot=180, image="npc3", trade={{424,12500},{423,12000},{422,12000},{421,13000},{420,12300}}},
man darf doch nicht die " bei denn name ponita[20] weg machen sonst kakt der ab und ich habe es so gemacht wie es da oben steht und er ist nicht auf dieser posizion

old Re: Ich brauche hilfe bei rpg

Brandy
User Off Offline

Quote
1
2
NPCs = {
     [18] = {"Ponita[20]Buy", pos={96, 50}, rot=180, image="npc3", trade={{424,12500},{423,12000},{422,12000},{421,13000},{420,12300}}},

old Re: Ich brauche hilfe bei rpg

Necr0
User Off Offline

Quote
ich nehme mal an du meinst mit 207,72 die felder
das kann man ganz leicht ausrechnen:
207x32-16=6608
72x32-16=2288

jetzt schon ist schon das fertig:
1
2
NPCs = {
[18] = {"Ponita[20]Buy", pos={6608, 2288}, rot=180, image="npc3", trade={{424,12500},{423,12000},{422,12000},{421,13000},{420,12300}}},

und jetzt die blickrichtung:
rechts=90°
links=270°
oben=180°
unten=0°

1
2
NPCs = {
[18] = {"Ponita[20]Buy", pos={6608, 2288}, rot=90, image="npc3", trade={{424,12500},{423,12000},{422,12000},{421,13000},{420,12300}}},
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview