rex_bahamut
Introduction
Get user data from Bahamut website by parsing web pages.
This plugin could NOT be used in cocoonJS, since it uses cross-domain-requests jQuery library to read web page.
Get user data from Bahamut website by parsing web pages.
This plugin could NOT be used in cocoonJS, since it uses cross-domain-requests jQuery library to read web page.
User data
Get user data by these steps.
Get user data by these steps.
- Call "Action:Get user data" to send a request.
- "Condition:On user data received", or "Condition:On user data received failed" will be triggered when get user data successful or failed.
- Get user data by these expressions "Expression:CurUserName", "Expression:STR", "Expression:DEX", "Expression:INT", "Expression:LUK", "Expression:VIT", "Expression:AGI", "Expression:MND", "Expression:Nickname", "Expression:LV", "Expression:RACE". "Expression:OCCUPATION".
User image
User image is got by "Expression:ImageURL" after calling "Action:Get user data". Put this url at Pode's image plugin (discuss thread) to show the user image.
The size of this image is 110x160 (pixels).
User image is got by "Expression:ImageURL" after calling "Action:Get user data". Put this url at Pode's image plugin (discuss thread) to show the user image.
The size of this image is 110x160 (pixels).
Friends list
Get friends list of the user by these steps.
Get friends list of the user by these steps.
- Call "Action:Get friend slist" to send a request.
- "Condition:On friends list received", or "Condition:On friends list received failed" will be triggered when get friends list successful or failed.
- Get friends list under "Condition:For each friend" event. "Expression:CurFriendName", "Expression:CurFriendNickname" could be used to get the name and nickname of each friend.
Clean user data
User data will be stored in this plugin after fetched. Put user name at the second parameter of these expressions "Expression:CurUserName", "Expression:STR", "Expression:DEX", "Expression:INT", "Expression:LUK", "Expression:VIT", "Expression:AGI", "Expression:MND", "Expression:Nickname", "Expression:LV", "Expression:RACE". "Expression:OCCUPATION" to get property of a specific user.
Call "Action:Clean all users data" could clean them.
User data will be stored in this plugin after fetched. Put user name at the second parameter of these expressions "Expression:CurUserName", "Expression:STR", "Expression:DEX", "Expression:INT", "Expression:LUK", "Expression:VIT", "Expression:AGI", "Expression:MND", "Expression:Nickname", "Expression:LV", "Expression:RACE". "Expression:OCCUPATION" to get property of a specific user.
Call "Action:Clean all users data" could clean them.