![]() |
Interesting... - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: Interesting... (/Thread-Interesting) Pages: 1 2 |
Interesting... - Dullais - 05-31-2013 12:00 AM Hello, Iam making script, that teleports players who are not using client 6.0.4 to another market place (my server is usin 6.0.4, and this was a way for some people to don't get stuck in black, because market place i home made) Code: [regiontype r_market_place] Every command works under "IF (<SRC.ISPLAYER> == 1)". But GO command wont work. changin p wont work either... Why so ? Areadef: Code: [AREADEF a_market_place] RE: Interesting... - Mordaunt - 05-31-2013 12:59 AM Ok... can't play with this since I recently wiped my entire machine and haven't yet put sphere and UO back on but try this: Code: [regiontype r_market_place] It's a stab in the dark at the minute ![]() RE: Interesting... - Dullais - 05-31-2013 01:08 AM (05-31-2013 12:59 AM)Mordaunt Wrote: Ok... can't play with this since I recently wiped my entire machine and haven't yet put sphere and UO back on but try this: I already did this, no use, the same, everything goes perfect, except GO function ![]() Besides, i can make this work by makeing item, that equip's and teleports, that works, but there is good half second till it happens... Can it be, that is caused because sphere works slow ? Mby that is the reason, that this don't work ? I just want to understand, where is my mistake... you know, you can't be good at something till you understand how it works... RE: Interesting... - Staff_Stanic - 05-31-2013 01:16 AM Try this...: Code: [regiontype r_market_place] RE: Interesting... - Dullais - 05-31-2013 01:32 AM (05-31-2013 01:16 AM)Staff_Stanic Wrote: Try this...: Not working, I told about p and go, they both dont work.... Olso interesting thing, it actualy teleports me to destiny and back... thats odd... I can see the welcome message of the sencond mp... RE: Interesting... - darksun84 - 05-31-2013 01:53 AM I saw that even with uofiddler i can't go to that location ![]() RE: Interesting... - Dullais - 05-31-2013 01:59 AM (05-31-2013 01:53 AM)darksun84 Wrote: I saw that even with uofiddler i can't go to that locationhow to understand that ? P.S. I put SRC.TIMERF 0 in from of command and it works... i guess something in other scripts are returning you back... but this way command is executed after other scripts are done.... RE: Interesting... - darksun84 - 05-31-2013 02:01 AM Actually i can go there in game ![]() RE: Interesting... - Dullais - 05-31-2013 02:13 AM (05-31-2013 02:01 AM)darksun84 Wrote: Actually i can go there in gameYapp RE: Interesting... - RanXerox - 05-31-2013 02:23 AM What are the region flags on the place you are trying to send the player to? |