Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/15/14 in all areas

  1. maybe you can try DELETE FROM `global_reg_value` WHERE `str` LIKE 'Build_%' ; it should be able to remove all regarding your setting for the .@buildcount ..
    2 points
  2. 2 points
  3. Berhubungan dengan commit saya di d35ac5a, ada sebagian item yang kemungkinan gak ada di kRO, dengan asumsi sebagai berikut: Item tidak tercantum pada item_db rAthena. Meski saya sudah tambah di server-side, item masih unknown (meskipun pakai pure kRO grf, non-translated) Jadi saya berusaha agar pengguna rAthena yang mau pakai NPC trader tersebut bisa menambahkan sendiri (secara manual) file-file item untuk client-side. Untuk client di bawah 2012-04-10, saya sudah sediakan daftar item yang harus ditambahkan di sini: https://github.com/pservero/idro-client-files/tree/master/data_diffs/rA-d35ac5a/data Sedangkan untuk client di atas versi itu, bisa menambahkan sendiri ke System\itemInfo.lua masing-masing dengan isi dari lua file ini: https://github.com/pservero/idro-client-files/tree/master/data_diffs/rA-d35ac5a/System/itemInfo.lua Untuk spr dan act file, bisa diambil dari direktori texture dan sprite Sekali lagi saya ingatkan, jangan copas/timpa file yang sudah ada di folder kalian, tambahkan saja baris yang ada ke file client kalian masing-masing.
    1 point
  4. sorry i forgot ur second request.. here, you can use this on your script to put all items and equipments in your inventory to storage atcommand "@storeall"; i've made this script for my server once, i will share to you because your request is exactly same with this. hope this script will help you with your project. prontera,169,229,3 script Claus Severine#1 628,{ OnInit: { waitingroom "RWC Organizer",0; } // Set this to the minimum GM level allowed to access the GM CP. if (getgmlevel() > 80) goto L_gm; L_insert: cutin "bu_du1",2; mes "^0000FFClaus Severine^000000"; mes "[^FF0000RWC Event Manager^000000]"; mes "Hello ^0000FF" + strcharinfo(0) + "^000000."; mes "My name is ^0000FFClaus Severine^000000, but you can just call me Claus."; next; mes "^0000FFClaus Severine^000000"; mes "[^FF0000RWC Event Manager^000000]"; mes "I'm the one who gather all the"; mes "great guild around"; mes "the ^0000FFRune Midgard^000000"; mes "to invite them to join"; mes "^0000FFRWC (Ragnarok World Championship)^000000."; next; mes "^0000FFClaus Severine^000000"; mes "[^FF0000RWC Event Manager^000000]"; mes "^FF0000This is an exclusive event^000000. Only the chosen and strong guild can participate."; next; mes "^0000FFClaus Severine^000000"; mes "[^FF0000RWC Event Manager^000000]"; mes "To participate in this event,"; mes "you must ^0000FFRegister^000000 first."; mes "Then, party up with your guild member at total 7 members of the party."; next; mes "^0000FFClaus Severine^000000"; mes "[^FF0000RWC Event Manager^000000]"; mes "..therefore, i've already give"; mes "the ^0000FFInvitation Code^000000 to the party leader or guild leader."; mes "Use it to go to the event place with your party."; next; mes "^0000FFClaus Severine^000000"; mes "[^FF0000RWC Event Manager^000000]"; mes "If you still not have the ^0000FFInvitation Code^000000,"; mes "go ask your party or guild leader"; mes "for the code."; next; mes "^0000FFClaus Severine^000000"; mes "[^FF0000RWC Event Manager^000000]"; mes "...yeah ...uhmm"; mes "..there's another rules about"; mes "^0000FFRWC (Ragnarok World Championship)^000000."; mes "But you can ask ^FF0000Lloyd Elliot^000000 on the event place for more information."; next; cutin "bu_du2",2; mes "^0000FFClaus Severine^000000"; mes "[^FF0000RWC Event Manager^000000]"; mes "...So, did you have the"; mes "^0000FFInvitation Code^000000?"; mes "If so, please give me your ^0000FFInvitation Code^000000, then i"; mes "will take you to the event place."; next; mes "^0000FFClaus Severine^000000"; mes "[^FF0000RWC Event Manager^000000]"; mes "Go on, give me your ^0000FFInvitation Code^000000."; input @text$; if (@text$ == $password$) goto L_win; if (@text$ != $password$) goto L_error; L_error: next; cutin "bu_du3",2; mes "^0000FFClaus Severine^000000"; mes "[^FF0000RWC Event Manager^000000]"; mes "Sorry, that's incorrect"; mes "^FF0000Invitation Code^000000."; mes "Please leave now, you do not have the requirement."; next; warp "prontera" ,156,191; cutin "bu_du3",255; close; L_win: next; cutin "bu_du2",2; mes "^0000FFClaus Severine^000000"; mes "[^FF0000RWC Event Manager^000000]"; mes "Alright! Welcome to the event, one of the greatest guild on Rune Midgard."; mes "We're all have already waiting for you to join the event."; next; cutin "bu_du1",2; mes "^0000FFClaus Severine^000000"; mes "[^FF0000RWC Event Manager^000000]"; mes "I will take you to the event place now, but ^FF0000this place is not open to the public^000000, in accordance with our rules, you must behave in an orderly fashion once inside."; next; mes "^0000FFClaus Severine^000000"; mes "[^FF0000RWC Event Manager^000000]"; mes "^FF0000In the interest of protecting the rules of RWC, i will disarm your equipment once you enter^000000"; next; mes "^0000FFClaus Severine^000000"; mes "[^FF0000RWC Event Manager^000000]"; mes "^FF0000You can found your equipment and other items on your storage once you've back here^000000"; nude; atcommand "@storeall"; dispbottom "All of your items and equipments has been stored on your own storage!"; next; announce "Claus Severine: " + strcharinfo(0) + " has joined Ragnarok World Championship Event!",0; warp "new_2-2" ,100,93; cutin "bu_du1",255; close; L_gm: cutin "bu_du1",2; mes "^0000FFClaus Severine^000000"; mes "[^FF0000RWC Event Manager^000000]"; mes "Hello GM ^0000FF" + strcharinfo(0) + "^000000, what would you like to do?"; mes "Current ^0000FFInvitation Code^000000 are ^008000"+$password$+"^000000."; while (1) { switch(select("Warp to ^0000FFLobby^000000.:Set new ^0000FFInvitation Code^000000.:^FF0000Nothing^000000.")) { case 1: next; cutin "bu_du2",2; mes "^0000FFClaus Severine^000000"; mes "[^FF0000RWC Event Manager^000000]"; mes "Alright, i will warp you to ^0000FFLobby^000000 now."; next; warp "new_2-2" ,100,93; end; case 2: next; mes "^0000FFClaus Severine^000000"; mes "[^FF0000RWC Event Manager^000000]"; mes "Okay, give me the new ^0000FFInvitation Code^000000 that you want."; input $password$; next; cutin "bu_du2",2; mes "^0000FFClaus Severine^000000"; mes "[^FF0000RWC Event Manager^000000]"; mes "Alright, i already accept the ^0000FFInvitation Code^000000 to be ^008000"+$password$+"^000000."; next; cutin "bu_du2",255; end; case 3: next; mes "^0000FFClaus Severine^000000"; mes "[^FF0000RWC Event Manager^000000]"; mes "Okay, see you again!"; cutin "bu_du1",255; close; } } }
    1 point
  5. hahahaha ~~~ !!! emistry wanna play with me, me happy <3 delete from global_reg_value where str regexp '^Build_[0-9]*(n)?.$$';
    1 point
  6. set .@nb, query_sql( "select char_id as aaa, ( select name from `char` where char_id = aaa ), win, lost from char_bg order by win desc limit 10", .@char_id, .@name$, .@win, .@lost ); mes "^0000FF[ BG Ranking ]^000000"; for ( set .@i, 0; .@i < .@nb; set .@i, .@i +1 ) mes "^0000FF"+ (.@i+1) +": ^006699"+ ( ( getstrlen( .@name$[.@i] ) )? .@name$[.@i] : "None" ) +"^000000 ^00AA00W["+ .@win[.@i] +"]^000000 ^FF0000L["+ .@lost[.@i] +"]^000000";
    1 point
  7. confirm this bug happens when ( a noob ) who didn't read the map-server.exe error prontera,151,171,4 duplicate(mission_board) Mission A#1 837 prontera,151,171,4 duplicate(mission_board) Mission A 837 prontera,151,171,4 duplicate(mission_board) Mission A 837 prontera,151,171,4 duplicate(mission_board) Mission A 837this script has protection to shut down bugged npc, but still caused npc not show up properly in "Edit NPC Limitation"a suggestion is to tell the GM immediately about this error again whenever they access the red GM menu
    1 point
  8. //====== Checker: ============================================== cydonia,99,44,0 script Checker#prace0 -1,{hecker or Checker ? O_O WinRace: set $prace_gate,0; mapannounce "cydonia","O vencedor é o "+$prace_winner$+".",1,0xFFAB54; donpcevent "Checker#prace0::OnChequeo";apparently, when the a mob npc reaches the finish linewill trigger this npc ripped from eathena topic //NPC Checker - script Checker#prace0 -1,{ end; OnChequeo: for(set .@tmp1,0;.@tmp1<(getarraysize($prace_bidders));set .@tmp1,.@tmp1+1) { if(attachrid($prace_bidders[.@tmp1])) { if( prace_playing != 1) end; dispbottom "The winner is "+$prace_winner$+" and you have bet for "+prace_winner$+"."; if( prace_winner$ == $prace_winner$ && prace_winner$ != "") { dispbottom "You have won!"; mapannounce "p_track01"," Congratulations! "+strcharinfo(0)+" has won!",1,0xFFAB54; getitem 7199,2; emotion 21,1; } else dispbottom "You have lost."; emotion 28,1; set prace_winner$,""; set prace_playing,0; } //else { announce .@tmp1+" || "+$prace_bidders[.@tmp1],bc_all; } //debug } for( set .@tmp1,0; .@tmp1 < (getarraysize( $prace_bidders )); set .@tmp1,.@tmp1 + 1 ) { set $prace_bidders[.@tmp1],0; } }seems like, this script will attachrid on all account with $prace_bidders arraythen attachrid to check the permanent player variable again with a string variable (?) prace_winner$ if ( $prace_winner$ == "poring" ) then its true and getitem for the attached player ... hell ... the way this script use to check a variable is extremely unoptimized...
    1 point
  9. File Name: Faeris File Submitter: Chemical Crush File Submitted: 11 Dec 2013 File Category: Maps & 3D Resources Content Author: Chemical Crush Hey Guys. This is the map Faeris that I created a little while back. Hope you guys like it and if there any issues please get with me. Click here to download this file
    1 point
×
×
  • Create New...