[Request] Market got invalid cords ?

05/01/2010 22:39 abdeen#1
hey pplz , when im get near those npc`s im getting like invalid cords

dose its wrong with map ?

or what ?

this is a pic .

[Only registered and activated users can see links. Click Here To Register...]
05/02/2010 23:06 magewarior2#2
what do you mean ?? , you cannot run anymore forward ? orr?
05/02/2010 23:56 .Ash#3
How can you not get something so easy? look Get X coord first then guess on Y coord, Then Search cq_npc for something near your results and double check and do what ever you do..
05/03/2010 04:24 Knight^Hawk#4
Quote:
Originally Posted by magewarior2 View Post
what do you mean ?? , you cannot run anymore forward ? orr?
What causes u not to move anymore forward i hav this in my server and it looks like ur jumping backward
05/03/2010 12:39 .Ash#5
its the last 4 column in the cq_npc

Code:
size_front
size_back
size_left
size_right
05/03/2010 17:54 magewarior2#6
or in npc.ini

Code:
FrontBlock=
BackBlock=
LeftBlock=
RightBlock=
I think ...
05/03/2010 21:02 .Ash#7
Quote:
Originally Posted by magewarior2 View Post
or in npc.ini

Code:
FrontBlock=
BackBlock=
LeftBlock=
RightBlock=
I think ...
I think they both need to be the same
05/03/2010 22:38 magewarior2#8
Quote:
This is how it normal has to be.
For Aderes(Eudemon Composer), Neri(EudWH), Maisie(EudWH) and Brianna(SupRebirth)

you need to update cq_npc

Script made by Tom(magewarior2)
Code:
update cq_npc set size_front= 3 where id= 200;
update cq_npc set size_back= 3 where id= 200;
update cq_npc set size_left= 3 where id= 200;
update cq_npc set size_right= 3 where id= 200;
update cq_npc set size_front= 3 where id= 1502;
update cq_npc set size_back= 3 where id= 1502;
update cq_npc set size_left= 3 where id= 1502;
update cq_npc set size_right= 3 where id= 1502;
update cq_npc set size_front= 3 where id= 1970;
update cq_npc set size_back= 3 where id= 1970;
update cq_npc set size_left= 3 where id= 1970;
update cq_npc set size_right= 3 where id= 1970;
update cq_npc set size_front= 0 where id= 1981;
update cq_npc set size_back= 0 where id= 1981;
update cq_npc set size_left= 0 where id= 1981;
update cq_npc set size_right= 0 where id= 1981;
Edit in npc.ini
Code:
[NpcType1981]
Name=Brianna
SimpleObjID=701
StandByMotion=0701000100
BlazeMotion=0701000190
BlazeMotion1=0701000190
BlazeMotion2=0701000190
RestMotion=0701000101
Effect=none
ZoomPercent=110
Note=SuperRebirth

[NpcType1204]
Name=Aderes
SimpleObjID=714
StandByMotion=0714000100
BlazeMotion=0714000190
BlazeMotion1=0700000190
BlazeMotion2=0700000190
RestMotion=0714000101
Effect=petdepotnpc
ZoomPercent=110
Note=EudemonComposing
FrontBlock=3
BackBlock=3
LeftBlock=3
RightBlock=3

[NpcType1502]
Name=Neri
SimpleObjID=728
StandByMotion=0728000100
BlazeMotion=0728000190
BlazeMotion1=0700000190
BlazeMotion2=0700000190
RestMotion=0728000101
Effect=meltnpc
ZoomPercent=110
Note=EudemonWarehouse
FrontBlock=3
BackBlock=3
LeftBlock=3
RightBlock=3

[NpcType1058]
Name=Maisie
SimpleObjID=728
StandByMotion=0728000100
BlazeMotion=0728000190
BlazeMotion1=0700000190
BlazeMotion2=0700000190
RestMotion=0728000101
Effect=meltnpc
ZoomPercent=110
Note=EudemonWarehouse
FrontBlock=3
BackBlock=3
LeftBlock=3
RightBlock=3
Quote:
this is without the block
Script made by Tom(magewarior2)
Code:
update cq_npc set size_front= 0 where id= 200;
update cq_npc set size_back= 0 where id= 200;
update cq_npc set size_left= 0 where id= 200;
update cq_npc set size_right= 0 where id= 200;
update cq_npc set size_front= 0 where id= 1502;
update cq_npc set size_back= 0 where id= 1502;
update cq_npc set size_left= 0 where id= 1502;
update cq_npc set size_right= 0 where id= 1502;
update cq_npc set size_front= 0 where id= 1970;
update cq_npc set size_back= 0 where id= 1970;
update cq_npc set size_left= 0 where id= 1970;
update cq_npc set size_right= 0 where id= 1970;
update cq_npc set size_front= 0 where id= 1981;
update cq_npc set size_back= 0 where id= 1981;
update cq_npc set size_left= 0 where id= 1981;
update cq_npc set size_right= 0 where id= 1981;
Edit in npc.ini

Code:
[NpcType1981]
Name=Brianna
SimpleObjID=701
StandByMotion=0701000100
BlazeMotion=0701000190
BlazeMotion1=0701000190
BlazeMotion2=0701000190
RestMotion=0701000101
Effect=none
ZoomPercent=110
Note=SuperRebirth

[NpcType1204]
Name=Aderes
SimpleObjID=714
StandByMotion=0714000100
BlazeMotion=0714000190
BlazeMotion1=0700000190
BlazeMotion2=0700000190
RestMotion=0714000101
Effect=petdepotnpc
ZoomPercent=110
Note=EudemonComposing

[NpcType1502]
Name=Neri
SimpleObjID=728
StandByMotion=0728000100
BlazeMotion=0728000190
BlazeMotion1=0700000190
BlazeMotion2=0700000190
RestMotion=0728000101
Effect=meltnpc
ZoomPercent=110
Note=EudemonWarehouse

[NpcType1058]
Name=Maisie
SimpleObjID=728
StandByMotion=0728000100
BlazeMotion=0728000190
BlazeMotion1=0700000190
BlazeMotion2=0700000190
RestMotion=0728000101
Effect=meltnpc
ZoomPercent=110
Note=EudemonWarehouse
05/04/2010 00:50 .Ash#9
Quote:
Originally Posted by magewarior2 View Post
For Aderes(Eudemon Composer), Neri(EudWH), Maisie(EudWH) and Brianna(SupRebirth)

you need to update cq_npc

Script made by Tom(magewarior2)

Edit in npc.ini

Script made by Tom(magewarior2)

Edit in npc.ini
i have no server now, i couldn't test anything lol. Nice job :D
05/04/2010 08:06 magewarior2#10
Quote:
Originally Posted by SpongeBox View Post
i have no server now, i couldn't test anything lol. Nice job :D
99% that the scripts work :bandit:

because they worked with me :handsdown: