Infinite Teleport Loop | SVN

This place is for Closed bug reports only. NOT for asking help!

Moderators: Moderators, Developers

kali
OpenKore Monk
OpenKore Monk
Posts: 457
Joined: 04 Apr 2008, 10:10

Re: Infinite Teleport Loop | SVN

#11 Post by kali »

Moved to bug reports
Got your topic trashed by a mod?

Trashing topics is one click, and moving a topic to its proper forum is a lot harder. You expend the least effort in deciding where to post, mods expend the least effort by trashing.

Have a nice day.
by3by3
Noob
Noob
Posts: 5
Joined: 26 Mar 2009, 04:00
Noob?: No

Re: Infinite Teleport Loop | SVN

#12 Post by by3by3 »

i have this prob too
any1 know hw to fix this?
User avatar
help_us
Testers Team
Testers Team
Posts: 106
Joined: 04 Apr 2008, 21:53
Noob?: No
Location: Asia

Re: Infinite Teleport Loop | SVN

#13 Post by help_us »

I dont really know if this work, but take a look HERE
Image
Image
Vercix
Noob
Noob
Posts: 5
Joined: 01 Aug 2009, 23:46
Noob?: No

Re: Infinite Teleport Loop | SVN

#14 Post by Vercix »

Same here, and that "solution" in that old link apparently didn't fix it...
Mushroom
Perl Monk
Perl Monk
Posts: 427
Joined: 04 Apr 2008, 14:04
Noob?: No
Location: Brazil

Re: Infinite Teleport Loop | SVN

#15 Post by Mushroom »

Tell the server's name and i'll look at it.
I remember doing a quick and ugly fix for it, but I lost it already lol
And my server is unsupported now x.x
Quit.
Vercix
Noob
Noob
Posts: 5
Joined: 01 Aug 2009, 23:46
Noob?: No

Re: Infinite Teleport Loop | SVN

#16 Post by Vercix »

My server is Solace RO AP:
http://solacero.net

I've tried a few things recently to no avail.

I can post the server info if you need it, just let me know.
User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: Infinite Teleport Loop | SVN

#17 Post by kLabMouse »

Developers. Please Confirm existence of this bug.
Mushroom
Perl Monk
Perl Monk
Posts: 427
Joined: 04 Apr 2008, 14:04
Noob?: No
Location: Brazil

Re: Infinite Teleport Loop | SVN

#18 Post by Mushroom »

The bug still exists.
When servers have this option enabled:

Code: Select all

// Allows players to skip menu when casting Teleport level 1
// Menu contains two options. "Random" and "Cancel"
skip_teleport_lv1_menu: yes
Openkore spams teleport until sp == 0.

Packets from a single teleport

Code: Select all

1  Hide  Hide  10  Send  
0000  38 04 01 00 1A 00 84 84 1E 00                      8.........

2  Hide  Hide  30  Recv  
0000  B0 00 07 00 04 07 00 00 91 00 70 72 6F 6E 74 65    ..........pronte
0010  72 61 2E 67 61 74 00 00 00 00 CC 00 2F 00          ra.gat....../.

3  Hide  Hide  6  Send  
0000  1D 02 00 00 00 00                                  ......

4  Hide  Hide  2  Send  
0000  7D 00                                              }.

5  Hide  Hide  8  Send  
0000  89 00 34 00 90 F9 53 00                            ..4...S.

6  Hide  Hide  225  Recv  
0000  D7 01 84 84 1E 00 02 00 00 00 00 D0 02 6C 00 02    .............l..
0010  00 B1 04 04 01 22 00 00 00 00 00 00 00 00 00 00    ....."..........
0020  00 00 00 00 00 00 00 00 00 03 00 FD 08 05 01 10    ................
0030  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00    ................
0040  00 00 00 04 00 AE 13 05 01 00 01 00 01 00 00 00    ................
0050  00 00 00 00 00 00 00 00 00 00 00 00 00 05 00 CC    ................
0060  13 05 01 00 02 00 02 00 00 00 00 00 00 00 00 00    ................
0070  00 00 00 00 00 00 00 B0 00 18 00 78 05 00 00 B0    ...........x....
0080  00 19 00 B4 D6 01 00 41 01 0D 00 00 00 FF 00 00    .......A........
0090  00 0B 00 00 00 41 01 0E 00 00 00 FF 00 00 00 0F    .....A..........
00A0  00 00 00 41 01 0F 00 00 00 FF 00 00 00 03 00 00    ...A............
00B0  00 41 01 10 00 00 00 FF 00 00 00 01 00 00 00 41    .A.............A
00C0  01 11 00 00 00 FF 00 00 00 0A 00 00 00 41 01 12    .............A..
00D0  00 00 00 FF 00 00 00 08 00 00 00 7F 00 8F F9 53    ...............S
00E0  00                                                 .

Quit.
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Infinite Teleport Loop | SVN

#19 Post by EternalHarvest »

Try new option in r7028, teleportAuto_alwaysSendSkillUse. With it, tele command and teleportAuto_idle works for me.
User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: Infinite Teleport Loop | SVN

#20 Post by kLabMouse »

EternalHarvest wrote:Try new option in r7028, teleportAuto_alwaysSendSkillUse. With it, tele command and teleportAuto_idle works for me.
I suggedt make a new Server Option. "no_tele_menu" or something like that.
Because this option is Server related, not client.