What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

getMails() / getAllMails() difference and some more questions?

Status
Not open for further replies.

darkxor

New Member
Joined
Nov 25, 2012
Messages
104
Reaction score
1
1) I found 2 methods: getMails() and getAllMails() - what is difference between them and does they send request to server?
2) What does RequestMailList() method do and why I dont need to call it - can call just getMails()?
3) Is there an ability to receive object vertices or height map vertices? Any solution for dynamic bypassing doodads and npcs?
4) Any ability to run Archebuddy with Debugger enabled? I want to debug my scripts in Visual Studio for faster bug fixing, etc.

P.S. Can write in russian language, or both, if this will be better for developers to read.

Thanks,
darkxor.
 
1) I found 2 methods: getMails() and getAllMails() - what is difference between them and does they send request to server?
Hi, no, they both identical and dont send to server nothing
What does RequestMailList() method do and why I dont need to call it - can call just getMails()?
You should call RequestMailList once after you login ingame. It the same as come once to mail box and first time receive list of mail.
Is there an ability to receive object vertices or height map vertices? Any solution for dynamic bypassing doodads and npcs?
You can receive Z from heightmap with getZFromHeightMap, but you cant receive models info\models vertices
Any ability to run Archebuddy with Debugger enabled? I want to debug my scripts in Visual Studio for faster bug fixing, etc.
Nope, this isn't possible :(
 
Status
Not open for further replies.
Back
Top