Jump to content

Yoh Asakura

Members
  • Content Count

    261
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Yoh Asakura

  1. But I just want to remove the shadows from the middle of prontera.
  2. Which version of browedit? Didin't get anything of what you said....I'm using the old version of browedit because the new one when I clik F10 nothing happens. After I click on generate > calcule lightmaps my prontera stays all black.
  3. Could you exlain me how to do it?
  4. Hi, I would like to know how can I remove shadows from a map? I'm trying to remove the shadows from the middle of prontera but no success...I tried using both Browedit.... Anyone knows?
  5. Have you tried to put EAJL_UPPER? Ps: You must set TransJob to 0 since these classes (Soul Linker, Guns and Star Gladiator) are not Trans.
  6. Don't know. Actually I never tried to reset with Guns, Soul Linker or Star Gladiators. Have you tried to change the 'job_rebirth' to 'EAJL_2' ?
  7. you can do it yourself depending upon your site.just make site query the server's sql, and get value of the required variables and char_id from char_reg_num_db, once you have char id , get its name from char table and output the name and value table. (Sorry, on mobile now..) Hey Dastgir, how about rebirthing trans classes? like gunslinger, soul linker, star gladiator? What about it? I believe it works for any class.
  8. Yoh Asakura

    GM Shop

    Hello, I would like to ask if someone could make this script to me. How it works? This npc will be available only for GM's above group_id 60. Gm's can purchase items, like the NPC Quest Shop, but here they can purchase for free, however, in order to get the item they first need to tell a reason why they are picking that item. And this will be recorded in SQL, with the 'char name', 'time', 'chosen item', 'reason'. I believe that with this kind of NPC the administrators can control more what GM's are using for Events and see those who are just trying to get items for themselves.
  9. unit.c is working now, thank you. @Special thanks to Dastgir, who helped me to fix pc.c Edit line 4269 to this: if( (nameid != ITEMID_WING_OF_FLY && nameid != ITEMID_GIANT_FLY_WING && map->list[sd->bl.m].flag.noreturn) || map->getcell( sd->bl.m, sd->bl.x, sd->bl.y, CELL_CHKPVP) ) // Addon Cell PVP [Ize]
  10. Thank you. Has a long time I don't use this option.
  11. Hi, I'm trying to patch the cell_pvp following this topic. But I get error in unit.c Link image: http://postimg.org/image/sessd6g4t/ Direct Link: http://s30.postimg.org/3lj8cix4h/error_cellpvp.jpg Anyone could help me? Thank you. cell_pvp.diff
  12. Hi, I wonder if anyone could make this a plugin...since I'm trying to add it manually but I get error in 'unit.c' Topic: http://herc.ws/board/topic/7552-pk-area-error-while-compiling/
  13. Hi, Everytime I open the RO I see the kRO background, and sometimes I see mine. I just want to see my login background. How can I disable the kRO background? Thank you.
  14. Solved. I read all the topic and found this: "If you're using NEMO v.2.0 or newer, it's pretty easy to do it when hexing your client. Just enable the three "Packet __ Key Encryption" patches, and input the desired values. Then edit your src/map/packets.h, adding a line like this near the end of your file (replacing FIRSTKEY, SECONDKEY and THIRDKEY as appropriate): // Add me before the '#endif /* _MAP_PACKETS_H */' linepacketKeys(0xFIRSTKEY,0xSECONDKEY,0xTHIRDKEY);´ Altermatively, if you don't want to edit source files, and you're compiling through ./configure and make, you can use the following (again, replace with your actual keys): ./configure --with-key1=0xFIRSTKEY --with-key2=0xSECONDKEY --with-key3=0xTHIRDKEY #FAQ
  15. Does it works with 2014-02-05 or with 2014-10-22? yes it does..
  16. I'm also trying to disable it but after I hex, I get error about missing files...but I can play after the error. How can I get rid of this error? I didin't understand.
  17. Bump, Anyone can explain me how to win this event? I can't open the rathena forum in here, don't know why. I put the event to last 5 minutes, but in the end of 5 minutes nobody won...
  18. Hello, I would like to know how I can use the Packet Encryption? I believe that I don't need to buy any anti-hack since hercules has the packet encryption. I've searched and I've found this: Use this http://herc.ws/board/topic/1105-hercules-wpe-free-june-14th-patch/Enable SSO Login Packet then use Token Login AlgorithmEnable Pincode I have to enable SSO Login using NEMO, and I must not use the option 'disable packet obfuscation' But what about the Token Login and Pincode? How to do? Regards, Yoh.
  19. @Up Dastgir, I added a Top Emp Breaker in your script, it's working. I tried. For those who wants to add, just need to follow this topic.
  20. There's no 'noguild.txt' in the npc/mapflag folder. You mean 'pvp_noguild.txt' It worked. Thank you.
  21. Thank you. I only had to make some modifications like change baselevel to BaseLevel. Script Working: prontera,162,180,3 script Soul Linker 719,{ OnLink:switch ( BaseJob ) { case Job_Alchemist: set .@spirit, 445; break; case Job_Monk: set .@spirit, 447; break; case Job_Star_Gladiator: set .@spirit, 448; break; case Job_Sage: set .@spirit, 449; break; case Job_Crusader: set .@spirit, 450; break; case Job_SuperNovice: set .@spirit, 451; break; case Job_Knight: set .@spirit, 452; break; case Job_Wizard: set .@spirit, 453; break; case Job_Priest: set .@spirit, 454; break; case Job_Bard: case Job_Dancer: set .@spirit, 455; break; case Job_Rogue: set .@spirit, 456; break; case Job_Assassin: set .@spirit, 457; break; case Job_Blacksmith: set .@spirit, 458; break; case Job_Hunter: set .@spirit, 460; break; case Job_Soul_Linker: set .@spirit, 461; break; default: if ( Upper == 1 && BaseLevel < 70 ) set .@spirit, 494; break;} if ( .@spirit ) { sc_start4 SC_SOULLINK, 360000, 5, .@spirit,0,0; skilleffect .@spirit, 5;} end; OnInit:defpattern 1, "link","OnLink";activatepset 1;end;}
  22. Hi, I just search all the topics in here and I found many Soul Linker scripts, but none of them are working. I tried this one that seems good but it's not working. My char stays blue because of the link, but the effect of the link does not work. I gave soul link to my char with another account and them worked, which means that Soul Linker is working in my server, but this script is not. Also tried this script but it's not working also. Could anyone help me with this script?
  23. Hi, In all the pvp maps we can not attack a player if he is at the same guild. I would like to know if there's a way to allow players of the same guild kill each other in pvp maps. I wonder if this topic can be useful or if there's a better way to do it. But I think that if I follow the topic above it's too complicated because they use cell_pvp, and I want to allow Atk player in the same guild in ALL PvP Maps. Thank you.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.