Jump to content

Krenjeroth

Members
  • Posts

    57
  • Joined

  • Last visited

Everything posted by Krenjeroth

  1. try this guides: http://rathena.org/wiki/Custom_Items for Weapons: http://rathena.org/wiki/Custom_weapons and this: http://rathena.org/board/topic/83136-adding-custom-items-renewal/ try mo check ung idnum2itemresnametable.txt mo. baka mali ung sprites na nilagay mo. basahin mo lng yang mga guides na yan. matutunan mo agad yan. Goodluck!
  2. Well This is what i am using and it works fine. https://code.google.com/p/release-script/source/browse/PvP+Ladder.txt in case you do not have the PVP script. http://www.eathena.ws/board/index.php?showtopic=237765&start=0&p=1315276entry1315276 Hope this helped. Thank You so much bro I appreciate the help it works like a charm No Problem bro! glad it helped.
  3. Well This is what i am using and it works fine. https://code.google.com/p/release-script/source/browse/PvP+Ladder.txt in case you do not have the PVP script. http://www.eathena.ws/board/index.php?showtopic=237765&start=0&p=1315276entry1315276 Hope this helped.
  4. http://rathena.org/board/topic/82917-instant-job-change-like-this/ try to use the search box there are alot of scripts out there. have a good day!
  5. refer to this. http://rathena.org/wiki/Custom_Items and http://rathena.org/wiki/Custom_weapons just read and your good to go.
  6. oh. sorry. well i haven't heard that kind of effect though. try to search or ask some expert scripter.
  7. Hey! go to your db folder and find the item_combo_db.txt and just put: itemid1,itemid2,itemid3,itemid4,{ Script } like this: 23082:23083,{ bonus bIntravision,1; } this is my Item_db.txt 23082,Police_Hat,Police Hat,5,,1000,10,,50,,1,0xFFFFFFFE,2,2,256,,50,0,1082,{},{},{} 23083,Rinnegan,Rinnegan,5,,1000,10,,50,,1,0xFFFFFFFE,2,2,512,,50,0,1083,{},{},{} just like that. Hope this help!
  8. Hi, for this matter you got 2 choices. -Recompile server with pre-renewal formulas overall by commenting this line in renewal.h, #define RENEWAL and recompile. It well turn your server into part pre-renewal for several formulas unless you comment out the rest on it. or -Go in the source code, pc.c, and change the following line, sp += (low < 100) ? (2 + (low - 1) / 10) : (16 + 4 * ((low - 100) / 5)); for sp += ( 1 + (low + 9) / 10 ); and recompile the server which will make server use pre-renewal formulas for status point calculations while keeping the rest of the renewal settings. you can refer to these topics: http://rathena.org/board/topic/64923-stat-points-cost-per-stat-point-problem/ or http://rathena.org/board/topic/67883-problems-with-re-stats-and-pre-re-stats/?p=121867&hl=%20status%20%20point#entry121867 hope this helped.
  9. you should put the destination of your fact.txt in here scripts_custom.txt found in npc folder. // ----------------------- Custom Scripts ----------------------- //npc: npc/location/to/script.txt npc: npc/custom/fact.txt note: your fact.txt script should be saved on npc/custom after that you can just type @reloadscript hope this helped.
  10. woah this guy is selling Ghost's work. my god! hahahahahahha
  11. 255/120 ung server, naka lagay sa STR 255 pro ung Attack is 300 lang. panu po ausin to?.
  12. hey! you can refer to this link http://rathena.org/wiki/Custom_Maps and http://rathena.org/wiki/@go hope this helps. have a nice day!
  13. the map server says: so how should this be fixed?
  14. that helped man. Thanks! for now the only problem is this, Str 255 but the Attack is only 300.
  15. Hey, you have 255 STR but only 378 attack. is that normal? because im have that problem. i was expecting 1k attack at the max stat(255).
  16. still can't fix this damn stats

  17. okay so here it is. im using renewal. 255/120 rate but i can't and i don't know how to fix this problem. when i put 255 str the attack doesnt reach atleast 1k-2k. and the stat point seem to be short. does anyone know how to fix this? and 255/120 stat ratio? thanks in advance.
  18. hey! that worked! thanks Najara! Here +1 for you! one question. why cant i see my own aura?? well i can see other players aura but cant see my own aura. here take a look at it: is it possible to enable all players to see their own aura?? How?
  19. Hey Najara! i followed this one, but the aura ring doesnt show up, here take a look at it i dont know how to remove and change the aura below his feet.
  20. http://rathena.org/board/topic/69920-renewal-refine-rate-tage/ i hope it helped
  21. Woooo. Christmas is Coming!

  22. 255/120 okay so the problem here is when i put 255 str my attack wont reach 1k, same goes for AGI, VIT, INT, DEX, LUK, 255 agi but the Aspd wont reach 196(Max Aspd), 255 vit but Hp is just 20k, i dont know what i should edit here, Really need anyones help,
  23. @Boom @nanakiwurtz : thanks guys. well i manage to fix it. there is this one thing im not sure if i fixed it or not. the regular log and the battle log. well what was written there was the Äɸ¯Å͸¸µé±â thing. somewhat like that. what i did was, i double clicked on it and typed REGULAR LOG and BATTLE LOG. i didn't hex it. so my concern is that. if someone will download the client. will it say REGULAR LOG and BATTLE LOG or come out like this Äɸ¯Å͸¸µé±â kind of letters.
  24. hey. when i search for the code C4C9B8AFC5CD20B8B8B5E9B1E2 in Hex editor. it says "CANT FIND C4C9B8AFC5CD20B8B8B5E9B1E2" any advice?
×
×
  • Create New...