Jump to content
  • 0

Some questions on Flux


xMiland

Question


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  95
  • Reputation:   26
  • Joined:  11/15/11
  • Last Seen:  

1. How do I update my item/mob databases quickly? Is there some kind of a download for the files? or do I have to add them 1 by 1. I can't seem to find items like bubble gum and bloody branch on my item database. :/

2. How do you rename "Donation Credits: xx" to "Vote Credits" on the Purchase area? I tried to find the .php link for it but no luck.

Untitled-8.jpg

Thanks.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

1. import the latest RAthena SQL item/mob databases:

https://rathena.svn....runk/sql-files/

- item_db.sql

- item_db2.sql

- mob_db.sql

- mob_db2.sql

2. the file is ../themes/default/purchase/index.php

<p>Items in this shop are purchased using <span class="keyword">donation credits</span> and not real money.  Donation Credits are rewarded to players who <a href="<?php echo $this->url('donate') ?>">make a donation to our server</a>, helping us cover the costs of maintaining and running the server.</p>

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  95
  • Reputation:   26
  • Joined:  11/15/11
  • Last Seen:  

sql.jpg

1. Seems like I'm having an error while importing rAthena's item_db.sql. I'm using 3ceAm. Is it safe to import rA's item_db.sql to 3ceaM? Still I can't find the item what i'm looking for in the item database.

2. I meant the label that tells you how many credits you have. This one. flux.jpg

Thanks.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

1. it's a phpMyAdmin bug, more info here

2. ohhh That's in this file /themes/default/main/balance.php

<?php if (!defined('FLUX_ROOT')) exit; ?>
<div class="credit-balance">
<span class="balance-text">Donation Credits</span>
<span class="balance-amount"><?php echo number_format((int)$session->account->balance) ?></span>
</div>

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  95
  • Reputation:   26
  • Joined:  11/15/11
  • Last Seen:  

Thanks a lot. Everything is fine now.

Thanks Brian !

Link to comment
Share on other sites

×
×
  • Create New...