Jump to content

PaqnaN

Members
  • Posts

    28
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by PaqnaN

  1. hi is it posible to add demihuman resist like from thara card and magic resistance like from gtb card? and how?
  2. Hi, i would like to request a modification listed below for Endless Tower script. -Janssen only Appears/available every 12Midnight and hides/disabled again after an 1hour of its appearance(24hours cool down and 1hr time limit). -players can only enter 1 time every 24hrs(whole account). hope anyone can help me with this. thank you in advance.
  3. hi, i hope some1 can resolve my problem i have a custom armor that has a equip script changebase jobid and unequip back to original. as far as i know, changebase script only change the appearance of the character to what ever jobid you set in the script. but when im using weapons that does not fit to its job appearance, im getting resource error. ive adding "ignore resource error" in my diff and it work only when you stay online or your client stays open. but when you close your client and log back in, the resource error will appear again, though once only before your current map loaded but still annoying. is there any other solution to this aside from adding those resources it asked? hope some can help me with this TIA
  4. thnx for the response. i just had some mistake in modifying the max levels. its now fixed
  5. hi, i hope anyone can help me with this. ive tried to make an offline server and serverside seems fine. i have modifications but get no errors. but in-game, i cant add skills to any job even with @skillall. it only has the basic skill please see SS below thanks in advance @edit i did not modify any skills.
  6. im facing thesame problem as this now when i load items/monster db.sql. been searching around and this is the only related issue to mine that i found but there is no solution or maybe im still not searching hard enough but still i hope anyone can help solve this problem.
  7. first off.. thnx for this guide but can you help me please. i have followed your instruction but im having problem with compiling. installed the build tools you have provided but when i run the compile.bat, i get this message. "MSBUILD : error MSB1009: Project file does not exist." and when i try to open the .sln, the vs version selector is empty.. did i missed something?? any help would be appreciated. found @Anacondaqq post about lightweight compiler and fixed my problem again thnx for this guide and to @Anacondaqq for the compiler guide ^^
  8. hi, thanks for the reply but what i mean is when there is a long message in the general chat window, normally when the message reach the length of the general message window it makes a new line but what happens in our server you cant see the end of the message because it doesnt break the line
  9. Im hoping that some can help me here. my problem is every since we change the font to avoid posers using the I and l something went wrong to our chat window, if the message is too long, you cant see some of the message because it doesnt make new line if it reach the end of the chat window.
  10. Hi rathena, first off, im very noob in using rathena. i have an eathena server and it was migrated to rathena By "Sryx" it is working on the vps but when i made a backup of it and install it on my pc to make it as my test/maintenance server i am having problem connecting it to my sql. its just wierd because my char and map serv is connected but my login is cant. and when i install and run fresh rathena server, there is no mysql error. here is the ss. hope some1 out there can help me with this.
  11. thank you sir. it works on my rathena server. but can you help me also make this works in my eathena server? thnx in advance
  12. i just want to ask if its posible for a specific gm will not be warp out from the castle when the emp is broken? if its posible, can some1 out there help me with this please.
  13. does someone tested this already?? does it work? im having trouble with the download.. its says doesnt exist.
  14. Hi rathena, i have eathena server running almost 2 years and now i want to convert it into rathena. i found alot of guides about this here but it seems, only for the database convertion. what my problem is about the server files. i have downloaded a backup of my server files and database to my computer to use it as test server for converting. now heres my problem. - do i need to checkout fresh rAthena svn and redo the modification ive done in my eAthena? or no need, just like patching. - if no need, how to replace my eAthena files with rAthena files while the modification ive done in my eAthena will stay intact such as max level/max stats/custom jobs/custom vending/custom commands and etc... - what will be the consequences/risk when i convert my server? hope someone out there can help me out with this one.
  15. thank you very much
  16. thank you so much, Patskie it work perfectly. anyway,, is there any way that a gm can activate this? like on whisper? again thnx for the script
  17. hi, i would like to request an event script that works for eathena and rathena. a hidden npc that activates every 4 hours and or by gm lvl90 above the event will summon my custom MVP in the center of the main town and gives reward (item) to who's player that killed the mvp.. hope some1 out the can give me this. i have search around rathena but cant find 1.. only the monster invasion.
  18. hi, can you help me please. when i download the data translation folder. the folders and files thats is in korean filenames inside data folder is some kind of uni code boxes. can anyone help me solve this please EDIT: solved. i just use unbollox, but others might have problems with this texture/유저인터페이스/ because it should be texture/À¯ÀúÀÎÅÍÆäÀ̽º
  19. hi kido.. thnx for the reply. anyway, i try what you said but still the same. what i really want is when you say buff, it will link and fcp the player but to my script it will automaticall link and fcp the player when they wear it + when you wear another equip like armor,etc. it will also effect.
  20. Hi there guys.. hope you can help me with this one. i made a custom card for accessories which has the callfucn script. what this item can do is to FCP and SOUL LINK the players when they type "buff" anywhere ingame even in pvp rooms and guild castles.. but here is my problem, when you compound the card and equip the accessory, it will automatically execute the function script without even saying "buff". and another problem is, other equips are affected by it, like when i equip/unequip another item such as head gears,armor, etc.. the function will also executes. hope theres someone understand me and can help me. thnx in advance. Here is my item script {callfunc "admin_blessing", 1;},{getitem 30049,1},{delitem 30049, 1;} This is the function script. function script admin_blessing { Lquote1: if (countitem(30049) < 1) { dispbottom ""+strcharinfo(0)+", You are not blessed by Admin!"; end; } dispbottom "Here is your blessings!"; skilleffect 479,0; sc_start SC_CP_WEAPON, 6000000, 5; sc_start SC_CP_SHIELD, 6000000, 5; sc_start SC_CP_ARMOR, 6000000, 5; sc_start SC_CP_HELM, 6000000, 5; 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; } if ( .@spirit ) { sc_start4 sc_spirit, 360000, 5, .@spirit,0,0; skilleffect .@spirit, 5; } end; OnInit: defpattern 1, "Buff", "Lquote1"; activatepset 1; end; }
  21. hingi po sana ako mga DL links ng ro client tools. need ko po ung spr viewer thumbnail sa windows explorer at yon mga folder name ng data folder ko sa puro box box. panu po e convert to ascii un??
×
×
  • Create New...