• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[Gesior AAC] Equipment Shower + Quest + Hp/Exp Status v3

Could someone explain me how i get a homepage online? I'm using 8.4 sql server, and i want Nicaw ACC as homepage, explain what i have to do pls
 
Mh can somebody say me, how i can make that???

A Homepage I have... but where i must put the scripts etc.??

Please.. I am new.
 
Read first post...
Just replace this script in characters php on ~line 79.
 
Um Image Dosnt Work on Check i show picture no such image in items folder.. Check
tfa.png
 
Hello

Hello,give one error in spells

PHP:
Warning: Illegal offset type in C:\xampp\htdocs\adminpanel.php on line 295

Warning: Illegal offset type in C:\xampp\htdocs\adminpanel.php on line 295

in spells array,array,array,array (and vocations(no give vocation)
 
Code:
$quests = array('Annihilator' => 5000,'Demon Helmet' => 2645,'Pits of Inferno' => 5550,'Inquisition' => 6076,'Mountain Annihilator' => 8850,'Djinn Tower' => 9050,'Jugga Jungle Quest' => 8884,'Yalahari Quest' => 5429); 
                        foreach ($quests as $storage => $name) {

Could you tell me how to add multiple IDs for the quest status? Since quests like Annihilator have 4 awards, the button will only change if 1 certain item is chosen, inaccurately portraying if the quest is done or not.

IE. After uniqueid 5000, (annihilator), it changes status. I would like it to light up if uniqueid 5000, 5001, 5002, or 5003 are used.

Thanks,
Red
 
Code:
$quests = array('Annihilator' => 5000,'Demon Helmet' => 2645,'Pits of Inferno' => 5550,'Inquisition' => 6076,'Mountain Annihilator' => 8850,'Djinn Tower' => 9050,'Jugga Jungle Quest' => 8884,'Yalahari Quest' => 5429); 
                        foreach ($quests as $storage => $name) {

Could you tell me how to add multiple IDs for the quest status? Since quests like Annihilator have 4 awards, the button will only change if 1 certain item is chosen, inaccurately portraying if the quest is done or not.

IE. After uniqueid 5000, (annihilator), it changes status. I would like it to light up if uniqueid 5000, 5001, 5002, or 5003 are used.

Thanks,
Red

The way you said what you just said, you would be able to take all 4 rewards. Check your code again. You should have actionids on the boxes that lead to an action.lua and in the action.lua it should set 1 single storage value.
 
Please help me my images dosent work plx help me
i puted the items file into htdocs/images/items there are they but
it dosent show any itmes on the site:S
 
Please help me look here

<a href="http://s556.photobucket.com/albums/ss2/liri1992/?action=view&current=flax.jpg" target="_blank"><img src="http://i556.photobucket.com/albums/ss2/liri1992/flax.jpg" border="0" alt="Bugg"></a>
 
Back
Top