Jump to content

Sanasol

Members
  • Posts

    185
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Sanasol

  1. Sanasol

    rAsql

    apt-get install mysql-server mysql-client
  2. random, really? On all map? Maybe near monster after death? +rand few cells around it command can't place on rand(with 0,0 or -1,-1) because this check if(!map_searchrandfreecell(m,&x,&y,flags&2?1:0)) return 0;
  3. Sanasol

    Help

    in mes you cant use " dewata,211,206,3 script Quest Board 837,{ mes "^6B1312[Quest Board]^000000"; mes "Hier befinden sich alle Informationen zu den verschiedenen Custom Quests."; next; mes "Welche Quest interessiert dich?"; switch(select("Alice Doll:Gangster Scarf:Feather Beret:Valkyrie Helm:New Valkyrie Helm:Cancel")){ case 1: mes "^FF0000Alice Doll^000000"; mes "Effekt:"; mes "10% mehr DMG an Demi-Human"; mes "Winzinge Chance einzuschlafen"; mes "Str +1"; mes "1 Slot"; next; mes "Der Npc zur Quest befindet sich links vom Spawnpoint in der Maintown."; next; mes "Viel Erfolg!"; close; case 2: mes "^FF0000Gangster Scarf^000000"; mes "Effekt:"; mes "Erhoht die ATK um 5%"; mes "1 Slot"; next; mes "Der Npc zur Quest befindet sich oberhalb der moc_fild07 Map, in der Nahe einer Wasserquelle."; next; mes "Viel Erfolg!"; close; case 3: mes "^FF0000Feather Beret^000000"; mes "In allen Farben erhaltlich"; mes "10% weniger DMG von Demi-Human"; mes "All Stats +10"; mes "1 Slot"; next; mes "Der Npc befindet sich auf der Map 'Veins'. Er hat eine gute Aussicht auf den Markt..."; next; mes "Viel Erfolg!"; close; case 4: mes "^FF0000Valkyrie Helm^000000"; mes "In allen Farben erhaltlich"; mes "10% mehr DMG an Demi-Human"; mes "All Stats +10"; mes "1 Slot"; next; mes "Eine Valkyrie hat sich auf der Map 'Yuno' verlaufen. Die Leute haben Angst vor ihr, doch eigentlich ist sie ganz freundlich, denn sie hat tolle Items zur Auswahl. Sie ist in der Nahe von vielen Npcs. Findet sie!"; next; mes "Viel Erfolg!"; close; case 5: mes "^FF0000New Valkyrie Helm^000000"; mes "In allen Farben erhaltlich"; mes "10% weniger DMG von Demi-Human"; mes "10% mehr DMG an Demi-Human"; mes "All Stats +10"; mes "1 Slot"; next; mes "Eine Gestalt hat sich auf der Map '@warp 2@nyd' im Labyrinth verirrt. Keiner weiss wer es ist... Jetzt soll aber behauptet werden, er soll ein 'starkes' Headgear herstellen konnen... Stimmt das oder nicht?"; next; mes "Viel Erfolg!"; close; case 6: mes "^FF0000Quest Board^000000"; mes "Man sieht sich!"; close; } OnInit: waitingroom "Quest Board",0; end; } try it
  4. Do you know what it summons? nope, just pulled the files from the GRF
  5. Sanasol

    Help

    OnInit: waitingroom "Quest Board",0; end; add this after main npc code add } in the end of script. and tabs dewata,211,206,3{tab}script{tab}Quest Board{tab}837,{
  6. You should add user with '%' as host. Then you may connect to mysql. CREATE USER 'username'@'%' IDENTIFIED BY 'some_pass'; GRANT ALL PRIVILEGES ON ragnarok.* TO 'username'@'%'; FLUSH PRIVILEGES; or you may connect through ssh tunnel Advanced tab put your host and root log/pas then go to Setting tab and set mysql hostname/ip = localhost/127.0.0.1
  7. http://rathena.org/wiki/Custom_Items
  8. GM with 99 group/level will be admin in flux, by default
  9. \fluxcp\themes\default\account\create.php remove 75-78 lines <tr> <th><label><?php echo htmlspecialchars(Flux::message('AccountBirthdateLabel')) ?></label></th> <td><?php echo $this->dateField('birthdate',null,0) ?></td> </tr> \fluxcp\modules\account\create.php find $birthdate = $params->get('birthdate_date'); change to $birthdate = date("Y-m-d"); and birthdate will be register date
  10. probably client reading grf, check data.ini
  11. [spoiler=quote] my new pics Holi Festival of Colours
  12. http://rathena.org/wiki/Installation_(Debian) для убунты тоже подойдет
  13. my old instance version https://gist.github.com/S-anasol/6464968 and russian lang xD
  14. http://rathena.org/board/blog/1/entry-3-the-unofficial-ramblings-of-a-makizushi-3/#commentsStart check last comment
  15. Some fixes for both versions. FluxCP my and Yommy src Standalone my and Yommy src Thank RagnaOk for providing the veeery big data to detect bugs: http://ragnaok.net/vending_database/
  16. Added Demo and FluxCP demo re-uploaded attach with latest fixes
  17. File Name: Mercenary Ranking Addon FluxCP File Submitter: Sanasol File Submitted: 26 Aug 2013 File Category: Web Resources Content Author: Sanasol Sorting by Loyalty or/and Contracts Separetely for each mercenary class Search by character name or id Sources: https://github.com/S-anasol/sanasol/tree/master/mercenary_ranking Buy me beer Click here to download this file
  18. I meant to make blue (window frames) lighter This color and other windows too
×
×
  • Create New...