• Visit Rebornbuddy
  • [req] collectible turn in

    Discussion in 'Rebornbuddy Profiles' started by Trittium, Nov 22, 2015.

    1. metrosound

      metrosound New Member

      Joined:
      Nov 23, 2015
      Messages:
      26
      Likes Received:
      0
      Trophy Points:
      1
      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: Nov 27, 2015
    2. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
    3. metrosound

      metrosound New Member

      Joined:
      Nov 23, 2015
      Messages:
      26
      Likes Received:
      0
      Trophy Points:
      1
    4. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      Yes it is... I will be debugging it later today if I find some time. Hopefully it is an easy fix.
       
    5. metrosound

      metrosound New Member

      Joined:
      Nov 23, 2015
      Messages:
      26
      Likes Received:
      0
      Trophy Points:
      1
      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
       
    6. Blade

      Blade New Member

      Joined:
      Jul 21, 2015
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      0
      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>
       
    7. MamaSaucy

      MamaSaucy New Member

      Joined:
      Feb 13, 2016
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      1

      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.
       

      Attached Files:

    8. ExMatt

      ExMatt Active Member

      Joined:
      Jul 5, 2015
      Messages:
      1,030
      Likes Received:
      14
      Trophy Points:
      38
      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.
       

    Share This Page