Jump to content

LearningRO

Members
  • Posts

    778
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by LearningRO

  1. Hi, Someone can fix this script event from Godammit prontera,150,180,4 script SafeZoneEvent 100,{ if(.event==2)end; select("[Join]"); if(!.event)initnpctimer; warp "ggpro",19,19; set .event,1; end; OnTimer5000: mapannounce "ggpro","[System]:Game Start",bc_map; sleep 3000; for(set .@i,1;.@i<=10;set .@i,.@i+1) callsub Start; mapannounce "ggpro","[System]:Game Over",bc_map; sleep 3000; callsub WarpNoSafe; end; Start: set .event,2; set .e_x,rand(1,35); set .e_y,rand(1,35); set .e_t,5; callsub WarpShow,.e_x,.e_y; while(sleep(1000)) if(set(.e_t,.e_t-1)<0) break; else callsub ShowEffect; callsub WarpNoSafe,.e_x,.e_y; sleep 1000; return; OnInit: callsub WarpNoSafe; end; WarpNoSafe: if(!getarg(0,0)&&!getarg(1,0)) { mapwarp "ggpro","prontera",150,180; set .event,0; set .e_x,0; set .e_y,0; set .e_t,0; return; } areawarp "ggpro",0,0,40,getarg(1)-1,"prontera",150,180; areawarp "ggpro",0,getarg(1)+3,40,40,"prontera",150,180; areawarp "ggpro",0,getarg(1),getarg(0)-1,getarg(1)+2,"prontera",150,180; areawarp "ggpro",getarg(0)+3,getarg(1),40,getarg(1)+2,"prontera",150,180; return; ShowEffect: for(set .@i,1; .@i<=8; set .@i,.@i+1) initnpctimer "SafeZoneEvent#Effect"+.@i; return; WarpShow: movenpc "SafeZoneEvent#Effect1",getarg(0),getarg(1); movenpc "SafeZoneEvent#Effect2",getarg(0)+1,getarg(1); movenpc "SafeZoneEvent#Effect3",getarg(0)+2,getarg(1); movenpc "SafeZoneEvent#Effect4",getarg(0),getarg(1)+1; movenpc "SafeZoneEvent#Effect5",getarg(0),getarg(1)+2; movenpc "SafeZoneEvent#Effect6",getarg(0)+1,getarg(1)+2; movenpc "SafeZoneEvent#Effect7",getarg(0)+2,getarg(1)+2; movenpc "SafeZoneEvent#Effect8",getarg(0)+2,getarg(1)+1; return; } ggpro,1,1,0 script SafeZoneEvent#Effect1 139,{ OnTimer100: specialeffect 315; end; } ggpro,1,1,0 duplicate(SafeZoneEvent#Effect1) SafeZoneEvent#Effect2 139 ggpro,1,1,0 duplicate(SafeZoneEvent#Effect1) SafeZoneEvent#Effect3 139 ggpro,1,1,0 duplicate(SafeZoneEvent#Effect1) SafeZoneEvent#Effect4 139 ggpro,1,1,0 duplicate(SafeZoneEvent#Effect1) SafeZoneEvent#Effect5 139 ggpro,1,1,0 duplicate(SafeZoneEvent#Effect1) SafeZoneEvent#Effect6 139 ggpro,1,1,0 duplicate(SafeZoneEvent#Effect1) SafeZoneEvent#Effect7 139 ggpro,1,1,0 duplicate(SafeZoneEvent#Effect1) SafeZoneEvent#Effect8 139 I alwasy get this warning a loot even all player get kick all [Warning]: Unexpected type for argument 1. Expected number. [Debug]: Data: label pos=495 [Debug]: Function: jump_zero [Debug]: Source (NPC): SafeZoneEvent at prontera (150,180) [Warning]: Unexpected type for argument 1. Expected number. [Debug]: Data: label pos=495 [Debug]: Function: jump_zero [Debug]: Source (NPC): SafeZoneEvent at prontera (150,180) [Warning]: Unexpected type for argument 1. Expected number. [Debug]: Data: label pos=495 [Debug]: Function: jump_zero [Debug]: Source (NPC): SafeZoneEvent at prontera (150,180)
  2. its form achievement feature bro
  3. just use Ontouch on certain area
  4. what do you mean ragnarok tools? it too general
  5. are u sure this is Free Script release?
  6. yes it is. and i guess you need Hex client too..
  7. check your rathena log database? its rathena_logs? and check on inter_conf.txt its rathena_logs too?
  8. Any news about this? its good feature i guess ?
  9. you need recompile the server first
  10. HI, how to make announce when player succes refine weapon when use skill weapon refine? and how to make show number refine when succes? right by defaul rathena didn't give detail information when success
  11. Hello. for your message get "type 3" its coz this APP only triger in game and the right data you should do nothing with your API addres just config your API Adress like start_ tell before
  12. you will get new issue if you already push pull request for higher item id ++ it will be reduce from 800 into 626 im not remberer excatly the number but will be down from 800 into 600++
  13. yes you missing sprite
  14. By default the file its on Folder System/iteminfo.lub but i dont know your config but to change this sprite see the picture below
  15. you can configuration on system/iteminfo.lub change the resource sprite to your sprite
  16. yes try it first so you will be now
  17. getitem callfunc("F_Rand",6635,19598),1;
  18. after I disabled forcesameIP right now succed upload/download ahh i used 20200401 so my problem maybe on client side issue? yeah its work on 20200304 thank you start!
  19. hi this is my result when running that command Lravel development server started: <http://127.0.0.1:8000> [Fri Jul 10 17:45:12 2020] PHP 7.4.5 Development Server (http://127.0.0.1:8000) started btw do u already try this app? and work?
  20. try to run separate use ./login-server ./char-server ./map-server
  21. i think its bad idea when your server already run for public but you can solved it with encrypt all password(before implemented md5) to MD5 with MD5 generator and dont forget to patch the client with "ForceSendClientHash"
  22. Thanks @Start_ yeah i miss that step LOL and when try use ip didnt get any respon and try use my subdomain since i install this app on subdomain AccountLinkedUserDataUrl = { Save = "http://emblem.test-ro.com/userconfig/save", Load = "http://emblem.test-ro.com/userconfig/load" } TwitterDataUrl = { Auth = "http://emblem.test-ro.com/twitter/user-auth", Upload = "http://emblem.test-ro.com/twitter/upload" } EmblemDataUrl = { Upload = "http://emblem.test-ro.com/emblem/upload", Download = "http://emblem.test-ro.com/emblem/download" } get respond but stil failed btw im still get "type:3" when try to acces embe.test-ro.com its can be the problem? or still miss some step?
  23. Hi, I try to install this Pull: https://github.com/secretdataz/athena-web-service already succeed follow this step To install dependencies for this project, you need https://getcomposer.org/. run composer install to install dependencies. copy .env.example and paste it as .env. edit .env and add your MySQL credentials. run php artisan key:generate to generate the encryption key for your installation. run php artisan migrate to create required MySQL tables. see config directory for additional configurations. and this is my config/athena.php use defaut setting. and already check my char_server.conf same like Alllowed_worlds "rAthena". <?php return [ 'error_response' => '{"Type": 3}', 'allowed_worlds' => ['rAthena'], 'force_same_ip' => env('ATHENA_FORCE_SAME_IP', true), ]; and already generated new table and when try to akses the www.emble.myro.com < this addres where is athena web service installed get error like this Actually I don't understand how to use this app and what should display when try to run the app? or i miss some configure? Update : acctualy this app only work if reveice right data ? LOL thats way always get type: 3 [so this app only triger from change emblem in game] And dont forget to change forcesameip into False! I don't know why when i set to true the emblem didn't wanna to upload and new case : what the function for get user_configs? is related with this message? its should triger when player first login right? until right now table user_configs always empty...
  24. maybe u must create new table and store it their name into the table
×
×
  • Create New...