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

request help

Alex broadfoot

New Member
Joined
Dec 4, 2017
Messages
10
Reaction score
0
hi im trying to create a profile for grinding Gyuki hides i honestly have no idea what im doing ive never been very good coding i get very confused

https://files.fm/u/k7pbssyy


this is what ive done so far it wont load at all thanks in advance
 
This is close.

you just need to set the gridnRef to the name of the grindarea. in this case GyukiHide.

second your while condition will run while the Players class level is less than 70. I am not sure if this is what you want.

you probably want something close to:

Code:
not HasAtLeast(20000,900)
[code]

(20000 is the item id for Gyuki hide. 900 is the number we want to farm up to.)
 
Back
Top