r6885 | 'party request' doesn't work for remote party invite

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

Moderators: Moderators, Developers

Message
Author
865255
Noob
Noob
Posts: 5
Joined: 26 Aug 2008, 18:49
Noob?: Yes

r6885 | 'party request' doesn't work for remote party invite

#1 Post by 865255 »

In the RO client, there's a client command:
/invite playername (or /invite "player name" if there's a space).
This allows you to send a party invite to ANY online player, even if they are not on your screen.


Currently in openkore, the 'party request' command only accepts a Player #, meaning they have to be on screen.
party request (<player #>)
  • <player #> - a corresponding number from the player list when you use the pl command.
    Request player to join your party.
Can it be updated so 'party request' works with a player's name too?

Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: r6885 | 'party request' doesn't work for remote party invite

#2 Post by Technology »

Yep, this is a TODO.

Someone could support 2009-06-03aRagexeRE in the kRO servertype tree.
One ST0 to rule them all? One PE viewer to find them!
One ST_kRO to bring them all and in the darkness bind them...

Mount Doom awaits us, fellowship of OpenKore!

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

Re: r6885 | 'party request' doesn't work for remote party invite

#3 Post by EternalHarvest »

Implemented, try "party request <playername>".

User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: r6885 | 'party request' doesn't work for remote party invite

#4 Post by kLabMouse »

Documentation Writes, please document new command.
So Bug Report can be closed.

midnytblu
Developers
Developers
Posts: 90
Joined: 14 Apr 2008, 09:37
Noob?: No
Location: prt_fild08 134 362

Re: r6885 | 'party request' doesn't work for remote party invite

#5 Post by midnytblu »

just tried this feature and it didn't completely work.
it just says that the request failed and that the char either is offline or does not exist even though the invitee is already beside the inviter.

tried it as well in different maps, same error.

Mushroom
Perl Monk
Perl Monk
Posts: 427
Joined: 04 Apr 2008, 14:04
Noob?: No
Location: Brazil

Re: r6885 | 'party request' doesn't work for remote party invite

#6 Post by Mushroom »

Looks like openkore doesn't get player's name correctly.

Code: Select all

Error in function 'party request' (Request to Join Party)
Can't request to join party - player  does not exist.
Instanted of showing player's name, there is a blank space between player and does.
Quit.

User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: r6885 | 'party request' doesn't work for remote party invite

#7 Post by kLabMouse »

Any Progress?

midnytblu
Developers
Developers
Posts: 90
Joined: 14 Apr 2008, 09:37
Noob?: No
Location: prt_fild08 134 362

Re: r6885 | 'party request' doesn't work for remote party invite

#8 Post by midnytblu »

kLabMouse wrote:Any Progress?
still the same for me, klab.

User avatar
help_us
Testers Team
Testers Team
Posts: 106
Joined: 04 Apr 2008, 21:53
Noob?: No
Location: Asia
Contact:

Re: r6885 | 'party request' doesn't work for remote party invite

#9 Post by help_us »

Code: Select all

Your Coordinates: 295, 116
Other players are not allowed to view your Equipment.
Packet Parser: Unknown switch: 02E7
party create abcForever123
You joined party 'abcForever123'
party request Damage
Damage joined your party 'abcForever123'
Damage accepted your request
Error setting party option
party request Damage
Join request failed: Damage is already in a party
party
----------Party-----------
abcForever123
#      Name                  Map                    Online    HP
0  (A) *~JessicaAlba~*       pay_gld       295, 116 Yes       4347/4347 (100%)
1      Damage                geffen        0, 0     Yes
--------------------------
working for me, see how far my char, anyway its working
Image
Image

User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: r6885 | 'party request' doesn't work for remote party invite

#10 Post by kLabMouse »

OK. So Error inside the Command Parser.
It does not correctly parses input.

Locked