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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

You can turn in whatever while being on any job, it should not matter at all, if you have collectable items in your inventory while they appear greyed out in the NPC window, it means the collectability is not high enough.

I have correct value of the collectability > 450
but I dont know why sometime it just stuck there on the NPC window doing nothing, there also nothing in the log
 
Last edited:
After the last pull it work perfectly, so happy
now I can sleep with ease lol
thank you for fixing this awesome plugin!!
I will let you know if something happen again, but I hope not
 
This simple code should do the trick for you:

1. Teleport to Idyllshire
2. Turn-in collectibles

Code:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE Profile [

<!-- Profile Settings -->

	<!ENTITY TurnIn "1">
]>
<Profile>
    <Name>TurnIN v1.0</Name>
    <KillRadius>50</KillRadius>

    <Order>
        <While Condition ="True">
					
                <If condition="&TurnIn; != 0">
                    <TurnInCollectables />
                </If>
        
        </While>
    </Order>
</Profile>
 
This simple code should do the trick for you:

1. Teleport to Idyllshire
2. Turn-in collectibles

Code:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE Profile [

<!-- Profile Settings -->

	<!ENTITY TurnIn "1">
]>
<Profile>
    <Name>TurnIN v1.0</Name>
    <KillRadius>50</KillRadius>

    <Order>
        <While Condition ="True">
					
                <If condition="&TurnIn; != 0">
                    <TurnInCollectables />
                </If>
        
        </While>
    </Order>
</Profile>


I've tried this code and I've tried the TurnInCollectables.xml from Examples folder. I teleport to Idyllshire and get to the collectible NPC and click on him but I get an error every time. I'm pretty vanilla at coding so I'm at a complete lost here. Any help would be appreciated. I've attached the log.
 

Attachments

I've tried this code and I've tried the TurnInCollectables.xml from Examples folder. I teleport to Idyllshire and get to the collectible NPC and click on him but I get an error every time. I'm pretty vanilla at coding so I'm at a complete lost here. Any help would be appreciated. I've attached the log.

I have double and triple checked... MasterPieceSupply.cs:line 81 is a Logger.Instance.Warn...(has been for 6 months) and that is supposedly throwing a null reference exception. Unless you have changed this file somehow, I can't figure out how you are getting these errors.
 
Back
Top