Jump to content

mleo1

Members
  • Posts

    123
  • Joined

  • Last visited

Everything posted by mleo1

  1. mleo1

    Questions

    @brian thanks
  2. Ive replace my old setup.exe with the new one, can somebody upload the old one lol.
  3. mleo1

    Questions

    2 awesume, rathena is fast haha. the update was just 8 hrs ago. thanks
  4. I've update mine to the latest svn , it now wurks
  5. mleo1

    Questions

    I'm using r15950 1 Does anyone here got problems setting up @gtorage? How do you do this. The server says nonexisting command name http://i.imgur.com/WGQPh.png 2 Does anyone here got problems on setting up battleconfig's guild_skill_relog_delay to no? mine's dont wurk. Emergency Call
  6. thanks emistry, its wurking. ive changed somethings though. thanks again. heres mine, based on emistry's - script gmstats -1,{ OnPCLoadMapEvent: if(getgmlevel()>=40){ if( strcharinfo(3)=="quiz_01" || strcharinfo(3)=="quiz_02" || strcharinfo(3)=="payg_cas04" || strcharinfo(3)=="prtg_cas01" || strcharinfo(3)=="schg_cas03"){ sc_start SC_STRFOOD, 3600000, 30000; sc_start SC_AGIFOOD, 3600000, 30000; sc_start SC_INTFOOD, 3600000, 30000; sc_start SC_DEXFOOD, 3600000, 30000; sc_start SC_LUKFOOD, 3600000, 30000; sc_start SC_VITFOOD, 3600000, 30000; while(1){ sleep2 2000; if(!(strcharinfo(3)=="quiz_01" || strcharinfo(3)=="quiz_02" || strcharinfo(3)=="payg_cas04" || strcharinfo(3)=="prtg_cas01" || strcharinfo(3)=="schg_cas03")){ sc_end SC_STRFOOD; sc_end SC_AGIFOOD; sc_end SC_INTFOOD; sc_end SC_DEXFOOD; sc_end SC_LUKFOOD; sc_end SC_VITFOOD; break; } } } } end; }
  7. Im using non renewal setting guild_skill_relog_delay to "no" makes no difference,
  8. Hello guys! I'm mleo, and I've always lurked around on the old eAthena boards xD to just read anything (specially kRO updates). In 2011 Nov, I decided try it for the first time and create my own server (I've read shits for hours, thoroughly, lol I was skipping lines xD) Luckily I made it, my server ran only for 2 weeks hehe, I postponed it since I was busy on my thesis at that time (and It was the end of our semester break). I also played pRO since the beta days and I like programming pretty much. I'm good at SQL, database design, vb6, vb.net, C++, web programming etc (but not as good as these guys, yet xD). I suck at GFX Design. I'm here now because I want to improve my programming skills and improve my creativity, I want to learn GFX Designing too. Also, I want to be updated to the latest things in the IT world. Let's help each other to level up xD. I want to sleep now but I cant sleep so I'm typing this now. Why the heck are you reading this lol. I forgot, I love RO and I love "xD".
  9. please abuse google or use any search engines xD http://rathena.org/board/topic/56516-solved-client-problem-setup-file-keep-popping-up/
  10. 1 find srcmapconfigrenewal.h 2 comment all // Copyright (c) rAthena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder #ifndef _CONFIG_RENEWAL_H_ #define _CONFIG_RENEWAL_H_ /** * rAthena configuration file (http://rathena.org) * For detailed guidance on these check http://rathena.org/wiki/SRC/map/config/ **/ /** * @INFO: This file holds general-purpose renewal settings, for class-specific ones check /src/map/config/Skills folder **/ /// game renewal server mode /// (disable by commenting the line) /// /// leave this line to enable renewal specific support such as renewal formulas //#define RENEWAL /// renewal cast time /// (disable by commenting the line) /// /// leave this line to enable renewal casting time algorithms /// cast time is decreased by DEX * 2 + INT while 20% of the cast time is not reduced by stats. /// example: /// on a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a /// "fixed cast time" which can only be reduced by specialist items and skills //#define RENEWAL_CAST /// renewal drop rate algorithms /// (disable by commenting the line) /// /// leave this line to enable renewal item drop rate algorithms /// while enabled a special modified based on the difference between the player and monster level is applied /// based on the http://irowiki.org/wiki/Drop_System#Level_Factor table //#define RENEWAL_DROP /// renewal exp rate algorithms /// (disable by commenting the line) /// /// leave this line to enable renewal item exp rate algorithms /// while enabled a special modified based on the difference between the player and monster level is applied //#define RENEWAL_EXP /// renewal cast time variable cast requirement /// /// this is the value required for no variable cast-time with stats. /// formula: (DEX * 2) + INT /// default: 530 //#define RENEWAL_CAST_VMIN 530 /// renewal enchant deadly poison algorithm /// /// leave this line to enable the renewed EDP algorithm /// under renewal mode: /// - damage is NOT increased by 400% /// - it does NOT affect grimtooth /// - weapon and status ATK are increased //#define RENEWAL_EDP #endif // _CONFIG_RENEWAL_H_ 3 recompile
  11. I found it, it is in the doc folder lol docatcommands.txt
  12. Where can you see atcommands list now since atcommands.conf is just for aliases and other configurations. Halp. Im transferring now from eAthena to rAthena xD.
  13. 3CeaM -> rAthena DROP TABLE `skillcooldown`; ALTER TABLE `login` CHANGE `level` `group_id` tinyint(3) NOT NULL default '0'; ALTER TABLE `char` CHANGE `weapon` `weapon` smallint(6) unsigned NOT NULL default '0'; ALTER TABLE `char` ADD COLUMN `robe` smallint(6) UNSIGNED NOT NULL default '0' AFTER `head_bottom` dunno the rest. might be wrong xD.
  14. mleo1

    gm skills

    check permissions in the groups.conf
  15. mleo1

    CentOS VPS

    im new at linux too xD try this http://rathena.org/wiki/Installation_on_CentOS can anyone give tutorials on how to optimize mysql? my mysql server loads up to 300m, lol, (it was not like this before, the host edited something and it runs now at this) i only got 512m,
  16. the mob structure changed too //eAthena mob structure ID,Sprite_Name,kROName,iROName,LV,HP,SP,EXP,JEXP,Range1,ATK1,ATK2,DEF,MDEF,STR,AGI,VIT,INT,DEX,LUK,Range2,Range3,Scale,Race,Element,Mode,Speed,aDelay,aMotion,dMotion,MEXP,ExpPer,MVP1id,MVP1per,MVP2id,MVP2per,MVP3id,MVP3per,Drop1id,Drop1per,Drop2id,Drop2per,Drop3id,Drop3per,Drop4id,Drop4per,Drop5id,Drop5per,Drop6id,Drop6per,Drop7id,Drop7per,Drop8id,Drop8per,Drop9id,Drop9per,DropCardid,DropCardper //rAthena mob structure ID,Sprite_Name,kROName,iROName,LV,HP,SP,EXP,JEXP,Range1,ATK1,ATK2,DEF,MDEF,STR,AGI,VIT,INT,DEX,LUK,Range2,Range3,Scale,Race,Element,Mode,Speed,aDelay,aMotion,dMotion,MEXP,MVP1id,MVP1per,MVP2id,MVP2per,MVP3id,MVP3per,Drop1id,Drop1per,Drop2id,Drop2per,Drop3id,Drop3per,Drop4id,Drop4per,Drop5id,Drop5per,Drop6id,Drop6per,Drop7id,Drop7per,Drop8id,Drop8per,Drop9id,Drop9per,DropCardid,DropCardper
  17. Gantz Claymore One Piece
  18. @nameless it does not wurk xD im currently using this, and it works to me, for now xD 30005,OMG_Weapon,OMG Weapon,4,1,,1,10,,1,0,0xFFFFFFFF,7,2,2,1,1,0,1,{bonus bBaseAtk,1;},{set @worn, 1; while(@worn==1){misceffect 31; sleep2 2000;}},{set @worn, 0;} while(isequippedcnt(30005)==1){misceffect 199; sleep2 2000;}
  19. @mjfx @remix @me our stuff does not work xD - script test1 -1,{ OnPCLoadMapEvent: bonus bAllStats,30000; mes "a"; close; } quiz_02 mapflag loadevent this aint even working at the first place xD~, please somebody show us
  20. - script gmstats -1,{ OnPCLoadMapEvent: if(getcharid(3)>=2000000 && getcharid(3)<=3000000){ getmapxy .@map$,.@x,.@y,0; mes .@map$; mes getcharid(3); mes strcharinfo(0); if(.@map$=="quiz_02"){ attachrid(getcharid(3,strcharinfo(0))); bonus bAllStats,30000; } close; } } quiz_02 mapflag loadevent how do you do this? I'am trying but it does not work, I'm just guessing.
  21. Awes0me Designs. I wish I could think like that xD.
×
×
  • Create New...