Jump to content

Chun3

Members
  • Posts

    67
  • Joined

  • Last visited

Everything posted by Chun3

  1. Oh i see, thanks! i thought it was a variable from bought_x functions.
  2. i was trying to see if land protector cancels pneuma, but it doesn't, then it would be eeasy to cast a little land protector at the ganbatein area then use the normal skill to fix. no sucess. if someone knows, it will help. this is a bug.
  3. - shop custom_seller2 -1,501:-1 prontera,155,148,3 script Poring Seller 476,{ mes "I will sell you items for " + getitemname(.CoinID) + "."; callshop "custom_seller2",1; npcshopattach "custom_seller2"; end; OnBuyItem: mes ""+.Price[.@d]+""; mes ""+@bought_nameid[.@d]+""; for(set .@i,0; .@i<getarraysize(.customs); set .@i,.@i+1) { for(set .@d,0; .@d<getarraysize(@bought_nameid); set .@d,.@d+1) { if(@bought_nameid[.@d]==.customs[.@i]) { if(checkweight(@bought_nameid[.@d],@bought_quantity[.@d])) { if(countitem(.CoinID) >= .Price[.@i]*@bought_quantity[.@d]) { delitem .CoinID,.Price[.@i]*@bought_quantity[.@d]; getitem @bought_nameid[.@d],@bought_quantity[.@d]; } else dispbottom "You don't have enough "+getitemname(.CoinID)+" to purchase that item."; } else dispbottom "Purchasing these items will put you over the weight limit!"; } } } deletearray @bought_quantity, getarraysize(@bought_quantity); deletearray @bought_nameid, getarraysize(@bought_nameid); close; OnInit: setarray .customs[0],12028,607,678;// Enter the ID of customs here setarray .Price[0],10,3,5; // Price for each custom is set to 20 coins set .CoinID,7539; // Enter the ID of the coin here. npcshopitem "custom_seller2",0,0; // Don't touch any coding beyond here for(set .i,0; .customs[.i]; set .i,.i+1) npcshopadditem "custom_seller2",.customs[.i],.Price[.i]; end; } My question is: this line mes ""+@bought_nameid[.@d]+""; shows the correct name when a item is bought this line mes ""+.Price[.@d]+""; doesn't show the right price. its always Price[0] why? isn't .@d supossed to be a npc variable after the bought?
  4. Como assim? É pra ficar armazenado na variável global #CASHPOINTS. Faz o teste , coloca em um npc qualquer dispbottom ""+#CASHPOINTS+"";
  5. Trying to use aMod extended rankings (2 files only.) https://github.com/aMod-Team/aMod-Extended-Rankings phpmyadmin is okay, the char_bg are working ok, but when i try to see on flux i get nothing. (not using 99 level player group)
  6. Tenta instalar em uma pasta flux limpa pra testar. Usa a última versão do flux.
  7. getitem .rotd_item_id,rand( .rotd_item_amount );
  8. Enable Monster Tables on hexed diff.
  9. 2012-04-10aragexe 2014-03-05bRagexe Esses 2 são bem estáveis.
  10. https://www.eathena.org/eathena/svn/trunk/readme/commands.html
  11. Hi, the clients from 2012 have a "bigger" menu's size. i would like to ask if there is a way of hex edit to change this? Thanks! https://imgur.com/undefined https://imgur.com/a/FRL0W70 https://imgur.com/undefined
×
×
  • Create New...