Guest User

Untitled

a guest
Jan 22nd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. package com.aionemu.gameserver.quests.util;
  2.  
  3. public class Hyperlinks
  4. {
  5. public static final int HACTION_ERROR = -1;
  6. public static final int HACTION_NULL = 1;
  7. public static final int HACTION_BUY = 2;
  8. public static final int HACTION_SELL = 3;
  9. public static final int HACTION_OPEN_STIGMA_WINDOW = 4;
  10. public static final int HACTION_CREATE_GUILD = 5;
  11. public static final int HACTION_DISPERSE_GUILD = 6;
  12. public static final int HACTION_RECREATE_GUILD = 7;
  13. public static final int HACTION_SELECTED_QUEST_REWARD1 = 8;
  14. public static final int HACTION_SELECTED_QUEST_REWARD2 = 9;
  15. public static final int HACTION_SELECTED_QUEST_REWARD3 = 10;
  16. public static final int HACTION_SELECTED_QUEST_REWARD4 = 11;
  17. public static final int HACTION_SELECTED_QUEST_REWARD5 = 12;
  18. public static final int HACTION_SELECTED_QUEST_REWARD6 = 13;
  19. public static final int HACTION_SELECTED_QUEST_REWARD7 = 14;
  20. public static final int HACTION_SELECTED_QUEST_REWARD8 = 15;
  21. public static final int HACTION_SELECTED_QUEST_REWARD9 = 16;
  22. public static final int HACTION_SELECTED_QUEST_REWARD10 = 17;
  23. public static final int HACTION_SELECTED_QUEST_NOREWARD = 18;
  24. public static final int HACTION_RESURRECT_PET = 19;
  25. public static final int HACTION_RETRIEVE_CHAR_WAREHOUSE = 20;
  26. public static final int HACTION_DEPOSIT_CHAR_WAREHOUSE = 21;
  27. public static final int HACTION_RETRIEVE_ACCOUNT_WAREHOUSE = 22;
  28. public static final int HACTION_DEPOSIT_ACCOUNT_WAREHOUSE = 23;
  29. }
Add Comment
Please, Sign In to add comment