Jump to content

Erebos

Members
  • Posts

    65
  • Joined

  • Last visited

Everything posted by Erebos

  1. - script cashmvp -1,{ OnInit: .randcash == rand(10,20); OnNPCKillEvent: if( getmonsterinfo( killedrid,MOB_MVPEXP )){ atcommand "@cash" .randcash; dispbotton .randcash; end; } } Can't make it work, its supposed to give a random amount of cash, between 10 and 20 every time a player kils an MVP monster. And show a message of how much cash the player got.
  2. The cash shop icon thats supposed to be next to the minimap does not appear, im using client 2018-05-30b.
  3. Thanks Annie and everyone ^^
  4. prontera,163,171,3 script PvP Arena Guardian 966,{ .@eaj = eaclass(); mes "[Guardian]"; mes "Saludos guerrero, a que arena deseas entrar?"; switch(select("3rd Job Arena:2nd Job Arena:All Job Arena")) { case 1: if ( (.@eaj & EAJL_THIRD) || .@eaj == EAJ_KAGEROUOBORO || .@eaj == EAJ_REBELLION ) { switch( rand(4) ) { case 1: close2; warp "guild_vs3",16,49; end; case 2: close2; warp "guild_vs3",50,83; end; case 3: close2; warp "guild_vs3",83,50; end; case 4: close2; warp "guild_vs3",50,16; end; } } else { mes "Solo 3rd jobs estan permitidos en esta arena."; close; } end; case 2: if ( Upper == 1 && (.@eaj & EAJL_2) ) { switch( rand(4) ) { case 1: close2; warp "guild_vs2",89,49; end; case 2: close2; warp "guild_vs2",50,89; end; case 3: close2; warp "guild_vs2",9,50; end; case 4: close2; warp "guild_vs2",49,10; end; } } else { mes "Esta arena es solo para 2nd Jobs"; close; } end; case 3: switch( rand(4) ) { case 1: close2; warp "pvp_n_1-5",99,134; end; case 2: close2; warp "pvp_n_1-5",133,100; end; case 3: close2; warp "pvp_n_1-5",100,65; end; case 4: close2; warp "pvp_n_1-5",66,99; end; } end; } } I tried using them, no errors but the options keep mixing, for example, i want to warp to 3rd job pvp but sometimes it warps to 2nd or all job pvp maps, and sometimes does not warp at all. I'm very new in scripting, so i would like a quick explanation on what and why its is wrong, not just a fix. thanks in advance ^^
  5. Oh thanks! sorry i didnt understand at first, but whats the jobchange for?
  6. Thanks guys! but i need two "if"; one for a script only for 3rd jobs(plus baby 3rd jobs, kagerou/oboro and rebellion) and one for a script only for 2nd rebirth jobs, sorry if my english is bad xD
  7. I tried and googled but i cant understand well the ea_job_system.txt. I need an only 3rd jobs(and kagerou/oboro, rebellions) and an only 2nd job constants for an if (class == constant ) command Help please
  8. The changes doesnt seem to take place. Idk why.
  9. I want to make Asura Strike deal less damage at lower levels and normal damage at level 5. I have Asura Strike level selectable, but the damage is the same at all levels and i dont know what to add/edit in the script to make it via battle.c. Thanks in advance
  10. How can i do this? I want to create passive skills and add effects to them. Also i want to edit skills like making asura strike level selectable.
  11. It seems that the texture glitches were linked to the .bmp error. When i fixed it (i was adding them to a wrong folder, im sorry), the glitched dissapeard. Altough in one map im geting a .rsw error. Thank you both ?
  12. Its just the custom maps that got the .bmp error that have this glitch. I added the map icons, maybe the way im installing doesnt work. I add the maps to map_index and maps_athena, then with grf editor drop them in rdata in their respective folders. Then i use wee map cache. My ragnarok is the ro offline complete server and client pack by anacondaqq
  13. Downloaded some maps from "Maps & 3D Modeling Showcase. After reading some tutorials somehow managed to install one, but when warping to the map i get this error. When i accept the error and go back to the game, inside the map whenever the screen moves, either by rotating the camera or by walking, i get this texture glitches.
×
×
  • Create New...