Jump to content

mrfizi

Members
  • Posts

    383
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by mrfizi

  1. Item Box problem. Array just read 2 Item from my list. function script ROMYAngelScroll { setarray .i1[0],13758,12221,7621; // Common Items set .i1rand,rand(0,1); setarray .i2[0],12259,12437,12412; // Rare Items 11-15% set .i2rand,rand(0,1); setarray .i3[0],18526,5660; // Rare Items 16-40% set .i3rand,rand(0,1); setarray .i4[0],19859,20500,5505; // Super Rare Items set .i4rand,rand(0,1); set .chance, rand(100); // Super Rare Item 1-10% if (.chance >= 1 && .chance <= 10){ getitem .i4[ .i4rand ],1; announce "["+strcharinfo(0)+"] has just obtained a ["+getitemname(.i4[ .i4rand ])+"] from the Angel Scroll.",0; end; } // Rare Item 11-15% else if (.chance >= 11 && .chance <= 15){ getitem .i3[ .i3rand ],1; end; } // Rare Item 16-35% else if (.chance >= 16 && .chance <= 35){ getitem .i2[ .i2rand ],3; end; } // Common Items else if (.chance >= 36 && .chance <= 100) { getitem .i1[ .i1rand ],1; end; } } Above is script that I'm using for my custom box. I got problem with this script. setarray just read only 2 item from my list. setarray .i1[0],13758,12221,7621; // <=---- example this line, i put 3 item, but only 2 item 13758 and 12221 i can get from my box. Even I tried 200 times, still not got item 7621. Hope someone can help me about this. Thank you.
  2. There is script by @Emistry that same like what I want. Link: But the problem is, how to make certain item can got 3, 2 and some item only got 1.. This is the item in the box for example: When player click/open the box, it give random item like * 1 rune hem / 1 wing / 1 costume / 3 miracle tonic / 3 Field Manual / 3 speed pot / 2 token of Sieg.
  3. Hello rAthena, I need a guide for make a new custom box like OBB. I have tried to make like old style and search in forum. But I failed to make it. Old guide is not compatible with the latest rAthena. Can someone help me? Thank you.
  4. Please check again your script. You missing this " } "
  5. +1 for you. Thank you so much @jchcc
  6. Don't use @reloadscript .. Better restart your server. I've got the same problem before. I prefer to restart the server than @reloadscript . Than the problem solve.
  7. Hello rATHENA, Sorry if I post at the wrong section because I don't know which section for ask about this. As my topic title above, is it possible to disable /buildinfo command? Thank you.
  8. Thank you so much for your fast reply.. +1
  9. @Cyro how to make it change 1 Donation Credits to 1000 Cash Point ?
  10. Change my name from ROWar to mrfizi /bo

  11. I'm using the latest fluxcp, the navigation bar still not showing...
  12. prontera,161,196,2%TAB%script%TAB%Ladder%TAB%837, { }
  13. I'm looking forward for future info. Thank you.
  14. Okay. Thank you all for helping me.
  15. Which service you select? VPS SSD, VPS Cloud or VPS Cloud RAM? What is the different between this 3 VPS?
  16. Apple. Hahaha.. No time to loot an apple.
  17. Thank you @crazyarashi But i don't find any of it got Singapore Geo-location.
  18. bClassChange,100,5000; try this if i'm not wrong..
  19. Hello all. I'm from Malaysia. Which hosting / vps suit for my server. Already looked at OVH but don't know which VPS need to choose and at the region select, only support Europe and America. Already looked at DigitalOcean but don't know whick one is VPS/Dedicated server for host ragnarok. I send ticket but still no reply. Can someone help me to find hosting. Thank you.
  20. Hai semua, apa khabar? Di sini saya ingin meminta bantuan dari semua developer dari Malaysia/Indonesia/Brunei/Singapura. Saya sudah lama meninggalkan bidang pembuatan server dan kini cuba untuk kembali dalam projek pembuatan server semula setelah lebih kurang 5 tahun tidak aktif. Saya bercadang ingin membuat server dalam Bahasa Melayu (jika boleh) dan server ini adalah low rate / mid rate. Segala aturan server adalah mengikut official server seperti Ragnarok MYSG yang sekarang atau dalam kata lain adalah hanya menggunakan aturan sedia ada. Jadi, di sini saya ingin meminta bantuan dari semua sekiranya mempunyai masa lapang untuk membantu saya dalam pencarian link terkini mengenai hosting / tools / client / dan sebagainya. Saya berharap ada yang sudi membantu. Terima kasih.
  21. Masih aktif atau tidak topik ini ya? Adalah lebih bagus sekiranya Bahasa Melayu ataupun Indonesia digunakan pada server jika ada. Maaf jika baru sekarang menjawab pos ini setelah sekian lama meninggalkan dunia ragnarok, kini saya kembali. Adakah projek ini masih diteruskan atau telah terhenti?
×
×
  • Create New...