Jump to content

solid2005

Members
  • Posts

    145
  • Joined

  • Last visited

Everything posted by solid2005

  1. I up to date the latest rathena revision 17252. ExtendedVendingSystem_1.8.2.patch
  2. try to change this vending_openvending(sd, message, flag, data, len/8); to vending_openvending(sd, message, data, len/8); latest rathena removed the flag.
  3. i tried 10 time no luck at all but my less than 1 mb or 2 mb can be commit.
  4. why i can get error when commit a 30mb above?
  5. yeah that i was talking about. i have a mode to do a message example of extend vending. the msg_athena.conf removed.
  6. How to make a modification? on new version it has been removed.
  7. Thanks for sharing, i hope so it will be opensource.
  8. how to use this? i need to load .dll . i can't see it on wee.
  9. it have some conflict need to be adjust.
  10. do you want to public? search on google what is my ip . then put it on 127.0.0.1 change to your isp ip.
  11. remove your firewall. add portforwarding 6900 - Login TCP/UDP 6121- Char TCP/UDP 5121- Map TCP/UDP
  12. very simple convert to item all you want like zeny and cash. make a dummy item.
  13. <?php echo ' <table width="100%" align="center" cellpadding="5" cellspacing="0" class="themain"> <tr> <td><table width="100%" border="0" cellspacing="1" cellpadding="3"> <tr> <td colspan="2" align="left" class="topp1"><center><strong>Logs</strong></center></td> </tr> </table></td> </tr> </table> <table width="100%" align="center" cellpadding="5" cellspacing="0" class="table_list"> <tr> <td align="left" class="title">#</td> <td align="left" class="title">account</td> <td align="left" class="title">username</td> <td align="left" class="title">Date</td> </tr>'; $count=0; while (count($viewhistory) >= $count){ $count++; $tr_color = ($count % 2) ? '' : 'even'; echo ' <tr class="'.$tr_color.'"> <td align="left" class="content">'.htmlspecialchars($count).'</td> <td align="left" class="content">'.htmlspecialchars($viewhistory[1]->serial).'</td> <td align="left" class="content">'.htmlspecialchars($viewhistory[2]->amount).'</td> <td align="left" class="content">'.$this->formatDateTime($viewhistory[3]->date_create).'</td> </tr> '; $viewhistory->MoveNext(); } if($count == '0'){ echo '<tr> <td align="center" colspan="6"><em>No transactions found.</em></td> </td>'; } echo '</table>'; ?> how to loop on table? only single selected.
  14. try to change to this mobcount(.@map$,"") i don't know if event column is needed if not then leave a blank.
  15. Client Crash using 2012-06-18a. anyone have encountered?
  16. i getting crash on it dunno what happen!. i patch latest one the same too getting error!. 2012-06-18aRagexeRE.
  17. what packet you change? to 0x0800000?
  18. [Debug]: script debug : 0 110013353 : BotKiller 6: Loading configuration... [Debug]: script debug : 0 110013353 : BotKiller 6: Processing 16 parameter(s)... [Debug]: script debug : 0 110013353 : BotKiller 6: 16 parameter(s) loaded [Debug]: script debug : 0 110013353 : BotKiller 6: Loading map ignore list... is this normal?
×
×
  • Create New...