-
Content Count
51 -
Joined
-
Last visited
-
Days Won
6
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Hyroshima
-
try this way: - trader Shop1 FAKE_NPC,{ OnInit: tradertype(NST_BARTER); sellitem White_Herb, 100, Red_Potion, 2; sellitem Blue_Herb, 200, Orange_Potion, 3; end; } - trader Shop2 FAKE_NPC,{ OnInit: tradertype(NST_BARTER); sellitem Green_Herb, 100, Red_Potion, 4; sellitem White_Herb, 100, Orange_Potion, 1; end; } - trader Shop3 FAKE_NPC,{ OnInit: tradertype(NST_BARTER); sellitem Apple, -1, Orange_Potion, 1; sellitem Praetorian_Shield, 100, Berserk_Potion, 10; end; } prontera,159,284,4 trader Barter Shop 4_M_KID1,{ mes "Select the shop for open!"; switch(select("Shop 1:Shop 2:Shop 3")) { case 1: close2; openshop "Shop1"; break; case 2: close2; openshop "Shop2"; break; case 3: close2; openshop "Shop3"; break; } end; }
-
I did it in the following way, I hope it helps. prontera,161,181,5 script Test Code 112,{ //delete arrays permanent in npc deletearray .resultn[0],getarraysize(.resultn); deletearray .result$[0],getarraysize(.result$); for(set .@i,1; .@i<=3; set .@i,.@i+1) { switch(.@i) { //arrays temporary case 1: setarray .@arrayn[1],1,2,3,4,5; setarray .@array$[1],"a","b","c","d","e"; break; case 2: setarray .@arrayn[1],6,7,8,9,10,11; setarray .@array$[1],"f","g","h","i","j","k"; break; case 3: setarray .@arrayn[1],12,13,14,15; setarray .@array$[1],"l","m","n","o"; break; } //Save values setarray .resultn[.@i],.@arrayn[rand(1,getarraysize(.@arrayn)-1)]; setarray .result$[.@i],.@array$[rand(1,getarraysize(.@array$)-1)]; //show values dispbottom ".resultn value["+.@i+"]: "+.resultn[.@i]; dispbottom ".result$ value["+.@i+"]: "+.result$[.@i]+""; //delete array temporary deletearray .@arrayn[0],getarraysize(.@arrayn); deletearray .@array$[0],getarraysize(.@array$); } end; }
-
thanks for replying, i already downloaded the ro zero client, i haven't chosen a hexed yet because I don't know which one would be recommended (stable).
-
Hello, I would like to know what is needed so that I can set up a client that works with hexeds re_zero, i tried in several ways using nemo (4144) diff more happen a lot of errors. I searched the forum but nothing that could give me a light. RO Zero hexed version: ? Packet MMO: ? if not asking too much I just wanted an instruction on what I really need to do that I manage. Since already thank you very much by Hyro~ ^^
-
I added a custom skill and that skill will call the function I created ... but I had to pass some parameters, because each custom skill would perform a different action within the function! The solution I had was to create separate files just to call the function with the params for each custom skill. solved~ ty all!
-
hlw, would anyone tell me how to execute a callfunc "func", param1,param2; in src (função de npc script existente!) ? one skill will call callfunc "func", 1, skill_id; I need to pass param1 = 1, param2 = skil_level
-
bom-dia pessoal, estou criando um addon para funcionar com um projeto que estou desenvolvendo, porem estou levando uma surra dos métodos em que a flux funciona. Consegui criar parte do addon, o problema mesmo é em criar um campo (formulário) para que o usuário consiga adicionar um código serial em sua conta, tentei usar como exemplo a função trocar email mas sem sucesso. É bem simples, porem a parte da conexão com o banco pra fazer o update está me quebrando a cabeça kkk desde já grato a quem puder me ajudar.
-
Why you want to contact yommy?Surely anyone won't just give out info without knowing why Sorry, you're right. I have an oldtimer project, and need to remove ads XRay Sakexe, then someone told me that he could do something about it!
-
Does anyone know how I can get in touch with yommy? Thank you in advance!~
-
Hi guys, how to increase the maximum point to walk? in the image below can not walk until mouse click! I disabled: #define OFFICIAL_WALKPATH and nothing has changed Grateful Already~
-
Yes... lack the links ... and is outdated. Do you not know any recent and has the scripts? Sorry, but I haven't got it. Ok, thanks ^^
-
Yes... lack the links ... and is outdated. Do you not know any recent and has the scripts?
-
Hello everyone! ... I am looking races system... Someone would have saved it and I can share with me ? Thanked now !
-
[Dúvida] Existe cliente diferente (tipo um cliente especifico)?
Hyroshima replied to Hyroshima's question in Suporte ao Cliente
Hum, interessante, apesar das indiferenças sempre tem algo em comum, obrigado. -
[Dúvida] Existe cliente diferente (tipo um cliente especifico)?
Hyroshima posted a question in Suporte ao Cliente
bom-dia, tipo, meu cliente é montado praticamente com arquivos do rathena e/ou alguns do brAthena.. existe alguma incompatibilidade ao usa-lo com o hercules? -
O que realmente acontece ? quando você tentar fazer o switch ?
-
'-' desculpas, mas eu não sei o que seria esse switch, até pensei que fosse o comando de script, mas não é, poderia explicar melhor para que eu entende e procure lhe ajudar de forma mais fácil.
-
Boa vou testar amanha ! Não precisa postar informando que irá testar, apenas teste e informe o resultado... obrigado~
-
Então seria o Final Strike: 544,-5,8,1,0,0x40,0,10,1,no,0,0,0,weapon,0, NJ_ISSEN,Final Strike Em skill_tree procure por: NJ_ISSEN Claro, você tem que modificar também em skill_db e depois skill_tree
-
Diga-me ela é skill de qual class? pra melhor achar aqui já que é tudo em inglês!
-
Como cancelar uso de YGG / SEEDS durante a WOE
Hyroshima replied to Tutti's question in Suporte ao Servidor
Script: <" if(agitcheck() == 1){ dispobottom "Esse item não pode ser usado durante a WOE!"; end } else percentheal 100,100; "> -
ñ consigo entender, pode ser mais claro?
-
Quando diffou o hexed marcou a opção de Custom Aura? Se tiver usando uma custom!
-
Tem algo de errado nesse seu exemplo, pois o nível da skill fica na 8º coluna. skill_db: 48,-1,8,0,-1,0,0,10,2,no,0,0,0,weapon,0, TF_DOUBLE,Double Attack Skill_tree -Procura pela classe: Thief: { inherit: ( "Novice" ); skills: { TF_DOUBLE: 10 skilltreeview.lua (cliente) essa é a referência pra vc achar: {"TF_DOUBLE", 48;