Jump to content

Shaggy™

Inactive Member
  • Posts

    22
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Shaggy™

  1. [FIX] If you want to make this item work like a Magic Stone search:

    Search:

    else if (pkItem->GetValue(0) == HYUNIRON_CHN)
    
    	            RefineInformation(pkTarget->GetCell(), REFINE_TYPE_HYUNIRON, pkItem->GetCell());
    
    

    Add after:

    else if (pkItem->GetValue(0) == YOUR_NEW_SCROLL_NAME) 
    
    	            RefineInformation(pkTarget->GetCell(), REFINE_TYPE_HYUNIRON, pkItem->GetCell());
    
    

     

    With tab's:

    http://wklej.org/id/2769137/
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.