Script Function: Q4DY

From Ultima Online: The Second Age
Revision as of 18:43, 12 October 2018 by Grimoric (talk | contribs) (Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q4DY(<span style="color:#0000FF">int</span> metal, <span style="color:#0000FF">int</span>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 function int Q4DY(int metal, int Q55Z, int Q5VT, int Q5VN)
 {
   int Q5NY = Q5VT;
   while(Q5NY < 0x3D)
   {
     int Q4HG = getArrayIntElem(0x00, 0x03, Q5NY);
     if (Q4HG > Q5VN)
     {
       int Q4NT = numInList(Q5NZ);
       int Q4NV = Q4DY(metal, Q55Z, Q5NY + 0x01, Q5VN + 0x01);
       int Q5C8 = numInList(Q5NZ) - Q4NT;
       if (Q5C8 > 0x01)
       {
         truncateList(Q5NZ, Q4NT);
         append(Q5NZ, Q5NY);
       }
       Q5NY = Q4NV;
     }
     else
     {
       if ((Q4HG < Q5VN) || (getArrayIntElem(0x00, 0x01, Q5NY) == 0x36))
       {
         break;
       }
       if (Q4A1(Q5NY, metal, Q55Z))
       {
         append(Q5NZ, Q5NY);
       }
       Q5NY++;
     }
   }
   return (Q5NY);
 }