Jump to content

aleDsz

Members
  • Posts

    17
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Sao Paulo, Brazil
  • Server
    HeroHeartRO
  • Github: aleDsz
  • Discord: aleDsz#2812

Recent Profile Visitors

1747 profile views

aleDsz's Achievements

Poring

Poring (1/15)

  • First Post
  • Collaborator
  • Conversation Starter
  • Dedicated
  • Reacting Well

Recent Badges

0

Reputation

  1. 1. Clean your solution 2. Close your Visual Studio 3. Delete the .vs folder (D:\Rathena\.vs) 4. Open the solution again and rebuild it
  2. Just for update, i'll be pushing code to this repo: https://github.com/aleDsz/athena I'm still projecting the features, but the first will be the compilation of a .txt
  3. Hi, I've been thinking about how we could create a better way to code, test and deliver the scripts. My idea is, to create a tool that uses the same code as the server-side to compile a script and check if has any syntax errors. As the "code" is compiled, it can be tested by sending fake packets with some actions from the client-side like click buttons, selecting menu items, typing things and stuffs like that. Thinking about all the work from scripters, they could create repo with a lot of scripts and testing them, as they want to be secured that works in any condition received from the client-side. A further idea would be a "package-manager" for scripts, as they compile, test, and push their versions to the script repository. But, obviouslly, only when it all works and makes sense to the community. ?
  4. You can modify the hexed using a hex editor OR you can diff with the option to change de Data.INI file name and input a "custom dll" into RO dir with the Data.INI configurations
  5. Test in Assassin Cross
  6. What's ur hexed and data version? Cuz u can change it in pcjobname.lub and pcjobnamegender.lub files, located in /data/luafiles514/lua files/admin/ aleDsz
  7. No message errors? Did u diff with "Ignore Palettes Error Message" and/or "Ignore Sprite Error Message"?
  8. First, get this GRF and put it on the DATA.INI (or other name, if u changed it when u diffed ur hexed) file. [DATA] 0=palettes.grf 1=yourRO.grf 2=data.grf Second, diff your hexed with the option Increase Hair Style & Color Limits And don't select the option Use Official Clothes Palettes And try to log in again. aleDsz
  9. the last one is are reserved to card, just for best pratices to code mob_db... // [...] DropCardid,DropCardper
  10. You set in wrong field. In your line, 6608 is aMotion and 10000 is dMotion Try this: 2464,MG_ZOMBIE,Zombie,Zombie,17,9340,1,117,87,1,38,50,20,3,15,8,17,0,15,0,10,12,1,1,29,0x3885,400,2612,6608,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6608,10000,0
  11. You can add this items to these monster drop Take a look into this: // ID,Sprite_Name,kROName,iROName,LV,HP,SP,EXP,JEXP,Range1,ATK1,ATK2,DEF,MDEF,STR,AGI,VIT,INT,DEX,LUK,Range2,Range3,Scale,Race,Element,Mode,Speed,aDelay,aMotion,dMotion,MEXP,MVP1id,MVP1per,MVP2id,MVP2per,MVP3id,MVP3per,Drop1id,Drop1per,Drop2id,Drop2per,Drop3id,Drop3per,Drop4id,Drop4per,Drop5id,Drop5per,Drop6id,Drop6per,Drop7id,Drop7per,Drop8id,Drop8per,Drop9id,Drop9per,DropCardid,DropCardper @off And this topic is in wrong area
  12. Oh god, i forgot that. So many coffees and I forgot to insert these infos thanks
  13. I used so many times, I tried to rebuild and restart too, but nothing happens.
  14. They are saved in the host. I downloaded the file from ftp to check that.
×
×
  • Create New...