Guest User

Untitled

a guest
Jul 23rd, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. var destination:Destination = location.atAnyPosition();
  2. iiw.itemInstance.moveTo(location.atAnyPosition(), 1, function (e:ItemMoveToInventoryResponse):void {
  3. e.success ?
  4. PopupController.showMessageAlertBox(YaheroBundles.YAHERO, "textPickUpItem", [gameObjectName], YaheroBundles.YAHERO, "titleMessage", null) :
  5. log.error("anonymous (moveTo response): {0}", e.error.description);
  6. });
  7.  
  8.  
  9.  
  10. [15:31.21 DEBUG] com.electrotank.eup.messaging.DefaultMessages [Sending] ItemMoveToInventoryRequest
  11. {EsObject:
  12. m:short = 30
  13. r:short = 31
  14. p:esobject = {EsObject:
  15. 1:string = en0ch2w72ar1kc1vjebv63hz48fyywya8j6pdalw47xat3f7c5joxkqnihqhgeq8qno9d2qcf5fkrwgj75
  16. 2:integer = 1
  17. 3:integer = 1
  18. 4:integer = -2
  19. }
  20. }
  21. [15:31.22 DEBUG] com.electrotank.eup.messaging.DefaultMessages [Receiving] ItemMoveToInventoryResponse
  22. {EsObject:
  23. m:short = 94
  24. r:short = 31
  25. s:boolean = false
  26. e:integer = 5
  27. }
  28. [15:31.22 ERROR] com.electrotank.elysium.controllers.ui.UIController anonymous (moveTo response): PermissionDenied
Add Comment
Please, Sign In to add comment