Jump to content

Hidekitakase

Members
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling
  • Location
    Brasil

Recent Profile Visitors

1109 profile views

Hidekitakase's Achievements

Poring

Poring (1/15)

  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Hello. Thanks for this feature. I've found an especific issue, skill.cpp if(type >= 1 && (tsd && tsd->bonus.magical_reflect_def_rate)) dmg.damage -= dmg.damage*tsd->bonus.magical_reflect_def_rate / 100; this variable type(in debug mode i get a negative value -857....) don't have an initialization then, when i use skill NPC_EARTHQUAKE(653) with the boss Snake Lord, i got an error (The variable 'type' is being used without being initialized). i just change int type; to --> int type = 0;
  2. A verdade é que não precisa fazer alteração na src, não no teu caso. O que pode fazer é ir no file \Rathena\rathena\conf\groups.conf Este arquivo é responsável por ditar grupos com comandos para players, no caso, como você é Admin precisa ser o 99, que está no ultimo da lista. Mas como tu faz pra setar isso, basta ir no banco de dados ( geralmente 127.0.0.1/phpmyadmin) basta logar, em seguida acesse seu database do ragnarok, procure por uma tabela chamada login. Pronto nela você tem as configurações das contas do ragnarok, veja que cada conta tem seu group_id que no caso é o arquivo groups.conf então basta setar 99 na coluna group_id.
  3. Hello, [SQL]: DB error - Duplicate entry '1' for key 'PRIMARY'.// Can help you --> Here [Error]: buildin_sleep2: no unit is attached.// And something like --> This
  4. Hey, nowdays roullete is working fine?! I still have problems with it, not always but sometimes i got an error...
  5. When i put this src code{ } into my source it seems ok(nothing wrong with compile, it doesnt have any errors )... But, when i've started my server.. it stopped working and i have to close...who knows what's going on??!
  6. How do i implemment this custom battleground? I need new version of php, apache, mysql? I have the custom bg but i don't know how to implemment... Help If smbody have another bg queue, you can give me the link and help me to implemment, i'm need this so much thanks. Details of the bg like commands you have to input to enter the bg like: (@enterbg), (@leavebg), (@reportafk).
×
×
  • Create New...