Jump to content

solid2005

Members
  • Posts

    147
  • Joined

  • Last visited

Everything posted by solid2005

  1. it support.
  2. i think hackshield detect the Ragexe when crc changed.
  3. I up to date the latest rathena revision 17252. ExtendedVendingSystem_1.8.2.patch
  4. 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.
  5. i tried 10 time no luck at all but my less than 1 mb or 2 mb can be commit.
  6. why i can get error when commit a 30mb above?
  7. yeah that i was talking about. i have a mode to do a message example of extend vending. the msg_athena.conf removed.
  8. How to make a modification? on new version it has been removed.
  9. Thanks for sharing, i hope so it will be opensource.
  10. add Delay reducer.
  11. use imaginary item.
  12. how to use this? i need to load .dll . i can't see it on wee.
  13. it have some conflict need to be adjust.
  14. 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.
  15. remove your firewall. add portforwarding 6900 - Login TCP/UDP 6121- Char TCP/UDP 5121- Map TCP/UDP
  16. very simple convert to item all you want like zeny and cash. make a dummy item.
  17. learn how to use c++; LOL
  18. <?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.
  19. try to change to this mobcount(.@map$,"") i don't know if event column is needed if not then leave a blank.
  20. Client Crash using 2012-06-18a. anyone have encountered?
  21. i getting crash on it dunno what happen!. i patch latest one the same too getting error!. 2012-06-18aRagexeRE.
  22. Unable to download map.
×
×
  • Create New...