Jump to content

crazyarashi

Developer
  • Posts

    776
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by crazyarashi

  1. Like this one //18,Ghost Palace,3600,300,1@spa,42,196
  2. Can you paste your instance db here
  3. It's probably a syntax error inside the instance.db :)) can you provide the instance db that you are using for that instance? :))
  4. I Believe this is the gympass npc in the rA repo and it's working tested it just now :)) may you provide your current git hash
  5. In your grf following this path //male sprite/Àΰ£Á·/¸öÅë/³²/¿î¿µÀÚ_³².act sprite/Àΰ£Á·/¸öÅë/³²/¿î¿µÀÚ_³².spr //female sprite/Àΰ£Á·/¸öÅë/¿©/¿î¿µÀÚ_³².spr sprite/Àΰ£Á·/¸öÅë/¿©/¿î¿µÀÚ_³².act
  6. You can download the dresspack.grf and merge it in to your current grf. 2015 Client Support
  7. It's not exactly the same but might wanna check it out too :)) Zephyrus Housing System
  8. Do you have the treasure room in your glast heim script? better check it first :))
  9. Automatic speed change on map topic
  10. when you diff your client did you change it to read iteminfo.lua? :))
  11. You need to download the english translation files and add it with your client files :)) Clone This :)) Translation Files
  12. prontera,255,55,5 test123 445,{ OnStart: set .@party_id, getcharid(1); //add this } - script Controller -1,{ OnPcDieEvent: if(.@party_id == !instance_mapname(".map$",100){ end; } else { mapannounce strnpcinfo(4),strcharinfo(0)+" has died! you only have "+(3 - .chance)+" lives remaining.",bc_all; .chance++; end; } if(.chance == .maxlives$){ mapwarp "instance_mapname(".map$")","prontera",<255>,<55>{,2,.@party_id}; end; } OnInit: set .map$,"map_name"; set .maxlives$,3; } try this :))
  13. as far as i know the different skin color is custom stuffs :))
  14. Please do provide more details about it :)) What git hash are you running your server, renewal or pre renewal :))
  15. You should provide important informations, what git hash are you using. Running on what, your asura skill db.
  16. This should be available in latest kRO grf.
  17. You should ask in hercules since rA and Hercules DB are different. in rA you can edit it in the skill.db :))
  18. You have 2 extra curly == } on L_help2 :))
  19. Did you check the format of the NPC it should be new_zone01<TAB>script<TAB>soldier<tab>105,{
  20. I will up a test server and test it :))
  21. Hi if it's possible can you attach your script to a codebox since it's too little in the picture :))
  22. just change the do Quiz2: to goto Quiz02;
×
×
  • Create New...