Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/24/12 in all areas

  1. - script charlogin -1,{ OnPCLoginEvent: if(getgmlevel() == 0){ announce " "+strcharinfo(0)+" has joined ####### Ragnarok Online!",0; } end; } You oppend two '{' here -1,{ and here 0){ you need to close all them
    1 point
  2. 1 point
  3. Wiki: http://rathena.org/wiki/Edit_Max_Level
    1 point
  4. - script charlogin -1,{ OnPCLoginEvent: if( !getgmlevel() ) announce strcharinfo(0)+" has joined ####### Ragnarok Online!",0; end; }
    1 point
  5. Add an account_id column to your database, it isn't necessary if you're using txt logs. ALTER TABLE `picklog` ADD `account_id` int( 11 ) UNSIGNED NOT NULL DEFAULT '0' AFTER `char_id`; And apply this diff: http://pastebin.com/PcmXwVSZ
    1 point
  6. Open as Administrator everytime or it wont save.
    1 point
  7. goto dataChatWndInfo_U.lua CanDragWnd = 0 ChatSubWnd_1 = { XPos = 0, YPos = 0, Width = 0, Height = 0, TabState = "On", TabName = [[General Message]], option1 = 1, option2 = 1, option3 = 1, option4 = 1, option5 = 1, option6 = 1, option7 = 1, option8 = 1, option9 = 1, option10 = 1, option11 = 1, option12 = 1, option13 = 1, option14 = 1, option15 = 0, option16 = 0, option17 = 0, option18 = 0, option19 = 0, option20 = 0, option21 = 0, } ChatSubWnd_2 = { XPos = 0, YPos = 0, Width = 0, Height = 0, TabState = "On", TabName = [[battle Message]], option1 = 0, option2 = 0, option3 = 0, option4 = 0, option5 = 0, option6 = 0, option7 = 0, option8 = 0, option9 = 0, option10 = 0, option11 = 0, option12 = 0, option13 = 0, option14 = 0, option15 = 0, option16 = 0, option17 = 0, option18 = 0, option19 = 0, option20 = 0, option21 = 0, } this is an example change the tab name of yours to what you desire~
    1 point
  8. if you dont want to see that negatice tick,you can edit your lua inside stateiconinfo.lua find EFST_ENDURE and add coment "--" before {"%s", COLOR_TIME}, look like this problem only happen when using an equipment like ahura mazda that grant unlimited endure not the endure skill itself
    1 point
  9. Aula de Script #1 Nessa primeira aula, não espere aprender como fazer eventos dinâmicos, sistemas pvp's, sistemas vip's e etc. Hoje aprenderemos o básico, como iniciar com script, como desenvolver um script, como testá-lo e por que aprender a fazê-lo. - Como iniciar no mundo de script do Ragnarök Aos novos administradores ou membros que vêem um script, lhe parece ser um bicho de sete cabeças... mas acredite, depois que entendermos o que cada comando faz, tudo será mais fácil ! Enfim, para iniciarmos, eu recomendo você a olhar muitos scripts e ter muitas dúvidas (sim, muitas dúvidas), para que mais na frente você tire de cara todas elas e pense, 'como foi fácil !'. - Desenvolvendo um script Recomendo a vocês utilizar o software Notepadd++ (notepadd plus plus). É um software bem completo com suporte a varias linguagens de programação (infelizmente, não tem para script de ragnarök). Após baixá-lo, instale ele e execute, no menu superior, vá em Linguagens e escolha a linguagem C (ou C#/C++). Pronto, ficará bem mais fácil de criar nossos scripts com este software. - Testando um script Deixe um emulador separado apenas para teste de scripts, um emulador sem muitas frescuras, apenas o básico. - Por que aprender a fazer script ? Simples, não há por que dependermos dos outros para fazermos algo ... Para quem É jovem, um dia irá envelhecer e terá que sair da casa dos pais (ou não nÉ ..) e viver sua vida. O mesmo É com script, aqui se encaixa uma frase que vi em algum lugar, era mais ou menos assim: "Dê um peixe ao homem e o homem não passará fome por um dia. Ensine o homem a pescar e ele não passará fome pelo resto de sua vida". Enfim, o que tinha de apresentar foi apresentado, na aula #2, iremos dar início a linguagem de script (aprendemos os comandos básicos e a estrutura de um script).
    1 point
  10. What Control Panel do you use? Pingback: http://bit.ly/vhJVZN
    1 point
×
×
  • Create New...