Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7

Search found 9 matches

by Lonny
30.12.2015 21:58
Forum: Help
Topic: Status: Path incorrect
Replies: 5
Views: 5134

Re: Status: Path incorrect

Speech.mul was the problem,
we never used that on this server (pol + uoml), so I created an empty file and it worked, maybe some function will be broken for me, its not a big deal right now..

thanks for your time and patience :)
by Lonny
30.12.2015 16:28
Forum: Help
Topic: Status: Path incorrect
Replies: 5
Views: 5134

Re: Status: Path incorrect

v6.7.1
by Lonny
29.12.2015 17:22
Forum: Help
Topic: Status: Path incorrect
Replies: 5
Views: 5134

Status: Path incorrect

Hello, I'm facing the error "Status: Path incorrect" after a update of some files from the server that i play... They changed a little the map and I notice that they changed the below files: statics0.mul map0.mul staidx0.mul Because that error I can't run some of my scripts as the Stealth ...
by Lonny
10.12.2012 22:42
Forum: Requests
Topic: The command: NewMoveXY.............
Replies: 8
Views: 12707

Re: The command: NewMoveXY.............

try this
MoveThroughNPC := 0;
by Lonny
26.11.2012 3:10
Forum: Help
Topic: how http_get works?
Replies: 8
Views: 7781

Re: how http_get works?

I thought it was the opposite...
anyway, works fine for me...

thanks...
by Lonny
25.11.2012 5:00
Forum: Help
Topic: how http_get works?
Replies: 8
Views: 7781

Re: how http_get works?

I did make it work with get, but sometimes the HTTP_Body receives the header value... HTTP_Get(post); header:=HTTP_Header; body:=HTTP_Body; addtosystemjournal('Body: ' + body + ' - Header: ' + header); Body: HTTP/1.0 200 OK - Header: <htm><head></head><body>OK</body></html> i did something wrong?
by Lonny
25.11.2012 2:48
Forum: Help
Topic: how http_get works?
Replies: 8
Views: 7781

Re: how http_get works?

How dou you make it work?
I tried to make a post, and receive a response from the server but the HTTP_BODY was empty...
same thing with http_get....

in the server, i created a simple php page with echo "something"
and in pascal, i used like -k- described but changed to http://myurl/file.php
by Lonny
25.11.2012 0:51
Forum: Help
Topic: [Python] GetGumpInfo
Replies: 3
Views: 4434

Re: [Python] GetGumpInfo

thanks for repply so fast :)

any chances to have a function to get all GumpPics? or even GetGumpFullLines shows that information?

thanks again
by Lonny
24.11.2012 23:58
Forum: Help
Topic: [Python] GetGumpInfo
Replies: 3
Views: 4434

[Python] GetGumpInfo

Hi there,

I'm trying to use the function GetGumpInfo because i need to get the all the GumpPics to do my logic, but i'm facing this error:
NameError: name 'GetGumpInfo' is not defined
is this function implemented?

thanks...