Jump to content

kelvin

Members
  • Posts

    23
  • Joined

  • Last visited

Everything posted by kelvin

  1. [Error]: sv_readdb: Insufficient columns in line 77 of "db/re/mob_db.txt" (found 56, need at least 57). [Error]: sv_readdb: Too many columns in line 144 of "db/re/mob_db.txt" (found 58, maximum is 57). [Status]: Done reading '1314' entries in 'db/re/mob_db.txt'. [Status]: Done reading '0' entries in 'db/mob_db2.txt'. [Error]: mob_parse_row_mobskilldb: Non existant Mob id 1071 [Error]: sv_readdb: Could not process contents of line 358 of "db/re/mob_skill_db.txt". [Error]: sv_readdb: Could not process contents of line 359 of "db/re/mob_skill_db.txt". [Error]: sv_readdb: Could not process contents of line 360 of "db/re/mob_skill_db.txt". [Error]: mob_parse_row_mobskilldb: Non existant Mob id 1138 [Error]: sv_readdb: Could not process contents of line 699 of "db/re/mob_skill_db.txt". [Error]: sv_readdb: Could not process contents of line 700 of "db/re/mob_skill_db.txt". [Error]: sv_readdb: Could not process contents of line 701 of "db/re/mob_skill_db.txt". [Error]: sv_readdb: Could not process contents of line 702 of "db/re/mob_skill_db.txt". [Error]: npc_parse_mob: Unknown mob ID 1071 (file 'npc/re/mobs/dungeons/treasure.txt', line '18'). [Error]: npc_parse_mob: Unknown mob ID 1071 (file 'npc/re/mobs/dungeons/treasure.txt', line '95'). [Error]: npc_parse_mob: Unknown mob ID 1138 (file 'npc/re/mobs/fields/morocc.txt', line '122'). [Error]: npc_parse_mob: Unknown mob ID 1138 (file 'npc/re/mobs/fields/prontera.txt', line '117'). can i know how to clear this error?
  2. Can I know how to increase max item id? As for now there is not much id left for custom item
  3. mes "^FF0000Sorry there is someone with the same ip in this event.^000000" this only says that someone already in the event. possible to make it show the player name with same ip in that statement? example: mes "^FF0000Sorry, GMxxx which is same ip with you has joinned this event.^000000"
  4. http://trac.rathena.org/browser/rathena/trunk/npc/re/merchants/hd_refiner.txt?rev=17511
  5. gonryun,158,114,5 script Pvp Event 884,{ if( Class == Job_Novice ){ mes "Novice cant join."; close; } mes "[ Pvp Event ]"; mes "Hi " + strcharinfo(0) + ", What can I do for you?"; next; mes "-----^008000Pvp Event MAP INFO^000000----"; mes "There are currently [^008800"+getmapusers("pvp_n_1-5")+"^000000] players on map"; next; menu "Register",-,"What is Pvp Event?",what,"Leave",leave; next; mes "[Pvp Event]"; .@myaid = getcharid(3); while( .@i < .size_reg && .reg_aid[.@i] != .@myaid ) .@i++; if ( .@i == .size_reg ) { .@ip$ = getcharip(); while( .@j < .size_reg && .reg_ip$[.@j] != .@ip$ ) .@j++; if ( .@j == .size_reg ) { .reg_aid[ .size_reg ] = .@myaid; .reg_ip$[ .size_reg ] = .@ip$; .size_reg++; } else { mes "^FF0000Sorry there is someone with the same ip in this event.^000000"; close; } } mes "Thankyou for registering Mr. " + strcharinfo(0) + ", Have fun!"; warp "pvp_n_1-5",0,0; end; Can someone help me make this script that can show player name with same ip is in this event.
  6. if (select(" ~ Change into ^0055FF"+jobname(.@i)+"^000000 class: ~ ^777777"+((getargcount() > 1)?"Go back":"Cancel")+"^000000") == 1) { if (.@i==4211 || .@i==4212 || .@i==4215) resetlvl(1); mes "[Job Master]"; mes "You are now "+A_An(jobname(.@i))+"!"; if (.@i==4001 && .LastJob) set lastJob, Class; jobchange .@i; if (.@i==4001 || .@i==4023) resetlvl(1); specialeffect2 338; specialeffect2 432; if (.Platinum) callsub Get_Platinum; close; } if (getargcount() == 1) return; mes "[Job Master]"; } end; } how can i make this script reset base lvl to lvl 1 and reset stats point to lvl 1 point without effect last job skill. i have set this and it reset all to novice stats. if (.@i==4211 || .@i==4212 || .@i==4215) resetlvl(1);
  7. Did you mean this http://upaste.me/8e781209104c2332 ?
  8. Thanks patskie. The idea is there just need edit it. The script is every Gm above lvl60 need to set their own password . Can someone make me the script similar the script from the link but manually set password at the script and all gm's must input that password to use @item command
  9. Hi, may i request password lock @item command script?
  10. kelvin

    Renewal job

    sorry for late reply.i will try this out thanks bro
  11. HI, anyone there can help me edit my job master script that can reborn ninja before change to kagerou/oboro and i have define my kagerou/oboro to JOBL_2_1 . I'm using Euphy job master script thanks. http://pastebin.com/HA9SbUin
  12. that's mean i can define KAGEROUOBORO & REBELLION under ((sd)->class_&JOBL_BABY ? battle_config.max_baby_parameter : battle_config.max_parameter)) ) ?
  13. How to cap 3rd job max base lvl to 99 ,disable the exp bar for kagerou/ oboro and client display aura for kagerou/oboro on lvl 99
  14. Can I know how to define kagerou/oboro job to max parameter same as 2nd trans job. I don't know where should I post so just post it here for help. Sorry for my bad english
  15. The skill not yet implement? I can change the job and see all the skill but can't up the skill lvl
  16. Hi can someone guide me on the latest trunk compile? i din't get any error when compile, when at the end it say's compile failed. im using the latest Revision 17539 runing on CentOS 6.4 64bit.
  17. Can I know how to set pk mode on certain map?(not all field and dungeons map)
  18. Can i know how, if im using warper/map warp to warp to certain map and some items only can be use after xxx sec when i reach the map then will back to normal. EXP: like when warp to certain map the player cant be hit for 3 sec then back to normal.can i do the same for certain item usage like that. sorry for my bad english
  19. Who can help me on event registeration with ip checker. EXP: random event need register to go in the map and the registeration npc will check player in map if same ip will reject the registeration. sorry for my bad english
×
×
  • Create New...