Search results

  1. Naruto

    rostrviewer reupload

    View File rostrviewer reupload Not my software im just re uploading it because someone asked me This program is Ragnarok Online STReam file editor. Revisions ROSTRviewer: 32 MyComp2: 16 ArcDataPO: 3 Related component and library zlibh: From JEDI project...
  2. Naruto

    rostrviewer Effects sample tutorial

    View File rostrviewer Effects sample tutorial Ouchh i just realized my effect is pretty violent and intended for viewers over 19 years of age.  So when i first opened rostr vierwer i went through it all and it seemed usable but couldnt get my custom textures to work...
  3. Naruto

    Simple Auras , reusable and clean

    Hi working on getting auras to work simply..... So for this I use sg_warm_sun since its a damaging aura, but its going to be practically the same process for everything else first up make a new status in status.h and .c status->set_sc( WT_DRAGON , SC_DRAGON , SI_BLANK...
  4. Naruto

    Modified chain lightning

    so basically just went over every thing in chainlightning 1 day and i can modify it without screwing up the game  So for the gif above you need to remove everything about  NJ_SYURIKEN then lets continue back into the skill.c case WL_CHAINLIGHTNING...
  5. Naruto

    my grf for editting

    View File my grf for editting I went and decompiled some current 2019 grf stuff and doesnt seem like anything important is missing I removed duplicates that I had and it should all be working fine in case anyone needs this or wants to look theres over, I do have my own...
  6. Naruto

    Fantasy Cut in

    View File Fantasy Cut in Taken from ai busters from dot hack series  Kicked the resolution up and uncrossed her arms... Will probably give her more emotes in the future And a sprite  Submitter Naruto Submitted 07/04/19 Category Other Graphics
  7. Naruto

    Looping convex mirror + faster

    status.c case SC_CASH_BOSS_ALARM: if( sd != NULL ) { struct mob_data *boss_md = map->getmob_boss(bl->m); if( boss_md == NULL || boss_md->bl.prev == NULL ) { return 0; } val1 = boss_md->bl.id; if( (val4 = tick/1000) < 1 ) val4 = 1...
  8. Naruto

    Mac Anu

    View File Mac Anu I made this map, all the models and restored all the textures, based off the city of Mac Anu from the .dot//hack infection series. I did edit gravity textures. No real thanks to give out maybe besides browedit and its development team and gravity for...
  9. Naruto

    Mac Anu 1.1.0

    I made this map, all the models and restored all the textures, based off the city of Mac Anu from the .dot//hack infection series. I did edit gravity textures. No real thanks to give out maybe besides browedit and its development team and gravity for textures. I use alot of client features, ...
  10. Naruto

    Resources for missing errors

    Resources for missing errors View File Offtopic screenshot  Submitter Naruto Submitted 06/17/19 Category Pre-Compiled Server
  11. Naruto

    around what time did char selection get changed

    when did the char selection go from 3 to 10 squares ? 
Back
Top