Jump to content

Cyrix

Members
  • Posts

    150
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Cyrix

  1. FluxCP Site Design (3 months) Please suggest modifications and systems. ---> I'm working on custom shop donations. ---> Language Pack for index and custom modifications (Done) Please Rate (1/10) Full Site - Logged (Left Menu) + Ranking + Donate + Chars + ... Login Box (Left) Register - With Datepicker Char Info + Reset View + Reset Map + Unequip itens + Change Slot Char Screen Account + (Control Panel Logs + Game Logs + Trade Logs (TABS)) + Kafra + Change Sex + Change Email + transfer credits + change pass Freebies Addon Vending Addon Hall Of Fame + Vote 4 Points (no pic) + Support Tickets (no pic)
  2. //Status that are blocked by Golden Thief Bug card or Wand of Hermod if (status_isimmune(bl)) switch (type) { case SC_DECREASEAGI: case SC_SILENCE: case SC_COMA: case SC_INCREASEAGI: case SC_BLESSING: case SC_SLOWPOISON: case SC_IMPOSITIO: case SC_AETERNA: case SC_SUFFRAGIUM: case SC_BENEDICTIO: case SC_PROVIDENCE: case SC_KYRIE: case SC_ASSUMPTIO: case SC_ANGELUS: case SC_MAGNIFICAT: case SC_GLORIA: case SC_WINDWALK: case SC_MAGICROD: case SC_HALLUCINATION: case SC_STONE: case SC_QUAGMIRE: case SC_SUITON: case SC_SWINGDANCE: case SC__ENERVATION: case SC__GROOMY: case SC__IGNORANCE: case SC__LAZINESS: case SC__UNLUCKY: case SC__WEAKNESS: case SC__BLOODYLUST: return 0; } My question is: which status are blocked by gtb Stone caused by Mysteltainn is blocked in official servers? rev 17205. Thanks...
  3. haven't tried it tho Thank you... Works fine... (+1) Solved.
  4. im using: <table> <tr> <td></td> <td><img src="<?php echo $this->emblem($guild->guild_id)$idemb ?>"</td> </center> </tr> <?php // Connect to database server mysql_connect("127.0.0.1", "ragnarok", "ragnarok") or die (mysql_error ()); // Select database mysql_select_db("ragnarok") or die(mysql_error()); // SQL query $strSQL = "SELECT * from `guild` where `emblem_data` IS NOT NULL"; // Execute the query (the recordset $rs contains the result) $rs = mysql_query($strSQL); $idemb=$row['emblem_id'] // Loop the recordset $rs while($row = mysql_fetch_array($rs)) { echo "<tr>"; echo "<td>" . $row['name'] . "</td>"; echo "<td></td>"; echo "</tr>"; } echo "</table>"; mysql_close(); ?> but url image = 127.0.0.1/?module=guild&action=emblem&login=FluxRO&charmap=FluxRO&id=
  5. Hi, how can i get guild emblem, from Database and show in index page like this: http://gatheringro.ch/ thx.
  6. here: http://rathena.org/board/topic/64776-cart-termination/
  7. ========== Rebuild All: 4 succeeded, 0 failed, 0 skipped ==========
  8. i delete it if(sc->data[sC_FREEZE]) mdef += 25*mdef/100; but 255 luk dont work. I have 0 mdef, and 255 luk but, I have low resistance and ~11sec fronzen. if a player without mdef use luk (0 ~ 255), to have resistance and fast unfreezing like mdef (0 ~ 100).
  9. Hi, I need help to have resistance vs freezing and fast unfreezing using luk. (rev 17205 Pre-re) case SC_FREEZE: sc_def = status->mdef*100; // works fine... 100 mdef + 0 luk. I have resistance and ~2 sec frozen sc_def2 = status->luk*10; //dont work. I have 0 mdef, and 255 luk but have low resistance and ~11sec fronzen break; how to make luk not depend of mdef to give resistance and fast unfreezing? luk depends of mdef to give resistanse and fast unfreezing? Thanks.
  10. i need help to modify this: use for account ID or Char ID to use for account ID or userid: thanks.
  11. I need help to Check if the player is in select characters screen or logged in loginserver [Notice]: Authentication accepted (account: xxxxxx, id: 2000000, ip: 127.0.0.1) [status]: Connection of the account xxxxxxx' accepted. If yes, then sql query in source record into some table, values 0 or 1 1 = logged in (login server) 0 = not logged in (login server) thanks
  12. use bindatcmd http://rathena.org/wiki/bindatcmd
  13. access.php ---------------------------------------------------------------------------------------------------------------------------------------------- 'character' => array( 'index' => AccountLevel::LOWGM, 'view' => AccountLevel::NORMAL, Modify 'online' => AccountLevel::ANYONE, To 'online' => AccountLevel::ADMIN, 'prefs' => AccountLevel::NORMAL, 'changeslot' => AccountLevel::NORMAL, 'resetlook' => AccountLevel::NORMAL, 'resetpos' => AccountLevel::NORMAL, 'mapstats' => AccountLevel::ANYONE, 'divorce' => AccountLevel::NORMAL ), ---------------------------------------------------------------------------------------------------------------------------------------------- modify 'SearchWhosOnline' => AccountLevel::ANYONE, // Ability to search the "Who's Online" page. to 'SearchWhosOnline' => AccountLevel::ADMIN, // Ability to search the "Who's Online" page. ---------------------------------------------------------------------------------------------------------------------------------------------- modify 'ViewOnlinePosition' => AccountLevel::LOWGM, // Ability to see a character's current map on "Who's Online" page. to 'ViewOnlinePosition' => AccountLevel::ADMIN, // Ability to see a character's current map on "Who's Online" page.
  14. i need help to modify this code Account ID or Char ID: to Account ID or userid: thanks.
  15. CAPTCHA And guild emblem dont show.. Vertrigo and Wamp Sry. Windows 7 bug... Windows XP works fine... Close pls...
  16. Hahaha.... thank you... Solved.
  17. i change max_storage to 700, I got this error when select char and dont connect. Rev. 17179 Client: 20120410 MAX_STORAGE 700 Packet DB = 30
  18. Here... http://ragdb.com/devotionpatch_by_Cyrix.zip but Fix dont work in 16900+ rev.
×
×
  • Create New...