• 01-04.05.2026 - DOUBLE EXP / SKILL EVENT!

Account Maker [7.6] Brak ilo?ci item?w.

Status
Zamknięty.

Yosuke92

Advanced User
Zarejestrowany
Dołączył
Grudzień 17, 2011
Posty
182
Liczba reakcji
3
Witam,

posiadam sobie tak? oto ofert?, ale jak zakupuj? crystal coinsy to nie dostaj? ich 5, tylko 1.

Kod:
$offer[3]['offer_type'] = "item"; 
$offer[3]['item_id'] = 2160;
$offer[3]['item_name'] = "5x Crystal Coins";
$offer[3]['count'] = "5";
$offer[3]['desc'] = "Dodaje 5 crystal coins.";
$offer[3]['number'] = ; //numer na ktory trzeba wyslac sms
$offer[3]['code'] = ""; //tresc smsa
$offer[3]['price'] = ""; //koszt smsa
 
Odp: [7.6] Brak ilo?ci item?w.

fragment odpowiadaj?cy za dodawanie przedmiotu
Kod:
			$xml = simplexml_load_file($file);
			$character = $xml->depots->depot->item->inside->addChild('item');
			$character->addAttribute('id', $item_id);
			if(isset($offer[$offerId]['count']))
			    $character->addAttribute('count', $offer[$offerId]['count']);
 
Status
Zamknięty.
Back
Do góry