Jump to content

MalikDz

Lifetime Sponsor
  • Posts

    434
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by MalikDz

  1. added you m8 (about quests)
  2. What are you looking for to be done?:Attack & defence What is your currently leve?l:88 attack ,90 defence (99 str so it should be fast ;) ) What level do you want us to get you?: 99 in both Did you pm us for our skype? Nop
  3. Wuts ur rate m8 ?
  4. did u sell the second one ?
  5. 33m if you can provide every data needed for recovery and allow me to do a recovery test , we can use a MM for that .Sorry m8 but I would not take these measure if you were more trusted :\
  6. Added ur skype and yeah it is :P
  7. 10 usd m8
  8. Sell me the first one ?
  9. Already sold , sorry guys. Can now be closed
  10. Need it asap , only go first to trusted members.
  11. bid noted added auto win
  12. I would vote for hilary clinton if I was a US citizen , support from Canada ! P.S : Fuck trump , this guy would not be able to be a primary school principal.
  13. leading bid : 8m Im looking for more tbh
  14. Oh I see . I really dont know m8 . I will see what people bid ;p
  15. As I said above , I wont spend anymore time on this account.I really dont care if no one wants to buy it like this.
  16. I only made that account few months ago to test something .So yeah, I have no intention on spending more time in it. Quested are not , I was able to dominate edge with it
  17. 1. Pictures of the account stats : 2. Pictures of the login details : 3. Pictures of the total wealth (if there is any) : theres like 3 gmaul & other supplies not worth mentionning 4. Pictures of the quests completed : None 5. The price you will be starting bids at: - 6. The A/W (Auto-win) for your account: - 25m 7. The methods of payment you are accepting : osrs gp only 8. Your trading conditions : 9. Account status : 10. Original/previous owners AND Original Email Address : im the original owner
  18. 1. Start by writing the right name of the tree you want to interact with , im sure the tree name is "Yew tree" and not "tree" 2. You are assigning a new value to the "tree" var and you're not even using it anywhere and then directly after you just reassign a new value to it ? flawed logic 3. Can you post more code , that snippet doesn't tell us much?
  19. O sht, u r a big drinker m8
  20. I dont drink a lot of water for some reason , maybe 1-3 bottles (500ml) a day. Anyone like me ?
  21. this : else if (willowArea.contains(myPlayer())) if(yewArea.contains(myPlayer())) is equivalent to this : else if (willowArea.contains(myPlayer()) && yewArea.contains(myPlayer())) There's some logic flaws in this code, I mean how can the player be in 2 differents area at the some moment?? try this : else if (willowArea.contains(myPlayer()) || yewArea.contains(myPlayer()))
×
×
  • Create New...